Shades of Dark Green #021D0E
Tints of Dark Green #021D0E
RGB
CMYK
RGB Variations
Color information
#021D0E (or 0x021D0E) is known color: Dark Green. HEX triplet: 02, 1D and 0E. RGB value is (2,29,14). Sum of RGB (Red+Green+Blue) = 2+29+14=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 29 (11.72% from 255 or 64.44% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 29 - color contains mainly: green. Hex color #021D0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D0E is #FDE2F1. Grayscale: #131313. Windows color (decimal): -16638706 or 924930. OLE color: 924930.
HSL color Cylindrical-coordinate representation of color #021D0E: hue angle of 146.67º 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 #021D0E is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 14 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.89 |
| HSL | 146.67º | 0.87% | 0.06% | - |
| HSV(B) | 146.67º | 0.93% | 0.11% | - |
| XYZ | 0.54 | 0.92 | 0.57 | - |
| YUV | 19.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 14 | 0.93 | 0 | 0.52 | 0.89 | 146.67 | 0.87 | 0.06 |
| Hex | 2 | 1D | E | 5D | 0 | 34 | 59 | 93 | 57 | 6 |
| Octal | 2 | 35 | 16 | 135 | 0 | 64 | 131 | 223 | 127 | 6 |
| Binary | 10 | 11101 | 1110 | 1011101 | 0 | 110100 | 1011001 | 10010011 | 1010111 | 110 |
Color Harmonies of #021D0E
Complementary color
Monochromatic Colors of #021D0E
Black with #021D0E
Text Example
Text Example
White with #021D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D0E; }
p { color: rgb(2,29,14); }
H1.HeaderClassName
{
color: #021D0E;
}
.AnyTagClassName
{
color: #021D0E;
}
</style>
background-color css
<style>
a { background-color: #021D0E; }
a { background-color: rgb(2,29,14); }
div.DivClassName
{
background-color: #021D0E;
}
.BgClassName
{
background-color: #021D0E;
}
</style>
border-color css
<style>
span { border-color: #021D0E; }
span { border-color: rgb(2,29,14); }
td.TdClassName
{
border-color: #021D0E;
}
.TagClassName
{
border-color: #021D0E;
}
</style>