Shades of Dark Green #022413
Tints of Dark Green #022413
RGB
CMYK
RGB Variations
Color information
#022413 (or 0x022413) is known color: Dark Green. HEX triplet: 02, 24 and 13. RGB value is (2,36,19). Sum of RGB (Red+Green+Blue) = 2+36+19=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #022413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022413 is #FDDBEC. Grayscale: #171717. Windows color (decimal): -16636909 or 1254402. OLE color: 1254402.
HSL color Cylindrical-coordinate representation of color #022413: hue angle of 150º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022413 is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 19 | - |
| CMYK | 0.94 | 0 | 0.47 | 0.86 |
| HSL | 150º | 0.89% | 0.07% | - |
| HSV(B) | 150º | 0.94% | 0.14% | - |
| XYZ | 0.77 | 1.32 | 0.83 | - |
| YUV | 23.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 19 | 0.94 | 0 | 0.47 | 0.86 | 150 | 0.89 | 0.07 |
| Hex | 2 | 24 | 13 | 5E | 0 | 2F | 56 | 96 | 59 | 7 |
| Octal | 2 | 44 | 23 | 136 | 0 | 57 | 126 | 226 | 131 | 7 |
| Binary | 10 | 100100 | 10011 | 1011110 | 0 | 101111 | 1010110 | 10010110 | 1011001 | 111 |
Color Harmonies of #022413
Complementary color
Monochromatic Colors of #022413
Black with #022413
Text Example
Text Example
White with #022413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022413; }
p { color: rgb(2,36,19); }
H1.HeaderClassName
{
color: #022413;
}
.AnyTagClassName
{
color: #022413;
}
</style>
background-color css
<style>
a { background-color: #022413; }
a { background-color: rgb(2,36,19); }
div.DivClassName
{
background-color: #022413;
}
.BgClassName
{
background-color: #022413;
}
</style>
border-color css
<style>
span { border-color: #022413; }
span { border-color: rgb(2,36,19); }
td.TdClassName
{
border-color: #022413;
}
.TagClassName
{
border-color: #022413;
}
</style>