Shades of Dark Green #011110
Tints of Dark Green #011110
RGB
CMYK
RGB Variations
Color information
#011110 (or 0x011110) is known color: Dark Green. HEX triplet: 01, 11 and 10. RGB value is (1,17,16). Sum of RGB (Red+Green+Blue) = 1+17+16=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 17 (7.03% from 255 or 50% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 17 - color contains mainly: green. Hex color #011110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011110 is #FEEEEF. Grayscale: #0C0C0C. Windows color (decimal): -16707312 or 1052929. OLE color: 1052929.
HSL color Cylindrical-coordinate representation of color #011110: hue angle of 176.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011110 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 17 | 16 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.93 |
| HSL | 176.25º | 0.89% | 0.04% | - |
| HSV(B) | 176.25º | 0.94% | 0.07% | - |
| XYZ | 0.31 | 0.44 | 0.56 | - |
| YUV | 12.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 16 | 0.94 | 0 | 0.06 | 0.93 | 176.25 | 0.89 | 0.04 |
| Hex | 1 | 11 | 10 | 5E | 0 | 6 | 5D | B0 | 59 | 4 |
| Octal | 1 | 21 | 20 | 136 | 0 | 6 | 135 | 260 | 131 | 4 |
| Binary | 1 | 10001 | 10000 | 1011110 | 0 | 110 | 1011101 | 10110000 | 1011001 | 100 |
Color Harmonies of #011110
Complementary color
Monochromatic Colors of #011110
Black with #011110
Text Example
Text Example
White with #011110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011110; }
p { color: rgb(1,17,16); }
H1.HeaderClassName
{
color: #011110;
}
.AnyTagClassName
{
color: #011110;
}
</style>
background-color css
<style>
a { background-color: #011110; }
a { background-color: rgb(1,17,16); }
div.DivClassName
{
background-color: #011110;
}
.BgClassName
{
background-color: #011110;
}
</style>
border-color css
<style>
span { border-color: #011110; }
span { border-color: rgb(1,17,16); }
td.TdClassName
{
border-color: #011110;
}
.TagClassName
{
border-color: #011110;
}
</style>