Shades of Dark Green #001D19
Tints of Dark Green #001D19
RGB
CMYK
RGB Variations
Color information
#001D19 (or 0x001D19) is known color: Dark Green. HEX triplet: 00, 1D and 19. RGB value is (0,29,25). Sum of RGB (Red+Green+Blue) = 0+29+25=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #001D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D19 is #FFE2E6. Grayscale: #131313. Windows color (decimal): -16769767 or 1645824. OLE color: 1645824.
HSL color Cylindrical-coordinate representation of color #001D19: hue angle of 171.72º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D19 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 25 | - |
| CMYK | 1 | 0 | 0.14 | 0.89 |
| HSL | 171.72º | 1% | 0.06% | - |
| HSV(B) | 171.72º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.95 | 1.07 | - |
| YUV | 19.87 | 130.89 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 25 | 1 | 0 | 0.14 | 0.89 | 171.72 | 1 | 0.06 |
| Hex | 0 | 1D | 19 | 64 | 0 | E | 59 | AC | 64 | 6 |
| Octal | 0 | 35 | 31 | 144 | 0 | 16 | 131 | 254 | 144 | 6 |
| Binary | 0 | 11101 | 11001 | 1100100 | 0 | 1110 | 1011001 | 10101100 | 1100100 | 110 |
Color Harmonies of #001D19
Complementary color
Monochromatic Colors of #001D19
Black with #001D19
Text Example
Text Example
White with #001D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D19; }
p { color: rgb(0,29,25); }
H1.HeaderClassName
{
color: #001D19;
}
.AnyTagClassName
{
color: #001D19;
}
</style>
background-color css
<style>
a { background-color: #001D19; }
a { background-color: rgb(0,29,25); }
div.DivClassName
{
background-color: #001D19;
}
.BgClassName
{
background-color: #001D19;
}
</style>
border-color css
<style>
span { border-color: #001D19; }
span { border-color: rgb(0,29,25); }
td.TdClassName
{
border-color: #001D19;
}
.TagClassName
{
border-color: #001D19;
}
</style>