Shades of Dark Green #002419
Tints of Dark Green #002419
RGB
CMYK
RGB Variations
Color information
#002419 (or 0x002419) is known color: Dark Green. HEX triplet: 00, 24 and 19. RGB value is (0,36,25). Sum of RGB (Red+Green+Blue) = 0+36+25=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #002419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #002419 is #FFDBE6. Grayscale: #171717. Windows color (decimal): -16767975 or 1647616. OLE color: 1647616.
HSL color Cylindrical-coordinate representation of color #002419: hue angle of 161.67º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002419 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 36 | 25 | - |
| CMYK | 1 | 0 | 0.31 | 0.86 |
| HSL | 161.67º | 1% | 0.07% | - |
| HSV(B) | 161.67º | 1% | 0.14% | - |
| XYZ | 0.81 | 1.33 | 1.13 | - |
| YUV | 23.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 25 | 1 | 0 | 0.31 | 0.86 | 161.67 | 1 | 0.07 |
| Hex | 0 | 24 | 19 | 64 | 0 | 1F | 56 | A2 | 64 | 7 |
| Octal | 0 | 44 | 31 | 144 | 0 | 37 | 126 | 242 | 144 | 7 |
| Binary | 0 | 100100 | 11001 | 1100100 | 0 | 11111 | 1010110 | 10100010 | 1100100 | 111 |
Color Harmonies of #002419
Complementary color
Monochromatic Colors of #002419
Black with #002419
Text Example
Text Example
White with #002419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002419; }
p { color: rgb(0,36,25); }
H1.HeaderClassName
{
color: #002419;
}
.AnyTagClassName
{
color: #002419;
}
</style>
background-color css
<style>
a { background-color: #002419; }
a { background-color: rgb(0,36,25); }
div.DivClassName
{
background-color: #002419;
}
.BgClassName
{
background-color: #002419;
}
</style>
border-color css
<style>
span { border-color: #002419; }
span { border-color: rgb(0,36,25); }
td.TdClassName
{
border-color: #002419;
}
.TagClassName
{
border-color: #002419;
}
</style>