Shades of Pine Tree #111210
Tints of Pine Tree #111210
RGB
CMYK
RGB Variations
Color information
#111210 (or 0x111210) is known color: Pine Tree. HEX triplet: 11, 12 and 10. RGB value is (17,18,16). Sum of RGB (Red+Green+Blue) = 17+18+16=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 18 - color contains mainly: green. Hex color #111210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111210 is #EEEDEF. Grayscale: #111111. Windows color (decimal): -15658480 or 1053201. OLE color: 1053201.
HSL color Cylindrical-coordinate representation of color #111210: hue angle of 90º 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 #111210 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 18 | 16 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.93 |
| HSL | 90º | 0.06% | 0.07% | - |
| HSV(B) | 90º | 0.11% | 0.07% | - |
| XYZ | 0.54 | 0.59 | 0.58 | - |
| YUV | 17.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 16 | 0.06 | 0 | 0.11 | 0.93 | 90 | 0.06 | 0.07 |
| Hex | 11 | 12 | 10 | 6 | 0 | B | 5D | 5A | 6 | 7 |
| Octal | 21 | 22 | 20 | 6 | 0 | 13 | 135 | 132 | 6 | 7 |
| Binary | 10001 | 10010 | 10000 | 110 | 0 | 1011 | 1011101 | 1011010 | 110 | 111 |
Color Harmonies of #111210
Complementary color
Monochromatic Colors of #111210
Black with #111210
Text Example
Text Example
White with #111210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111210; }
p { color: rgb(17,18,16); }
H1.HeaderClassName
{
color: #111210;
}
.AnyTagClassName
{
color: #111210;
}
</style>
background-color css
<style>
a { background-color: #111210; }
a { background-color: rgb(17,18,16); }
div.DivClassName
{
background-color: #111210;
}
.BgClassName
{
background-color: #111210;
}
</style>
border-color css
<style>
span { border-color: #111210; }
span { border-color: rgb(17,18,16); }
td.TdClassName
{
border-color: #111210;
}
.TagClassName
{
border-color: #111210;
}
</style>