Shades of Dark Green #022110
Tints of Dark Green #022110
RGB
CMYK
RGB Variations
Color information
#022110 (or 0x022110) is known color: Dark Green. HEX triplet: 02, 21 and 10. RGB value is (2,33,16). Sum of RGB (Red+Green+Blue) = 2+33+16=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 33 (13.28% from 255 or 64.71% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 33 - color contains mainly: green. Hex color #022110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022110 is #FDDEEF. Grayscale: #151515. Windows color (decimal): -16637680 or 1057026. OLE color: 1057026.
HSL color Cylindrical-coordinate representation of color #022110: hue angle of 147.1º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022110 is Cyan = 0.94, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 16 | - |
| CMYK | 0.94 | 0 | 0.52 | 0.87 |
| HSL | 147.1º | 0.89% | 0.07% | - |
| HSV(B) | 147.1º | 0.94% | 0.13% | - |
| XYZ | 0.66 | 1.14 | 0.67 | - |
| YUV | 21.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 16 | 0.94 | 0 | 0.52 | 0.87 | 147.1 | 0.89 | 0.07 |
| Hex | 2 | 21 | 10 | 5E | 0 | 34 | 57 | 93 | 59 | 7 |
| Octal | 2 | 41 | 20 | 136 | 0 | 64 | 127 | 223 | 131 | 7 |
| Binary | 10 | 100001 | 10000 | 1011110 | 0 | 110100 | 1010111 | 10010011 | 1011001 | 111 |
Color Harmonies of #022110
Complementary color
Monochromatic Colors of #022110
Black with #022110
Text Example
Text Example
White with #022110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022110; }
p { color: rgb(2,33,16); }
H1.HeaderClassName
{
color: #022110;
}
.AnyTagClassName
{
color: #022110;
}
</style>
background-color css
<style>
a { background-color: #022110; }
a { background-color: rgb(2,33,16); }
div.DivClassName
{
background-color: #022110;
}
.BgClassName
{
background-color: #022110;
}
</style>
border-color css
<style>
span { border-color: #022110; }
span { border-color: rgb(2,33,16); }
td.TdClassName
{
border-color: #022110;
}
.TagClassName
{
border-color: #022110;
}
</style>