Shades of Dark Green #02220C
Tints of Dark Green #02220C
RGB
CMYK
RGB Variations
Color information
#02220C (or 0x02220C) is known color: Dark Green. HEX triplet: 02, 22 and 0C. RGB value is (2,34,12). Sum of RGB (Red+Green+Blue) = 2+34+12=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 34 (13.67% from 255 or 70.83% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 34 - color contains mainly: green. Hex color #02220C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220C is #FDDDF3. Grayscale: #151515. Windows color (decimal): -16637428 or 795138. OLE color: 795138.
HSL color Cylindrical-coordinate representation of color #02220C: hue angle of 138.75º 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 #02220C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 12 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.87 |
| HSL | 138.75º | 0.89% | 0.07% | - |
| HSV(B) | 138.75º | 0.94% | 0.13% | - |
| XYZ | 0.66 | 1.18 | 0.54 | - |
| YUV | 21.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 12 | 0.94 | 0 | 0.65 | 0.87 | 138.75 | 0.89 | 0.07 |
| Hex | 2 | 22 | C | 5E | 0 | 41 | 57 | 8B | 59 | 7 |
| Octal | 2 | 42 | 14 | 136 | 0 | 101 | 127 | 213 | 131 | 7 |
| Binary | 10 | 100010 | 1100 | 1011110 | 0 | 1000001 | 1010111 | 10001011 | 1011001 | 111 |
Color Harmonies of #02220C
Complementary color
Monochromatic Colors of #02220C
Black with #02220C
Text Example
Text Example
White with #02220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02220C; }
p { color: rgb(2,34,12); }
H1.HeaderClassName
{
color: #02220C;
}
.AnyTagClassName
{
color: #02220C;
}
</style>
background-color css
<style>
a { background-color: #02220C; }
a { background-color: rgb(2,34,12); }
div.DivClassName
{
background-color: #02220C;
}
.BgClassName
{
background-color: #02220C;
}
</style>
border-color css
<style>
span { border-color: #02220C; }
span { border-color: rgb(2,34,12); }
td.TdClassName
{
border-color: #02220C;
}
.TagClassName
{
border-color: #02220C;
}
</style>