Shades of Dark Green #001D18
Tints of Dark Green #001D18
RGB
CMYK
RGB Variations
Color information
#001D18 (or 0x001D18) is known color: Dark Green. HEX triplet: 00, 1D and 18. RGB value is (0,29,24). Sum of RGB (Red+Green+Blue) = 0+29+24=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #001D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001D18 is #FFE2E7. Grayscale: #131313. Windows color (decimal): -16769768 or 1580288. OLE color: 1580288.
HSL color Cylindrical-coordinate representation of color #001D18: hue angle of 169.66º 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 #001D18 is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 29 | 24 | - |
| CMYK | 1 | 0 | 0.17 | 0.89 |
| HSL | 169.66º | 1% | 0.06% | - |
| HSV(B) | 169.66º | 1% | 0.11% | - |
| XYZ | 0.6 | 0.94 | 1.01 | - |
| YUV | 19.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 24 | 1 | 0 | 0.17 | 0.89 | 169.66 | 1 | 0.06 |
| Hex | 0 | 1D | 18 | 64 | 0 | 11 | 59 | AA | 64 | 6 |
| Octal | 0 | 35 | 30 | 144 | 0 | 21 | 131 | 252 | 144 | 6 |
| Binary | 0 | 11101 | 11000 | 1100100 | 0 | 10001 | 1011001 | 10101010 | 1100100 | 110 |
Color Harmonies of #001D18
Complementary color
Monochromatic Colors of #001D18
Black with #001D18
Text Example
Text Example
White with #001D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D18; }
p { color: rgb(0,29,24); }
H1.HeaderClassName
{
color: #001D18;
}
.AnyTagClassName
{
color: #001D18;
}
</style>
background-color css
<style>
a { background-color: #001D18; }
a { background-color: rgb(0,29,24); }
div.DivClassName
{
background-color: #001D18;
}
.BgClassName
{
background-color: #001D18;
}
</style>
border-color css
<style>
span { border-color: #001D18; }
span { border-color: rgb(0,29,24); }
td.TdClassName
{
border-color: #001D18;
}
.TagClassName
{
border-color: #001D18;
}
</style>