Shades of Pine Tree #11170B
Tints of Pine Tree #11170B
RGB
CMYK
RGB Variations
Color information
#11170B (or 0x11170B) is known color: Pine Tree. HEX triplet: 11, 17 and 0B. RGB value is (17,23,11). Sum of RGB (Red+Green+Blue) = 17+23+11=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #11170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11170B is #EEE8F4. Grayscale: #131313. Windows color (decimal): -15657205 or 726801. OLE color: 726801.
HSL color Cylindrical-coordinate representation of color #11170B: hue angle of 90º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #11170B is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 23 | 11 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.91 |
| HSL | 90º | 0.35% | 0.07% | - |
| HSV(B) | 90º | 0.52% | 0.09% | - |
| XYZ | 0.6 | 0.76 | 0.43 | - |
| YUV | 19.84 | 123.01 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 11 | 0.26 | 0 | 0.52 | 0.91 | 90 | 0.35 | 0.07 |
| Hex | 11 | 17 | B | 1A | 0 | 34 | 5B | 5A | 23 | 7 |
| Octal | 21 | 27 | 13 | 32 | 0 | 64 | 133 | 132 | 43 | 7 |
| Binary | 10001 | 10111 | 1011 | 11010 | 0 | 110100 | 1011011 | 1011010 | 100011 | 111 |
Color Harmonies of #11170B
Complementary color
Monochromatic Colors of #11170B
Black with #11170B
Text Example
Text Example
White with #11170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11170B; }
p { color: rgb(17,23,11); }
H1.HeaderClassName
{
color: #11170B;
}
.AnyTagClassName
{
color: #11170B;
}
</style>
background-color css
<style>
a { background-color: #11170B; }
a { background-color: rgb(17,23,11); }
div.DivClassName
{
background-color: #11170B;
}
.BgClassName
{
background-color: #11170B;
}
</style>
border-color css
<style>
span { border-color: #11170B; }
span { border-color: rgb(17,23,11); }
td.TdClassName
{
border-color: #11170B;
}
.TagClassName
{
border-color: #11170B;
}
</style>