Shades of Dark Green #021D0C
Tints of Dark Green #021D0C
RGB
CMYK
RGB Variations
Color information
#021D0C (or 0x021D0C) is known color: Dark Green. HEX triplet: 02, 1D and 0C. RGB value is (2,29,12). Sum of RGB (Red+Green+Blue) = 2+29+12=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 29 (11.72% from 255 or 67.44% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 29 - color contains mainly: green. Hex color #021D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D0C is #FDE2F3. Grayscale: #131313. Windows color (decimal): -16638708 or 793858. OLE color: 793858.
HSL color Cylindrical-coordinate representation of color #021D0C: hue angle of 142.22º 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 #021D0C is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 29 | 12 | - |
| CMYK | 0.93 | 0 | 0.59 | 0.89 |
| HSL | 142.22º | 0.87% | 0.06% | - |
| HSV(B) | 142.22º | 0.93% | 0.11% | - |
| XYZ | 0.53 | 0.92 | 0.5 | - |
| YUV | 18.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 12 | 0.93 | 0 | 0.59 | 0.89 | 142.22 | 0.87 | 0.06 |
| Hex | 2 | 1D | C | 5D | 0 | 3B | 59 | 8E | 57 | 6 |
| Octal | 2 | 35 | 14 | 135 | 0 | 73 | 131 | 216 | 127 | 6 |
| Binary | 10 | 11101 | 1100 | 1011101 | 0 | 111011 | 1011001 | 10001110 | 1010111 | 110 |
Color Harmonies of #021D0C
Complementary color
Monochromatic Colors of #021D0C
Black with #021D0C
Text Example
Text Example
White with #021D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D0C; }
p { color: rgb(2,29,12); }
H1.HeaderClassName
{
color: #021D0C;
}
.AnyTagClassName
{
color: #021D0C;
}
</style>
background-color css
<style>
a { background-color: #021D0C; }
a { background-color: rgb(2,29,12); }
div.DivClassName
{
background-color: #021D0C;
}
.BgClassName
{
background-color: #021D0C;
}
</style>
border-color css
<style>
span { border-color: #021D0C; }
span { border-color: rgb(2,29,12); }
td.TdClassName
{
border-color: #021D0C;
}
.TagClassName
{
border-color: #021D0C;
}
</style>