Shades of Pine Tree #11160D
Tints of Pine Tree #11160D
RGB
CMYK
RGB Variations
Color information
#11160D (or 0x11160D) is known color: Pine Tree. HEX triplet: 11, 16 and 0D. RGB value is (17,22,13). Sum of RGB (Red+Green+Blue) = 17+22+13=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 22 (8.98% from 255 or 42.31% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 22 - color contains mainly: green. Hex color #11160D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11160D is #EEE9F2. Grayscale: #131313. Windows color (decimal): -15657459 or 857617. OLE color: 857617.
HSL color Cylindrical-coordinate representation of color #11160D: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11160D is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 22 | 13 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.91 |
| HSL | 93.33º | 0.26% | 0.07% | - |
| HSV(B) | 93.33º | 0.41% | 0.09% | - |
| XYZ | 0.59 | 0.72 | 0.49 | - |
| YUV | 19.48 | 124.34 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 13 | 0.23 | 0 | 0.41 | 0.91 | 93.33 | 0.26 | 0.07 |
| Hex | 11 | 16 | D | 17 | 0 | 29 | 5B | 5D | 1A | 7 |
| Octal | 21 | 26 | 15 | 27 | 0 | 51 | 133 | 135 | 32 | 7 |
| Binary | 10001 | 10110 | 1101 | 10111 | 0 | 101001 | 1011011 | 1011101 | 11010 | 111 |
Color Harmonies of #11160D
Complementary color
Monochromatic Colors of #11160D
Black with #11160D
Text Example
Text Example
White with #11160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11160D; }
p { color: rgb(17,22,13); }
H1.HeaderClassName
{
color: #11160D;
}
.AnyTagClassName
{
color: #11160D;
}
</style>
background-color css
<style>
a { background-color: #11160D; }
a { background-color: rgb(17,22,13); }
div.DivClassName
{
background-color: #11160D;
}
.BgClassName
{
background-color: #11160D;
}
</style>
border-color css
<style>
span { border-color: #11160D; }
span { border-color: rgb(17,22,13); }
td.TdClassName
{
border-color: #11160D;
}
.TagClassName
{
border-color: #11160D;
}
</style>