Shades of Dark Green #001110
Tints of Dark Green #001110
RGB
CMYK
RGB Variations
Color information
#001110 (or 0x001110) is known color: Dark Green. HEX triplet: 00, 11 and 10. RGB value is (0,17,16). Sum of RGB (Red+Green+Blue) = 0+17+16=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 17 (7.03% from 255 or 51.52% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 17 - color contains mainly: green. Hex color #001110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001110 is #FFEEEF. Grayscale: #0B0B0B. Windows color (decimal): -16772848 or 1052928. OLE color: 1052928.
HSL color Cylindrical-coordinate representation of color #001110: hue angle of 176.47º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001110 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 16 | - |
| CMYK | 1 | 0 | 0.06 | 0.93 |
| HSL | 176.47º | 1% | 0.03% | - |
| HSV(B) | 176.47º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.44 | 0.56 | - |
| YUV | 11.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 16 | 1 | 0 | 0.06 | 0.93 | 176.47 | 1 | 0.03 |
| Hex | 0 | 11 | 10 | 64 | 0 | 6 | 5D | B0 | 64 | 3 |
| Octal | 0 | 21 | 20 | 144 | 0 | 6 | 135 | 260 | 144 | 3 |
| Binary | 0 | 10001 | 10000 | 1100100 | 0 | 110 | 1011101 | 10110000 | 1100100 | 11 |
Color Harmonies of #001110
Complementary color
Monochromatic Colors of #001110
Black with #001110
Text Example
Text Example
White with #001110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001110; }
p { color: rgb(0,17,16); }
H1.HeaderClassName
{
color: #001110;
}
.AnyTagClassName
{
color: #001110;
}
</style>
background-color css
<style>
a { background-color: #001110; }
a { background-color: rgb(0,17,16); }
div.DivClassName
{
background-color: #001110;
}
.BgClassName
{
background-color: #001110;
}
</style>
border-color css
<style>
span { border-color: #001110; }
span { border-color: rgb(0,17,16); }
td.TdClassName
{
border-color: #001110;
}
.TagClassName
{
border-color: #001110;
}
</style>