Shades of Dark Green #111312
Tints of Dark Green #111312
RGB
CMYK
RGB Variations
Color information
#111312 (or 0x111312) is known color: Dark Green. HEX triplet: 11, 13 and 12. RGB value is (17,19,18). Sum of RGB (Red+Green+Blue) = 17+19+18=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 19 - color contains mainly: green. Hex color #111312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111312 is #EEECED. Grayscale: #121212. Windows color (decimal): -15658222 or 1184529. OLE color: 1184529.
HSL color Cylindrical-coordinate representation of color #111312: hue angle of 150º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111312 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 19 | 18 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.93 |
| HSL | 150º | 0.06% | 0.07% | - |
| HSV(B) | 150º | 0.11% | 0.07% | - |
| XYZ | 0.57 | 0.63 | 0.66 | - |
| YUV | 18.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 18 | 0.11 | 0 | 0.05 | 0.93 | 150 | 0.06 | 0.07 |
| Hex | 11 | 13 | 12 | B | 0 | 5 | 5D | 96 | 6 | 7 |
| Octal | 21 | 23 | 22 | 13 | 0 | 5 | 135 | 226 | 6 | 7 |
| Binary | 10001 | 10011 | 10010 | 1011 | 0 | 101 | 1011101 | 10010110 | 110 | 111 |
Color Harmonies of #111312
Complementary color
Monochromatic Colors of #111312
Black with #111312
Text Example
Text Example
White with #111312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111312; }
p { color: rgb(17,19,18); }
H1.HeaderClassName
{
color: #111312;
}
.AnyTagClassName
{
color: #111312;
}
</style>
background-color css
<style>
a { background-color: #111312; }
a { background-color: rgb(17,19,18); }
div.DivClassName
{
background-color: #111312;
}
.BgClassName
{
background-color: #111312;
}
</style>
border-color css
<style>
span { border-color: #111312; }
span { border-color: rgb(17,19,18); }
td.TdClassName
{
border-color: #111312;
}
.TagClassName
{
border-color: #111312;
}
</style>