Shades of Dark Green #011D18
Tints of Dark Green #011D18
RGB
CMYK
RGB Variations
Color information
#011D18 (or 0x011D18) is known color: Dark Green. HEX triplet: 01, 1D and 18. RGB value is (1,29,24). Sum of RGB (Red+Green+Blue) = 1+29+24=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #011D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011D18 is #FEE2E7. Grayscale: #141414. Windows color (decimal): -16704232 or 1580289. OLE color: 1580289.
HSL color Cylindrical-coordinate representation of color #011D18: hue angle of 169.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011D18 is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 29 | 24 | - |
| CMYK | 0.97 | 0 | 0.17 | 0.89 |
| HSL | 169.29º | 0.93% | 0.06% | - |
| HSV(B) | 169.29º | 0.97% | 0.11% | - |
| XYZ | 0.62 | 0.95 | 1.02 | - |
| YUV | 20.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 24 | 0.97 | 0 | 0.17 | 0.89 | 169.29 | 0.93 | 0.06 |
| Hex | 1 | 1D | 18 | 61 | 0 | 11 | 59 | A9 | 5D | 6 |
| Octal | 1 | 35 | 30 | 141 | 0 | 21 | 131 | 251 | 135 | 6 |
| Binary | 1 | 11101 | 11000 | 1100001 | 0 | 10001 | 1011001 | 10101001 | 1011101 | 110 |
Color Harmonies of #011D18
Complementary color
Monochromatic Colors of #011D18
Black with #011D18
Text Example
Text Example
White with #011D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011D18; }
p { color: rgb(1,29,24); }
H1.HeaderClassName
{
color: #011D18;
}
.AnyTagClassName
{
color: #011D18;
}
</style>
background-color css
<style>
a { background-color: #011D18; }
a { background-color: rgb(1,29,24); }
div.DivClassName
{
background-color: #011D18;
}
.BgClassName
{
background-color: #011D18;
}
</style>
border-color css
<style>
span { border-color: #011D18; }
span { border-color: rgb(1,29,24); }
td.TdClassName
{
border-color: #011D18;
}
.TagClassName
{
border-color: #011D18;
}
</style>