Shades of Pine Tree #13170A
Tints of Pine Tree #13170A
RGB
CMYK
RGB Variations
Color information
#13170A (or 0x13170A) is known color: Pine Tree. HEX triplet: 13, 17 and 0A. RGB value is (19,23,10). Sum of RGB (Red+Green+Blue) = 19+23+10=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #13170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13170A is #ECE8F5. Grayscale: #141414. Windows color (decimal): -15526134 or 661267. OLE color: 661267.
HSL color Cylindrical-coordinate representation of color #13170A: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13170A is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 23 | 10 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.91 |
| HSL | 78.46º | 0.39% | 0.06% | - |
| HSV(B) | 78.46º | 0.57% | 0.09% | - |
| XYZ | 0.63 | 0.77 | 0.4 | - |
| YUV | 20.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 10 | 0.17 | 0 | 0.57 | 0.91 | 78.46 | 0.39 | 0.06 |
| Hex | 13 | 17 | A | 11 | 0 | 39 | 5B | 4E | 27 | 6 |
| Octal | 23 | 27 | 12 | 21 | 0 | 71 | 133 | 116 | 47 | 6 |
| Binary | 10011 | 10111 | 1010 | 10001 | 0 | 111001 | 1011011 | 1001110 | 100111 | 110 |
Color Harmonies of #13170A
Complementary color
Monochromatic Colors of #13170A
Black with #13170A
Text Example
Text Example
White with #13170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13170A; }
p { color: rgb(19,23,10); }
H1.HeaderClassName
{
color: #13170A;
}
.AnyTagClassName
{
color: #13170A;
}
</style>
background-color css
<style>
a { background-color: #13170A; }
a { background-color: rgb(19,23,10); }
div.DivClassName
{
background-color: #13170A;
}
.BgClassName
{
background-color: #13170A;
}
</style>
border-color css
<style>
span { border-color: #13170A; }
span { border-color: rgb(19,23,10); }
td.TdClassName
{
border-color: #13170A;
}
.TagClassName
{
border-color: #13170A;
}
</style>