Shades of Dark Green #022220
Tints of Dark Green #022220
RGB
CMYK
RGB Variations
Color information
#022220 (or 0x022220) is known color: Dark Green. HEX triplet: 02, 22 and 20. RGB value is (2,34,32). Sum of RGB (Red+Green+Blue) = 2+34+32=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #022220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022220 is #FDDDDF. Grayscale: #181818. Windows color (decimal): -16637408 or 2105858. OLE color: 2105858.
HSL color Cylindrical-coordinate representation of color #022220: hue angle of 176.25º 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 #022220 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 32 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.87 |
| HSL | 176.25º | 0.89% | 0.07% | - |
| HSV(B) | 176.25º | 0.94% | 0.13% | - |
| XYZ | 0.86 | 1.26 | 1.56 | - |
| YUV | 24.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 32 | 0.94 | 0 | 0.06 | 0.87 | 176.25 | 0.89 | 0.07 |
| Hex | 2 | 22 | 20 | 5E | 0 | 6 | 57 | B0 | 59 | 7 |
| Octal | 2 | 42 | 40 | 136 | 0 | 6 | 127 | 260 | 131 | 7 |
| Binary | 10 | 100010 | 100000 | 1011110 | 0 | 110 | 1010111 | 10110000 | 1011001 | 111 |
Color Harmonies of #022220
Complementary color
Monochromatic Colors of #022220
Black with #022220
Text Example
Text Example
White with #022220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022220; }
p { color: rgb(2,34,32); }
H1.HeaderClassName
{
color: #022220;
}
.AnyTagClassName
{
color: #022220;
}
</style>
background-color css
<style>
a { background-color: #022220; }
a { background-color: rgb(2,34,32); }
div.DivClassName
{
background-color: #022220;
}
.BgClassName
{
background-color: #022220;
}
</style>
border-color css
<style>
span { border-color: #022220; }
span { border-color: rgb(2,34,32); }
td.TdClassName
{
border-color: #022220;
}
.TagClassName
{
border-color: #022220;
}
</style>