Shades of Pine Tree #131908
Tints of Pine Tree #131908
RGB
CMYK
RGB Variations
Color information
#131908 (or 0x131908) is known color: Pine Tree. HEX triplet: 13, 19 and 08. RGB value is (19,25,8). Sum of RGB (Red+Green+Blue) = 19+25+8=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #131908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131908 is #ECE6F7. Grayscale: #151515. Windows color (decimal): -15525624 or 530707. OLE color: 530707.
HSL color Cylindrical-coordinate representation of color #131908: hue angle of 81.18º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131908 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 19 | 25 | 8 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.90 |
| HSL | 81.18º | 0.52% | 0.06% | - |
| HSV(B) | 81.18º | 0.68% | 0.1% | - |
| XYZ | 0.66 | 0.85 | 0.36 | - |
| YUV | 21.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 8 | 0.24 | 0 | 0.68 | 0.90 | 81.18 | 0.52 | 0.06 |
| Hex | 13 | 19 | 8 | 18 | 0 | 44 | 5A | 51 | 34 | 6 |
| Octal | 23 | 31 | 10 | 30 | 0 | 104 | 132 | 121 | 64 | 6 |
| Binary | 10011 | 11001 | 1000 | 11000 | 0 | 1000100 | 1011010 | 1010001 | 110100 | 110 |
Color Harmonies of #131908
Complementary color
Monochromatic Colors of #131908
Black with #131908
Text Example
Text Example
White with #131908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131908; }
p { color: rgb(19,25,8); }
H1.HeaderClassName
{
color: #131908;
}
.AnyTagClassName
{
color: #131908;
}
</style>
background-color css
<style>
a { background-color: #131908; }
a { background-color: rgb(19,25,8); }
div.DivClassName
{
background-color: #131908;
}
.BgClassName
{
background-color: #131908;
}
</style>
border-color css
<style>
span { border-color: #131908; }
span { border-color: rgb(19,25,8); }
td.TdClassName
{
border-color: #131908;
}
.TagClassName
{
border-color: #131908;
}
</style>