Shades of Dark Green #001919
Tints of Dark Green #001919
RGB
CMYK
RGB Variations
Color information
#001919 (or 0x001919) is known color: Dark Green. HEX triplet: 00, 19 and 19. RGB value is (0,25,25). Sum of RGB (Red+Green+Blue) = 0+25+25=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #001919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001919 is #FFE6E6. Grayscale: #111111. Windows color (decimal): -16770791 or 1644800. OLE color: 1644800.
HSL color Cylindrical-coordinate representation of color #001919: hue angle of 180º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001919 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 25 | 25 | - |
| CMYK | 1 | 0 | 0 | 0.90 |
| HSL | 180º | 1% | 0.05% | - |
| HSV(B) | 180º | 1% | 0.1% | - |
| XYZ | 0.52 | 0.77 | 1.04 | - |
| YUV | 17.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 25 | 1 | 0 | 0 | 0.90 | 180 | 1 | 0.05 |
| Hex | 0 | 19 | 19 | 64 | 0 | 0 | 5A | B4 | 64 | 5 |
| Octal | 0 | 31 | 31 | 144 | 0 | 0 | 132 | 264 | 144 | 5 |
| Binary | 0 | 11001 | 11001 | 1100100 | 0 | 0 | 1011010 | 10110100 | 1100100 | 101 |
Color Harmonies of #001919
Complementary color
Monochromatic Colors of #001919
Black with #001919
Text Example
Text Example
White with #001919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001919; }
p { color: rgb(0,25,25); }
H1.HeaderClassName
{
color: #001919;
}
.AnyTagClassName
{
color: #001919;
}
</style>
background-color css
<style>
a { background-color: #001919; }
a { background-color: rgb(0,25,25); }
div.DivClassName
{
background-color: #001919;
}
.BgClassName
{
background-color: #001919;
}
</style>
border-color css
<style>
span { border-color: #001919; }
span { border-color: rgb(0,25,25); }
td.TdClassName
{
border-color: #001919;
}
.TagClassName
{
border-color: #001919;
}
</style>