Shades of Dark Green #02220E
Tints of Dark Green #02220E
RGB
CMYK
RGB Variations
Color information
#02220E (or 0x02220E) is known color: Dark Green. HEX triplet: 02, 22 and 0E. RGB value is (2,34,14). Sum of RGB (Red+Green+Blue) = 2+34+14=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 34 (13.67% from 255 or 68% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 34 - color contains mainly: green. Hex color #02220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220E is #FDDDF1. Grayscale: #161616. Windows color (decimal): -16637426 or 926210. OLE color: 926210.
HSL color Cylindrical-coordinate representation of color #02220E: hue angle of 142.5º 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 #02220E is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 14 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.87 |
| HSL | 142.5º | 0.89% | 0.07% | - |
| HSV(B) | 142.5º | 0.94% | 0.13% | - |
| XYZ | 0.68 | 1.19 | 0.61 | - |
| YUV | 22.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 14 | 0.94 | 0 | 0.59 | 0.87 | 142.5 | 0.89 | 0.07 |
| Hex | 2 | 22 | E | 5E | 0 | 3B | 57 | 8E | 59 | 7 |
| Octal | 2 | 42 | 16 | 136 | 0 | 73 | 127 | 216 | 131 | 7 |
| Binary | 10 | 100010 | 1110 | 1011110 | 0 | 111011 | 1010111 | 10001110 | 1011001 | 111 |
Color Harmonies of #02220E
Complementary color
Monochromatic Colors of #02220E
Black with #02220E
Text Example
Text Example
White with #02220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02220E; }
p { color: rgb(2,34,14); }
H1.HeaderClassName
{
color: #02220E;
}
.AnyTagClassName
{
color: #02220E;
}
</style>
background-color css
<style>
a { background-color: #02220E; }
a { background-color: rgb(2,34,14); }
div.DivClassName
{
background-color: #02220E;
}
.BgClassName
{
background-color: #02220E;
}
</style>
border-color css
<style>
span { border-color: #02220E; }
span { border-color: rgb(2,34,14); }
td.TdClassName
{
border-color: #02220E;
}
.TagClassName
{
border-color: #02220E;
}
</style>