Shades of Dark Green #02200F
Tints of Dark Green #02200F
RGB
CMYK
RGB Variations
Color information
#02200F (or 0x02200F) is known color: Dark Green. HEX triplet: 02, 20 and 0F. RGB value is (2,32,15). Sum of RGB (Red+Green+Blue) = 2+32+15=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #02200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02200F is #FDDFF0. Grayscale: #151515. Windows color (decimal): -16637937 or 991234. OLE color: 991234.
HSL color Cylindrical-coordinate representation of color #02200F: hue angle of 146º degrees, saturation: 0.88, 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 #02200F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 15 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.87 |
| HSL | 146º | 0.88% | 0.07% | - |
| HSV(B) | 146º | 0.94% | 0.13% | - |
| XYZ | 0.63 | 1.08 | 0.63 | - |
| YUV | 21.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 15 | 0.94 | 0 | 0.53 | 0.87 | 146 | 0.88 | 0.07 |
| Hex | 2 | 20 | F | 5E | 0 | 35 | 57 | 92 | 58 | 7 |
| Octal | 2 | 40 | 17 | 136 | 0 | 65 | 127 | 222 | 130 | 7 |
| Binary | 10 | 100000 | 1111 | 1011110 | 0 | 110101 | 1010111 | 10010010 | 1011000 | 111 |
Color Harmonies of #02200F
Complementary color
Monochromatic Colors of #02200F
Black with #02200F
Text Example
Text Example
White with #02200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02200F; }
p { color: rgb(2,32,15); }
H1.HeaderClassName
{
color: #02200F;
}
.AnyTagClassName
{
color: #02200F;
}
</style>
background-color css
<style>
a { background-color: #02200F; }
a { background-color: rgb(2,32,15); }
div.DivClassName
{
background-color: #02200F;
}
.BgClassName
{
background-color: #02200F;
}
</style>
border-color css
<style>
span { border-color: #02200F; }
span { border-color: rgb(2,32,15); }
td.TdClassName
{
border-color: #02200F;
}
.TagClassName
{
border-color: #02200F;
}
</style>