Shades of Dark Green #021210
Tints of Dark Green #021210
RGB
CMYK
RGB Variations
Color information
#021210 (or 0x021210) is known color: Dark Green. HEX triplet: 02, 12 and 10. RGB value is (2,18,16). Sum of RGB (Red+Green+Blue) = 2+18+16=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 18 (7.42% from 255 or 50% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 18 - color contains mainly: green. Hex color #021210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021210 is #FDEDEF. Grayscale: #0C0C0C. Windows color (decimal): -16641520 or 1053186. OLE color: 1053186.
HSL color Cylindrical-coordinate representation of color #021210: hue angle of 172.5º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #021210 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 18 | 16 | - |
| CMYK | 0.89 | 0 | 0.11 | 0.93 |
| HSL | 172.5º | 0.8% | 0.04% | - |
| HSV(B) | 172.5º | 0.89% | 0.07% | - |
| XYZ | 0.33 | 0.48 | 0.57 | - |
| YUV | 12.99 | 129.7 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 16 | 0.89 | 0 | 0.11 | 0.93 | 172.5 | 0.8 | 0.04 |
| Hex | 2 | 12 | 10 | 59 | 0 | B | 5D | AC | 50 | 4 |
| Octal | 2 | 22 | 20 | 131 | 0 | 13 | 135 | 254 | 120 | 4 |
| Binary | 10 | 10010 | 10000 | 1011001 | 0 | 1011 | 1011101 | 10101100 | 1010000 | 100 |
Color Harmonies of #021210
Complementary color
Monochromatic Colors of #021210
Black with #021210
Text Example
Text Example
White with #021210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021210; }
p { color: rgb(2,18,16); }
H1.HeaderClassName
{
color: #021210;
}
.AnyTagClassName
{
color: #021210;
}
</style>
background-color css
<style>
a { background-color: #021210; }
a { background-color: rgb(2,18,16); }
div.DivClassName
{
background-color: #021210;
}
.BgClassName
{
background-color: #021210;
}
</style>
border-color css
<style>
span { border-color: #021210; }
span { border-color: rgb(2,18,16); }
td.TdClassName
{
border-color: #021210;
}
.TagClassName
{
border-color: #021210;
}
</style>