Shades of Dark Green #011810
Tints of Dark Green #011810
RGB
CMYK
RGB Variations
Color information
#011810 (or 0x011810) is known color: Dark Green. HEX triplet: 01, 18 and 10. RGB value is (1,24,16). Sum of RGB (Red+Green+Blue) = 1+24+16=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 16 (6.64% from 255 or 39.02% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #011810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011810 is #FEE7EF. Grayscale: #101010. Windows color (decimal): -16705520 or 1054721. OLE color: 1054721.
HSL color Cylindrical-coordinate representation of color #011810: hue angle of 159.13º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011810 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 24 | 16 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.91 |
| HSL | 159.13º | 0.92% | 0.05% | - |
| HSV(B) | 159.13º | 0.96% | 0.09% | - |
| XYZ | 0.43 | 0.7 | 0.6 | - |
| YUV | 16.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 16 | 0.96 | 0 | 0.33 | 0.91 | 159.13 | 0.92 | 0.05 |
| Hex | 1 | 18 | 10 | 60 | 0 | 21 | 5B | 9F | 5C | 5 |
| Octal | 1 | 30 | 20 | 140 | 0 | 41 | 133 | 237 | 134 | 5 |
| Binary | 1 | 11000 | 10000 | 1100000 | 0 | 100001 | 1011011 | 10011111 | 1011100 | 101 |
Color Harmonies of #011810
Complementary color
Monochromatic Colors of #011810
Black with #011810
Text Example
Text Example
White with #011810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011810; }
p { color: rgb(1,24,16); }
H1.HeaderClassName
{
color: #011810;
}
.AnyTagClassName
{
color: #011810;
}
</style>
background-color css
<style>
a { background-color: #011810; }
a { background-color: rgb(1,24,16); }
div.DivClassName
{
background-color: #011810;
}
.BgClassName
{
background-color: #011810;
}
</style>
border-color css
<style>
span { border-color: #011810; }
span { border-color: rgb(1,24,16); }
td.TdClassName
{
border-color: #011810;
}
.TagClassName
{
border-color: #011810;
}
</style>