Shades of Pine Tree #11150A
Tints of Pine Tree #11150A
RGB
CMYK
RGB Variations
Color information
#11150A (or 0x11150A) is known color: Pine Tree. HEX triplet: 11, 15 and 0A. RGB value is (17,21,10). Sum of RGB (Red+Green+Blue) = 17+21+10=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #11150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150A is #EEEAF5. Grayscale: #121212. Windows color (decimal): -15657718 or 660753. OLE color: 660753.
HSL color Cylindrical-coordinate representation of color #11150A: hue angle of 81.82º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #11150A is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 21 | 10 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.92 |
| HSL | 81.82º | 0.35% | 0.06% | - |
| HSV(B) | 81.82º | 0.52% | 0.08% | - |
| XYZ | 0.55 | 0.68 | 0.39 | - |
| YUV | 18.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 10 | 0.19 | 0 | 0.52 | 0.92 | 81.82 | 0.35 | 0.06 |
| Hex | 11 | 15 | A | 13 | 0 | 34 | 5C | 52 | 23 | 6 |
| Octal | 21 | 25 | 12 | 23 | 0 | 64 | 134 | 122 | 43 | 6 |
| Binary | 10001 | 10101 | 1010 | 10011 | 0 | 110100 | 1011100 | 1010010 | 100011 | 110 |
Color Harmonies of #11150A
Complementary color
Monochromatic Colors of #11150A
Black with #11150A
Text Example
Text Example
White with #11150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11150A; }
p { color: rgb(17,21,10); }
H1.HeaderClassName
{
color: #11150A;
}
.AnyTagClassName
{
color: #11150A;
}
</style>
background-color css
<style>
a { background-color: #11150A; }
a { background-color: rgb(17,21,10); }
div.DivClassName
{
background-color: #11150A;
}
.BgClassName
{
background-color: #11150A;
}
</style>
border-color css
<style>
span { border-color: #11150A; }
span { border-color: rgb(17,21,10); }
td.TdClassName
{
border-color: #11150A;
}
.TagClassName
{
border-color: #11150A;
}
</style>