Shades of Pine Tree #131905
Tints of Pine Tree #131905
RGB
CMYK
RGB Variations
Color information
#131905 (or 0x131905) is known color: Pine Tree. HEX triplet: 13, 19 and 05. RGB value is (19,25,5). Sum of RGB (Red+Green+Blue) = 19+25+5=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #131905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131905 is #ECE6FA. Grayscale: #151515. Windows color (decimal): -15525627 or 334099. OLE color: 334099.
HSL color Cylindrical-coordinate representation of color #131905: hue angle of 78º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131905 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 5 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.90 |
| HSL | 78º | 0.67% | 0.06% | - |
| HSV(B) | 78º | 0.8% | 0.1% | - |
| XYZ | 0.64 | 0.84 | 0.27 | - |
| YUV | 20.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 5 | 0.24 | 0 | 0.80 | 0.90 | 78 | 0.67 | 0.06 |
| Hex | 13 | 19 | 5 | 18 | 0 | 50 | 5A | 4E | 43 | 6 |
| Octal | 23 | 31 | 5 | 30 | 0 | 120 | 132 | 116 | 103 | 6 |
| Binary | 10011 | 11001 | 101 | 11000 | 0 | 1010000 | 1011010 | 1001110 | 1000011 | 110 |
Color Harmonies of #131905
Complementary color
Monochromatic Colors of #131905
Black with #131905
Text Example
Text Example
White with #131905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131905; }
p { color: rgb(19,25,5); }
H1.HeaderClassName
{
color: #131905;
}
.AnyTagClassName
{
color: #131905;
}
</style>
background-color css
<style>
a { background-color: #131905; }
a { background-color: rgb(19,25,5); }
div.DivClassName
{
background-color: #131905;
}
.BgClassName
{
background-color: #131905;
}
</style>
border-color css
<style>
span { border-color: #131905; }
span { border-color: rgb(19,25,5); }
td.TdClassName
{
border-color: #131905;
}
.TagClassName
{
border-color: #131905;
}
</style>