Shades of Dark Green #022519
Tints of Dark Green #022519
RGB
CMYK
RGB Variations
Color information
#022519 (or 0x022519) is known color: Dark Green. HEX triplet: 02, 25 and 19. RGB value is (2,37,25). Sum of RGB (Red+Green+Blue) = 2+37+25=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #022519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022519 is #FDDAE6. Grayscale: #191919. Windows color (decimal): -16636647 or 1647874. OLE color: 1647874.
HSL color Cylindrical-coordinate representation of color #022519: hue angle of 159.43º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022519 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 25 | - |
| CMYK | 0.95 | 0 | 0.32 | 0.85 |
| HSL | 159.43º | 0.9% | 0.08% | - |
| HSV(B) | 159.43º | 0.95% | 0.15% | - |
| XYZ | 0.86 | 1.41 | 1.15 | - |
| YUV | 25.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 25 | 0.95 | 0 | 0.32 | 0.85 | 159.43 | 0.9 | 0.08 |
| Hex | 2 | 25 | 19 | 5F | 0 | 20 | 55 | 9F | 5A | 8 |
| Octal | 2 | 45 | 31 | 137 | 0 | 40 | 125 | 237 | 132 | 10 |
| Binary | 10 | 100101 | 11001 | 1011111 | 0 | 100000 | 1010101 | 10011111 | 1011010 | 1000 |
Color Harmonies of #022519
Complementary color
Monochromatic Colors of #022519
Black with #022519
Text Example
Text Example
White with #022519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022519; }
p { color: rgb(2,37,25); }
H1.HeaderClassName
{
color: #022519;
}
.AnyTagClassName
{
color: #022519;
}
</style>
background-color css
<style>
a { background-color: #022519; }
a { background-color: rgb(2,37,25); }
div.DivClassName
{
background-color: #022519;
}
.BgClassName
{
background-color: #022519;
}
</style>
border-color css
<style>
span { border-color: #022519; }
span { border-color: rgb(2,37,25); }
td.TdClassName
{
border-color: #022519;
}
.TagClassName
{
border-color: #022519;
}
</style>