Shades of Pine Tree #131F0D
Tints of Pine Tree #131F0D
RGB
CMYK
RGB Variations
Color information
#131F0D (or 0x131F0D) is known color: Pine Tree. HEX triplet: 13, 1F and 0D. RGB value is (19,31,13). Sum of RGB (Red+Green+Blue) = 19+31+13=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #131F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F0D is #ECE0F2. Grayscale: #191919. Windows color (decimal): -15524083 or 859923. OLE color: 859923.
HSL color Cylindrical-coordinate representation of color #131F0D: hue angle of 100º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #131F0D is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 13 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.88 |
| HSL | 100º | 0.41% | 0.09% | - |
| HSV(B) | 100º | 0.58% | 0.12% | - |
| XYZ | 0.83 | 1.15 | 0.56 | - |
| YUV | 25.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 13 | 0.39 | 0 | 0.58 | 0.88 | 100 | 0.41 | 0.09 |
| Hex | 13 | 1F | D | 27 | 0 | 3A | 58 | 64 | 29 | 9 |
| Octal | 23 | 37 | 15 | 47 | 0 | 72 | 130 | 144 | 51 | 11 |
| Binary | 10011 | 11111 | 1101 | 100111 | 0 | 111010 | 1011000 | 1100100 | 101001 | 1001 |
Color Harmonies of #131F0D
Complementary color
Monochromatic Colors of #131F0D
Black with #131F0D
Text Example
Text Example
White with #131F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F0D; }
p { color: rgb(19,31,13); }
H1.HeaderClassName
{
color: #131F0D;
}
.AnyTagClassName
{
color: #131F0D;
}
</style>
background-color css
<style>
a { background-color: #131F0D; }
a { background-color: rgb(19,31,13); }
div.DivClassName
{
background-color: #131F0D;
}
.BgClassName
{
background-color: #131F0D;
}
</style>
border-color css
<style>
span { border-color: #131F0D; }
span { border-color: rgb(19,31,13); }
td.TdClassName
{
border-color: #131F0D;
}
.TagClassName
{
border-color: #131F0D;
}
</style>