Shades of Dark Green #022114
Tints of Dark Green #022114
RGB
CMYK
RGB Variations
Color information
#022114 (or 0x022114) is known color: Dark Green. HEX triplet: 02, 21 and 14. RGB value is (2,33,20). Sum of RGB (Red+Green+Blue) = 2+33+20=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #022114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022114 is #FDDEEB. Grayscale: #161616. Windows color (decimal): -16637676 or 1319170. OLE color: 1319170.
HSL color Cylindrical-coordinate representation of color #022114: hue angle of 154.84º 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 #022114 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 20 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.87 |
| HSL | 154.84º | 0.89% | 0.07% | - |
| HSV(B) | 154.84º | 0.94% | 0.13% | - |
| XYZ | 0.7 | 1.15 | 0.85 | - |
| YUV | 22.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 20 | 0.94 | 0 | 0.39 | 0.87 | 154.84 | 0.89 | 0.07 |
| Hex | 2 | 21 | 14 | 5E | 0 | 27 | 57 | 9B | 59 | 7 |
| Octal | 2 | 41 | 24 | 136 | 0 | 47 | 127 | 233 | 131 | 7 |
| Binary | 10 | 100001 | 10100 | 1011110 | 0 | 100111 | 1010111 | 10011011 | 1011001 | 111 |
Color Harmonies of #022114
Complementary color
Monochromatic Colors of #022114
Black with #022114
Text Example
Text Example
White with #022114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022114; }
p { color: rgb(2,33,20); }
H1.HeaderClassName
{
color: #022114;
}
.AnyTagClassName
{
color: #022114;
}
</style>
background-color css
<style>
a { background-color: #022114; }
a { background-color: rgb(2,33,20); }
div.DivClassName
{
background-color: #022114;
}
.BgClassName
{
background-color: #022114;
}
</style>
border-color css
<style>
span { border-color: #022114; }
span { border-color: rgb(2,33,20); }
td.TdClassName
{
border-color: #022114;
}
.TagClassName
{
border-color: #022114;
}
</style>