Shades of Dark Green #021D0A
Tints of Dark Green #021D0A
RGB
CMYK
RGB Variations
Color information
#021D0A (or 0x021D0A) is known color: Dark Green. HEX triplet: 02, 1D and 0A. RGB value is (2,29,10). Sum of RGB (Red+Green+Blue) = 2+29+10=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 29 (11.72% from 255 or 70.73% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 29 - color contains mainly: green. Hex color #021D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D0A is #FDE2F5. Grayscale: #121212. Windows color (decimal): -16638710 or 662786. OLE color: 662786.
HSL color Cylindrical-coordinate representation of color #021D0A: hue angle of 137.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D0A is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 10 | - |
| CMYK | 0.93 | 0 | 0.66 | 0.89 |
| HSL | 137.78º | 0.87% | 0.06% | - |
| HSV(B) | 137.78º | 0.93% | 0.11% | - |
| XYZ | 0.52 | 0.91 | 0.44 | - |
| YUV | 18.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 10 | 0.93 | 0 | 0.66 | 0.89 | 137.78 | 0.87 | 0.06 |
| Hex | 2 | 1D | A | 5D | 0 | 42 | 59 | 8A | 57 | 6 |
| Octal | 2 | 35 | 12 | 135 | 0 | 102 | 131 | 212 | 127 | 6 |
| Binary | 10 | 11101 | 1010 | 1011101 | 0 | 1000010 | 1011001 | 10001010 | 1010111 | 110 |
Color Harmonies of #021D0A
Complementary color
Monochromatic Colors of #021D0A
Black with #021D0A
Text Example
Text Example
White with #021D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D0A; }
p { color: rgb(2,29,10); }
H1.HeaderClassName
{
color: #021D0A;
}
.AnyTagClassName
{
color: #021D0A;
}
</style>
background-color css
<style>
a { background-color: #021D0A; }
a { background-color: rgb(2,29,10); }
div.DivClassName
{
background-color: #021D0A;
}
.BgClassName
{
background-color: #021D0A;
}
</style>
border-color css
<style>
span { border-color: #021D0A; }
span { border-color: rgb(2,29,10); }
td.TdClassName
{
border-color: #021D0A;
}
.TagClassName
{
border-color: #021D0A;
}
</style>