#002a00 color RGB value is (0,42,0)
#002a00 color CMYK value
#002a00 color HSL value
HSV(or HSB) | 120° | 100 | 16.5 |
XYZ | 0.828 | 1.656 | 0.276 |
Yxy | 0.3 | 0.6 | 1.656 |
LAB | 13.567 | -24.561 | 19.444 |
LUV | 13.567 | -12.847 | 16.608 |
Hunter-LAB | 12.868 | -11.035 | 7.736 |
CIE-LCH | 13.567 | 31.326 | 141.634 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 0 | 2A | 0 |
Decimal | 0 | 42 | 0 |
Octal | 0 | 52 | 0 |
Binary | 00000000 | 00101010 | 00000000 |
Below, you can see some colors close to #002a00. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #002a00.
<span style="color:#002a00">Text here</span>
This paragraph has a background color of #002a00.
<p style="background-color:#002a00;">Content here</p>
This element has a border color of #002a00.
<div style="border:1px #002a00;">Content here</div>
.text {color:#002a00;}
.background {background-color:#002a00;}
.border {border:1px solid #002a00;}
.text-shadow {border:1px solid #002a00;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #001500 is the darkest color, while #ffffff is the lightest one.