Shades of Pine Tree #11170E
Tints of Pine Tree #11170E
RGB
CMYK
RGB Variations
Color information
#11170E (or 0x11170E) is known color: Pine Tree. HEX triplet: 11, 17 and 0E. RGB value is (17,23,14). Sum of RGB (Red+Green+Blue) = 17+23+14=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 23 - color contains mainly: green. Hex color #11170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170E is #EEE8F1. Grayscale: #141414. Windows color (decimal): -15657202 or 923409. OLE color: 923409.
HSL color Cylindrical-coordinate representation of color #11170E: hue angle of 100º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #11170E is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 23 | 14 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.91 |
| HSL | 100º | 0.24% | 0.07% | - |
| HSV(B) | 100º | 0.39% | 0.09% | - |
| XYZ | 0.62 | 0.76 | 0.53 | - |
| YUV | 20.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 14 | 0.26 | 0 | 0.39 | 0.91 | 100 | 0.24 | 0.07 |
| Hex | 11 | 17 | E | 1A | 0 | 27 | 5B | 64 | 18 | 7 |
| Octal | 21 | 27 | 16 | 32 | 0 | 47 | 133 | 144 | 30 | 7 |
| Binary | 10001 | 10111 | 1110 | 11010 | 0 | 100111 | 1011011 | 1100100 | 11000 | 111 |
Color Harmonies of #11170E
Complementary color
Monochromatic Colors of #11170E
Black with #11170E
Text Example
Text Example
White with #11170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11170E; }
p { color: rgb(17,23,14); }
H1.HeaderClassName
{
color: #11170E;
}
.AnyTagClassName
{
color: #11170E;
}
</style>
background-color css
<style>
a { background-color: #11170E; }
a { background-color: rgb(17,23,14); }
div.DivClassName
{
background-color: #11170E;
}
.BgClassName
{
background-color: #11170E;
}
</style>
border-color css
<style>
span { border-color: #11170E; }
span { border-color: rgb(17,23,14); }
td.TdClassName
{
border-color: #11170E;
}
.TagClassName
{
border-color: #11170E;
}
</style>