Shades of Dark Green #001D16
Tints of Dark Green #001D16
RGB
CMYK
RGB Variations
Color information
#001D16 (or 0x001D16) is known color: Dark Green. HEX triplet: 00, 1D and 16. RGB value is (0,29,22). Sum of RGB (Red+Green+Blue) = 0+29+22=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #001D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D16 is #FFE2E9. Grayscale: #131313. Windows color (decimal): -16769770 or 1449216. OLE color: 1449216.
HSL color Cylindrical-coordinate representation of color #001D16: hue angle of 165.52º 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 #001D16 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 22 | - |
| CMYK | 1 | 0 | 0.24 | 0.89 |
| HSL | 165.52º | 1% | 0.06% | - |
| HSV(B) | 165.52º | 1% | 0.11% | - |
| XYZ | 0.58 | 0.94 | 0.91 | - |
| YUV | 19.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 22 | 1 | 0 | 0.24 | 0.89 | 165.52 | 1 | 0.06 |
| Hex | 0 | 1D | 16 | 64 | 0 | 18 | 59 | A6 | 64 | 6 |
| Octal | 0 | 35 | 26 | 144 | 0 | 30 | 131 | 246 | 144 | 6 |
| Binary | 0 | 11101 | 10110 | 1100100 | 0 | 11000 | 1011001 | 10100110 | 1100100 | 110 |
Color Harmonies of #001D16
Complementary color
Monochromatic Colors of #001D16
Black with #001D16
Text Example
Text Example
White with #001D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D16; }
p { color: rgb(0,29,22); }
H1.HeaderClassName
{
color: #001D16;
}
.AnyTagClassName
{
color: #001D16;
}
</style>
background-color css
<style>
a { background-color: #001D16; }
a { background-color: rgb(0,29,22); }
div.DivClassName
{
background-color: #001D16;
}
.BgClassName
{
background-color: #001D16;
}
</style>
border-color css
<style>
span { border-color: #001D16; }
span { border-color: rgb(0,29,22); }
td.TdClassName
{
border-color: #001D16;
}
.TagClassName
{
border-color: #001D16;
}
</style>