Shades of Pine Tree #11150C
Tints of Pine Tree #11150C
RGB
CMYK
RGB Variations
Color information
#11150C (or 0x11150C) is known color: Pine Tree. HEX triplet: 11, 15 and 0C. RGB value is (17,21,12). Sum of RGB (Red+Green+Blue) = 17+21+12=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #11150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11150C is #EEEAF3. Grayscale: #121212. Windows color (decimal): -15657716 or 791825. OLE color: 791825.
HSL color Cylindrical-coordinate representation of color #11150C: hue angle of 86.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11150C is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 21 | 12 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.92 |
| HSL | 86.67º | 0.27% | 0.06% | - |
| HSV(B) | 86.67º | 0.43% | 0.08% | - |
| XYZ | 0.57 | 0.68 | 0.45 | - |
| YUV | 18.78 | 124.17 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 12 | 0.19 | 0 | 0.43 | 0.92 | 86.67 | 0.27 | 0.06 |
| Hex | 11 | 15 | C | 13 | 0 | 2B | 5C | 57 | 1B | 6 |
| Octal | 21 | 25 | 14 | 23 | 0 | 53 | 134 | 127 | 33 | 6 |
| Binary | 10001 | 10101 | 1100 | 10011 | 0 | 101011 | 1011100 | 1010111 | 11011 | 110 |
Color Harmonies of #11150C
Complementary color
Monochromatic Colors of #11150C
Black with #11150C
Text Example
Text Example
White with #11150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11150C; }
p { color: rgb(17,21,12); }
H1.HeaderClassName
{
color: #11150C;
}
.AnyTagClassName
{
color: #11150C;
}
</style>
background-color css
<style>
a { background-color: #11150C; }
a { background-color: rgb(17,21,12); }
div.DivClassName
{
background-color: #11150C;
}
.BgClassName
{
background-color: #11150C;
}
</style>
border-color css
<style>
span { border-color: #11150C; }
span { border-color: rgb(17,21,12); }
td.TdClassName
{
border-color: #11150C;
}
.TagClassName
{
border-color: #11150C;
}
</style>