Shades of Dark Green #022419
Tints of Dark Green #022419
RGB
CMYK
RGB Variations
Color information
#022419 (or 0x022419) is known color: Dark Green. HEX triplet: 02, 24 and 19. RGB value is (2,36,25). Sum of RGB (Red+Green+Blue) = 2+36+25=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #022419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022419 is #FDDBE6. Grayscale: #181818. Windows color (decimal): -16636903 or 1647618. OLE color: 1647618.
HSL color Cylindrical-coordinate representation of color #022419: hue angle of 160.59º 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 #022419 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 2 | 36 | 25 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.86 |
| HSL | 160.59º | 0.89% | 0.07% | - |
| HSV(B) | 160.59º | 0.94% | 0.14% | - |
| XYZ | 0.83 | 1.34 | 1.14 | - |
| YUV | 24.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 25 | 0.94 | 0 | 0.31 | 0.86 | 160.59 | 0.89 | 0.07 |
| Hex | 2 | 24 | 19 | 5E | 0 | 1F | 56 | A1 | 59 | 7 |
| Octal | 2 | 44 | 31 | 136 | 0 | 37 | 126 | 241 | 131 | 7 |
| Binary | 10 | 100100 | 11001 | 1011110 | 0 | 11111 | 1010110 | 10100001 | 1011001 | 111 |
Color Harmonies of #022419
Complementary color
Monochromatic Colors of #022419
Black with #022419
Text Example
Text Example
White with #022419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022419; }
p { color: rgb(2,36,25); }
H1.HeaderClassName
{
color: #022419;
}
.AnyTagClassName
{
color: #022419;
}
</style>
background-color css
<style>
a { background-color: #022419; }
a { background-color: rgb(2,36,25); }
div.DivClassName
{
background-color: #022419;
}
.BgClassName
{
background-color: #022419;
}
</style>
border-color css
<style>
span { border-color: #022419; }
span { border-color: rgb(2,36,25); }
td.TdClassName
{
border-color: #022419;
}
.TagClassName
{
border-color: #022419;
}
</style>