Shades of Dark Green #011112
Tints of Dark Green #011112
RGB
CMYK
RGB Variations
Color information
#011112 (or 0x011112) is known color: Dark Green. HEX triplet: 01, 11 and 12. RGB value is (1,17,18). Sum of RGB (Red+Green+Blue) = 1+17+18=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #011112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011112 is #FEEEED. Grayscale: #0C0C0C. Windows color (decimal): -16707310 or 1184001. OLE color: 1184001.
HSL color Cylindrical-coordinate representation of color #011112: hue angle of 183.53º 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 #011112 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 17 | 18 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.93 |
| HSL | 183.53º | 0.89% | 0.04% | - |
| HSV(B) | 183.53º | 0.94% | 0.07% | - |
| XYZ | 0.32 | 0.45 | 0.64 | - |
| YUV | 12.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 18 | 0.94 | 0.06 | 0 | 0.93 | 183.53 | 0.89 | 0.04 |
| Hex | 1 | 11 | 12 | 5E | 6 | 0 | 5D | B8 | 59 | 4 |
| Octal | 1 | 21 | 22 | 136 | 6 | 0 | 135 | 270 | 131 | 4 |
| Binary | 1 | 10001 | 10010 | 1011110 | 110 | 0 | 1011101 | 10111000 | 1011001 | 100 |
Color Harmonies of #011112
Complementary color
Monochromatic Colors of #011112
Black with #011112
Text Example
Text Example
White with #011112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011112; }
p { color: rgb(1,17,18); }
H1.HeaderClassName
{
color: #011112;
}
.AnyTagClassName
{
color: #011112;
}
</style>
background-color css
<style>
a { background-color: #011112; }
a { background-color: rgb(1,17,18); }
div.DivClassName
{
background-color: #011112;
}
.BgClassName
{
background-color: #011112;
}
</style>
border-color css
<style>
span { border-color: #011112; }
span { border-color: rgb(1,17,18); }
td.TdClassName
{
border-color: #011112;
}
.TagClassName
{
border-color: #011112;
}
</style>