Shades of Dark Green #001112
Tints of Dark Green #001112
RGB
CMYK
RGB Variations
Color information
#001112 (or 0x001112) is known color: Dark Green. HEX triplet: 00, 11 and 12. RGB value is (0,17,18). Sum of RGB (Red+Green+Blue) = 0+17+18=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #001112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001112 is #FFEEED. Grayscale: #0C0C0C. Windows color (decimal): -16772846 or 1184000. OLE color: 1184000.
HSL color Cylindrical-coordinate representation of color #001112: hue angle of 183.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001112 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 0 | 17 | 18 | - |
| CMYK | 1 | 0.06 | 0 | 0.93 |
| HSL | 183.33º | 1% | 0.04% | - |
| HSV(B) | 183.33º | 1% | 0.07% | - |
| XYZ | 0.31 | 0.44 | 0.64 | - |
| YUV | 12.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 18 | 1 | 0.06 | 0 | 0.93 | 183.33 | 1 | 0.04 |
| Hex | 0 | 11 | 12 | 64 | 6 | 0 | 5D | B7 | 64 | 4 |
| Octal | 0 | 21 | 22 | 144 | 6 | 0 | 135 | 267 | 144 | 4 |
| Binary | 0 | 10001 | 10010 | 1100100 | 110 | 0 | 1011101 | 10110111 | 1100100 | 100 |
Color Harmonies of #001112
Complementary color
Monochromatic Colors of #001112
Black with #001112
Text Example
Text Example
White with #001112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001112; }
p { color: rgb(0,17,18); }
H1.HeaderClassName
{
color: #001112;
}
.AnyTagClassName
{
color: #001112;
}
</style>
background-color css
<style>
a { background-color: #001112; }
a { background-color: rgb(0,17,18); }
div.DivClassName
{
background-color: #001112;
}
.BgClassName
{
background-color: #001112;
}
</style>
border-color css
<style>
span { border-color: #001112; }
span { border-color: rgb(0,17,18); }
td.TdClassName
{
border-color: #001112;
}
.TagClassName
{
border-color: #001112;
}
</style>