Shades of Pine Tree #11150D
Tints of Pine Tree #11150D
RGB
CMYK
RGB Variations
Color information
#11150D (or 0x11150D) is known color: Pine Tree. HEX triplet: 11, 15 and 0D. RGB value is (17,21,13). Sum of RGB (Red+Green+Blue) = 17+21+13=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #11150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150D is #EEEAF2. Grayscale: #121212. Windows color (decimal): -15657715 or 857361. OLE color: 857361.
HSL color Cylindrical-coordinate representation of color #11150D: hue angle of 90º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #11150D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 21 | 13 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.92 |
| HSL | 90º | 0.24% | 0.07% | - |
| HSV(B) | 90º | 0.38% | 0.08% | - |
| XYZ | 0.57 | 0.68 | 0.48 | - |
| YUV | 18.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 13 | 0.19 | 0 | 0.38 | 0.92 | 90 | 0.24 | 0.07 |
| Hex | 11 | 15 | D | 13 | 0 | 26 | 5C | 5A | 18 | 7 |
| Octal | 21 | 25 | 15 | 23 | 0 | 46 | 134 | 132 | 30 | 7 |
| Binary | 10001 | 10101 | 1101 | 10011 | 0 | 100110 | 1011100 | 1011010 | 11000 | 111 |
Color Harmonies of #11150D
Complementary color
Monochromatic Colors of #11150D
Black with #11150D
Text Example
Text Example
White with #11150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11150D; }
p { color: rgb(17,21,13); }
H1.HeaderClassName
{
color: #11150D;
}
.AnyTagClassName
{
color: #11150D;
}
</style>
background-color css
<style>
a { background-color: #11150D; }
a { background-color: rgb(17,21,13); }
div.DivClassName
{
background-color: #11150D;
}
.BgClassName
{
background-color: #11150D;
}
</style>
border-color css
<style>
span { border-color: #11150D; }
span { border-color: rgb(17,21,13); }
td.TdClassName
{
border-color: #11150D;
}
.TagClassName
{
border-color: #11150D;
}
</style>