Shades of Dark Green #022113
Tints of Dark Green #022113
RGB
CMYK
RGB Variations
Color information
#022113 (or 0x022113) is known color: Dark Green. HEX triplet: 02, 21 and 13. RGB value is (2,33,19). Sum of RGB (Red+Green+Blue) = 2+33+19=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #022113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022113 is #FDDEEC. Grayscale: #161616. Windows color (decimal): -16637677 or 1253634. OLE color: 1253634.
HSL color Cylindrical-coordinate representation of color #022113: hue angle of 152.9º 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 #022113 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 33 | 19 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.87 |
| HSL | 152.9º | 0.89% | 0.07% | - |
| HSV(B) | 152.9º | 0.94% | 0.13% | - |
| XYZ | 0.69 | 1.15 | 0.8 | - |
| YUV | 22.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 19 | 0.94 | 0 | 0.42 | 0.87 | 152.9 | 0.89 | 0.07 |
| Hex | 2 | 21 | 13 | 5E | 0 | 2A | 57 | 99 | 59 | 7 |
| Octal | 2 | 41 | 23 | 136 | 0 | 52 | 127 | 231 | 131 | 7 |
| Binary | 10 | 100001 | 10011 | 1011110 | 0 | 101010 | 1010111 | 10011001 | 1011001 | 111 |
Color Harmonies of #022113
Complementary color
Monochromatic Colors of #022113
Black with #022113
Text Example
Text Example
White with #022113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022113; }
p { color: rgb(2,33,19); }
H1.HeaderClassName
{
color: #022113;
}
.AnyTagClassName
{
color: #022113;
}
</style>
background-color css
<style>
a { background-color: #022113; }
a { background-color: rgb(2,33,19); }
div.DivClassName
{
background-color: #022113;
}
.BgClassName
{
background-color: #022113;
}
</style>
border-color css
<style>
span { border-color: #022113; }
span { border-color: rgb(2,33,19); }
td.TdClassName
{
border-color: #022113;
}
.TagClassName
{
border-color: #022113;
}
</style>