Shades of Dark Green #002019
Tints of Dark Green #002019
RGB
CMYK
RGB Variations
Color information
#002019 (or 0x002019) is known color: Dark Green. HEX triplet: 00, 20 and 19. RGB value is (0,32,25). Sum of RGB (Red+Green+Blue) = 0+32+25=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #002019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002019 is #FFDFE6. Grayscale: #151515. Windows color (decimal): -16768999 or 1646592. OLE color: 1646592.
HSL color Cylindrical-coordinate representation of color #002019: hue angle of 166.88º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002019 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 0 | 32 | 25 | - |
| CMYK | 1 | 0 | 0.22 | 0.87 |
| HSL | 166.88º | 1% | 0.06% | - |
| HSV(B) | 166.88º | 1% | 0.13% | - |
| XYZ | 0.69 | 1.1 | 1.1 | - |
| YUV | 21.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 25 | 1 | 0 | 0.22 | 0.87 | 166.88 | 1 | 0.06 |
| Hex | 0 | 20 | 19 | 64 | 0 | 16 | 57 | A7 | 64 | 6 |
| Octal | 0 | 40 | 31 | 144 | 0 | 26 | 127 | 247 | 144 | 6 |
| Binary | 0 | 100000 | 11001 | 1100100 | 0 | 10110 | 1010111 | 10100111 | 1100100 | 110 |
Color Harmonies of #002019
Complementary color
Monochromatic Colors of #002019
Black with #002019
Text Example
Text Example
White with #002019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002019; }
p { color: rgb(0,32,25); }
H1.HeaderClassName
{
color: #002019;
}
.AnyTagClassName
{
color: #002019;
}
</style>
background-color css
<style>
a { background-color: #002019; }
a { background-color: rgb(0,32,25); }
div.DivClassName
{
background-color: #002019;
}
.BgClassName
{
background-color: #002019;
}
</style>
border-color css
<style>
span { border-color: #002019; }
span { border-color: rgb(0,32,25); }
td.TdClassName
{
border-color: #002019;
}
.TagClassName
{
border-color: #002019;
}
</style>