Shades of Dark Green #022122
Tints of Dark Green #022122
RGB
CMYK
RGB Variations
Color information
#022122 (or 0x022122) is known color: Dark Green. HEX triplet: 02, 21 and 22. RGB value is (2,33,34). Sum of RGB (Red+Green+Blue) = 2+33+34=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #022122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022122 is #FDDEDD. Grayscale: #171717. Windows color (decimal): -16637662 or 2236674. OLE color: 2236674.
HSL color Cylindrical-coordinate representation of color #022122: hue angle of 181.88º 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 #022122 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 34 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.87 |
| HSL | 181.88º | 0.89% | 0.07% | - |
| HSV(B) | 181.88º | 0.94% | 0.13% | - |
| XYZ | 0.86 | 1.22 | 1.7 | - |
| YUV | 23.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 34 | 0.94 | 0.03 | 0 | 0.87 | 181.88 | 0.89 | 0.07 |
| Hex | 2 | 21 | 22 | 5E | 3 | 0 | 57 | B6 | 59 | 7 |
| Octal | 2 | 41 | 42 | 136 | 3 | 0 | 127 | 266 | 131 | 7 |
| Binary | 10 | 100001 | 100010 | 1011110 | 11 | 0 | 1010111 | 10110110 | 1011001 | 111 |
Color Harmonies of #022122
Complementary color
Monochromatic Colors of #022122
Black with #022122
Text Example
Text Example
White with #022122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022122; }
p { color: rgb(2,33,34); }
H1.HeaderClassName
{
color: #022122;
}
.AnyTagClassName
{
color: #022122;
}
</style>
background-color css
<style>
a { background-color: #022122; }
a { background-color: rgb(2,33,34); }
div.DivClassName
{
background-color: #022122;
}
.BgClassName
{
background-color: #022122;
}
</style>
border-color css
<style>
span { border-color: #022122; }
span { border-color: rgb(2,33,34); }
td.TdClassName
{
border-color: #022122;
}
.TagClassName
{
border-color: #022122;
}
</style>