Shades of Dark Green #02200C
Tints of Dark Green #02200C
RGB
CMYK
RGB Variations
Color information
#02200C (or 0x02200C) is known color: Dark Green. HEX triplet: 02, 20 and 0C. RGB value is (2,32,12). Sum of RGB (Red+Green+Blue) = 2+32+12=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #02200C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02200C is #FDDFF3. Grayscale: #141414. Windows color (decimal): -16637940 or 794626. OLE color: 794626.
HSL color Cylindrical-coordinate representation of color #02200C: hue angle of 140º 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 #02200C is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 32 | 12 | - |
| CMYK | 0.94 | 0 | 0.63 | 0.87 |
| HSL | 140º | 0.88% | 0.07% | - |
| HSV(B) | 140º | 0.94% | 0.13% | - |
| XYZ | 0.61 | 1.07 | 0.52 | - |
| YUV | 20.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 12 | 0.94 | 0 | 0.63 | 0.87 | 140 | 0.88 | 0.07 |
| Hex | 2 | 20 | C | 5E | 0 | 3F | 57 | 8C | 58 | 7 |
| Octal | 2 | 40 | 14 | 136 | 0 | 77 | 127 | 214 | 130 | 7 |
| Binary | 10 | 100000 | 1100 | 1011110 | 0 | 111111 | 1010111 | 10001100 | 1011000 | 111 |
Color Harmonies of #02200C
Complementary color
Monochromatic Colors of #02200C
Black with #02200C
Text Example
Text Example
White with #02200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02200C; }
p { color: rgb(2,32,12); }
H1.HeaderClassName
{
color: #02200C;
}
.AnyTagClassName
{
color: #02200C;
}
</style>
background-color css
<style>
a { background-color: #02200C; }
a { background-color: rgb(2,32,12); }
div.DivClassName
{
background-color: #02200C;
}
.BgClassName
{
background-color: #02200C;
}
</style>
border-color css
<style>
span { border-color: #02200C; }
span { border-color: rgb(2,32,12); }
td.TdClassName
{
border-color: #02200C;
}
.TagClassName
{
border-color: #02200C;
}
</style>