Shades of Pine Tree #13170B
Tints of Pine Tree #13170B
RGB
CMYK
RGB Variations
Color information
#13170B (or 0x13170B) is known color: Pine Tree. HEX triplet: 13, 17 and 0B. RGB value is (19,23,11). Sum of RGB (Red+Green+Blue) = 19+23+11=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 23 (9.38% from 255 or 43.40% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 23 - color contains mainly: green. Hex color #13170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170B is #ECE8F4. Grayscale: #141414. Windows color (decimal): -15526133 or 726803. OLE color: 726803.
HSL color Cylindrical-coordinate representation of color #13170B: hue angle of 80º 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 #13170B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 23 | 11 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.91 |
| HSL | 80º | 0.35% | 0.07% | - |
| HSV(B) | 80º | 0.52% | 0.09% | - |
| XYZ | 0.64 | 0.78 | 0.43 | - |
| YUV | 20.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 11 | 0.17 | 0 | 0.52 | 0.91 | 80 | 0.35 | 0.07 |
| Hex | 13 | 17 | B | 11 | 0 | 34 | 5B | 50 | 23 | 7 |
| Octal | 23 | 27 | 13 | 21 | 0 | 64 | 133 | 120 | 43 | 7 |
| Binary | 10011 | 10111 | 1011 | 10001 | 0 | 110100 | 1011011 | 1010000 | 100011 | 111 |
Color Harmonies of #13170B
Complementary color
Monochromatic Colors of #13170B
Black with #13170B
Text Example
Text Example
White with #13170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13170B; }
p { color: rgb(19,23,11); }
H1.HeaderClassName
{
color: #13170B;
}
.AnyTagClassName
{
color: #13170B;
}
</style>
background-color css
<style>
a { background-color: #13170B; }
a { background-color: rgb(19,23,11); }
div.DivClassName
{
background-color: #13170B;
}
.BgClassName
{
background-color: #13170B;
}
</style>
border-color css
<style>
span { border-color: #13170B; }
span { border-color: rgb(19,23,11); }
td.TdClassName
{
border-color: #13170B;
}
.TagClassName
{
border-color: #13170B;
}
</style>