Shades of Pine Tree #131807
Tints of Pine Tree #131807
RGB
CMYK
RGB Variations
Color information
#131807 (or 0x131807) is known color: Pine Tree. HEX triplet: 13, 18 and 07. RGB value is (19,24,7). Sum of RGB (Red+Green+Blue) = 19+24+7=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #131807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131807 is #ECE7F8. Grayscale: #141414. Windows color (decimal): -15525881 or 464915. OLE color: 464915.
HSL color Cylindrical-coordinate representation of color #131807: hue angle of 77.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131807 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 24 | 7 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.91 |
| HSL | 77.65º | 0.55% | 0.06% | - |
| HSV(B) | 77.65º | 0.71% | 0.09% | - |
| XYZ | 0.63 | 0.81 | 0.32 | - |
| YUV | 20.57 | 120.34 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 7 | 0.21 | 0 | 0.71 | 0.91 | 77.65 | 0.55 | 0.06 |
| Hex | 13 | 18 | 7 | 15 | 0 | 47 | 5B | 4E | 37 | 6 |
| Octal | 23 | 30 | 7 | 25 | 0 | 107 | 133 | 116 | 67 | 6 |
| Binary | 10011 | 11000 | 111 | 10101 | 0 | 1000111 | 1011011 | 1001110 | 110111 | 110 |
Color Harmonies of #131807
Complementary color
Monochromatic Colors of #131807
Black with #131807
Text Example
Text Example
White with #131807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131807; }
p { color: rgb(19,24,7); }
H1.HeaderClassName
{
color: #131807;
}
.AnyTagClassName
{
color: #131807;
}
</style>
background-color css
<style>
a { background-color: #131807; }
a { background-color: rgb(19,24,7); }
div.DivClassName
{
background-color: #131807;
}
.BgClassName
{
background-color: #131807;
}
</style>
border-color css
<style>
span { border-color: #131807; }
span { border-color: rgb(19,24,7); }
td.TdClassName
{
border-color: #131807;
}
.TagClassName
{
border-color: #131807;
}
</style>