Shades of Pine Tree #11160F
Tints of Pine Tree #11160F
RGB
CMYK
RGB Variations
Color information
#11160F (or 0x11160F) is known color: Pine Tree. HEX triplet: 11, 16 and 0F. RGB value is (17,22,15). Sum of RGB (Red+Green+Blue) = 17+22+15=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 22 - color contains mainly: green. Hex color #11160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160F is #EEE9F0. Grayscale: #131313. Windows color (decimal): -15657457 or 988689. OLE color: 988689.
HSL color Cylindrical-coordinate representation of color #11160F: hue angle of 102.86º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #11160F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 15 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.91 |
| HSL | 102.86º | 0.19% | 0.07% | - |
| HSV(B) | 102.86º | 0.32% | 0.09% | - |
| XYZ | 0.6 | 0.73 | 0.56 | - |
| YUV | 19.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 15 | 0.23 | 0 | 0.32 | 0.91 | 102.86 | 0.19 | 0.07 |
| Hex | 11 | 16 | F | 17 | 0 | 20 | 5B | 67 | 13 | 7 |
| Octal | 21 | 26 | 17 | 27 | 0 | 40 | 133 | 147 | 23 | 7 |
| Binary | 10001 | 10110 | 1111 | 10111 | 0 | 100000 | 1011011 | 1100111 | 10011 | 111 |
Color Harmonies of #11160F
Complementary color
Monochromatic Colors of #11160F
Black with #11160F
Text Example
Text Example
White with #11160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11160F; }
p { color: rgb(17,22,15); }
H1.HeaderClassName
{
color: #11160F;
}
.AnyTagClassName
{
color: #11160F;
}
</style>
background-color css
<style>
a { background-color: #11160F; }
a { background-color: rgb(17,22,15); }
div.DivClassName
{
background-color: #11160F;
}
.BgClassName
{
background-color: #11160F;
}
</style>
border-color css
<style>
span { border-color: #11160F; }
span { border-color: rgb(17,22,15); }
td.TdClassName
{
border-color: #11160F;
}
.TagClassName
{
border-color: #11160F;
}
</style>