Shades of Pine Tree #131510
Tints of Pine Tree #131510
RGB
CMYK
RGB Variations
Color information
#131510 (or 0x131510) is known color: Pine Tree. HEX triplet: 13, 15 and 10. RGB value is (19,21,16). Sum of RGB (Red+Green+Blue) = 19+21+16=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #131510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131510 is #ECEAEF. Grayscale: #131313. Windows color (decimal): -15526640 or 1053971. OLE color: 1053971.
HSL color Cylindrical-coordinate representation of color #131510: hue angle of 84º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131510 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 21 | 16 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.92 |
| HSL | 84º | 0.14% | 0.07% | - |
| HSV(B) | 84º | 0.24% | 0.08% | - |
| XYZ | 0.63 | 0.71 | 0.59 | - |
| YUV | 19.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 16 | 0.10 | 0 | 0.24 | 0.92 | 84 | 0.14 | 0.07 |
| Hex | 13 | 15 | 10 | A | 0 | 18 | 5C | 54 | E | 7 |
| Octal | 23 | 25 | 20 | 12 | 0 | 30 | 134 | 124 | 16 | 7 |
| Binary | 10011 | 10101 | 10000 | 1010 | 0 | 11000 | 1011100 | 1010100 | 1110 | 111 |
Color Harmonies of #131510
Complementary color
Monochromatic Colors of #131510
Black with #131510
Text Example
Text Example
White with #131510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131510; }
p { color: rgb(19,21,16); }
H1.HeaderClassName
{
color: #131510;
}
.AnyTagClassName
{
color: #131510;
}
</style>
background-color css
<style>
a { background-color: #131510; }
a { background-color: rgb(19,21,16); }
div.DivClassName
{
background-color: #131510;
}
.BgClassName
{
background-color: #131510;
}
</style>
border-color css
<style>
span { border-color: #131510; }
span { border-color: rgb(19,21,16); }
td.TdClassName
{
border-color: #131510;
}
.TagClassName
{
border-color: #131510;
}
</style>