Shades of Pine Tree #131E0D
Tints of Pine Tree #131E0D
RGB
CMYK
RGB Variations
Color information
#131E0D (or 0x131E0D) is known color: Pine Tree. HEX triplet: 13, 1E and 0D. RGB value is (19,30,13). Sum of RGB (Red+Green+Blue) = 19+30+13=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #131E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E0D is #ECE1F2. Grayscale: #181818. Windows color (decimal): -15524339 or 859667. OLE color: 859667.
HSL color Cylindrical-coordinate representation of color #131E0D: hue angle of 98.82º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #131E0D is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 13 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.88 |
| HSL | 98.82º | 0.4% | 0.08% | - |
| HSV(B) | 98.82º | 0.57% | 0.12% | - |
| XYZ | 0.81 | 1.1 | 0.55 | - |
| YUV | 24.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 13 | 0.37 | 0 | 0.57 | 0.88 | 98.82 | 0.4 | 0.08 |
| Hex | 13 | 1E | D | 25 | 0 | 39 | 58 | 63 | 28 | 8 |
| Octal | 23 | 36 | 15 | 45 | 0 | 71 | 130 | 143 | 50 | 10 |
| Binary | 10011 | 11110 | 1101 | 100101 | 0 | 111001 | 1011000 | 1100011 | 101000 | 1000 |
Color Harmonies of #131E0D
Complementary color
Monochromatic Colors of #131E0D
Black with #131E0D
Text Example
Text Example
White with #131E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E0D; }
p { color: rgb(19,30,13); }
H1.HeaderClassName
{
color: #131E0D;
}
.AnyTagClassName
{
color: #131E0D;
}
</style>
background-color css
<style>
a { background-color: #131E0D; }
a { background-color: rgb(19,30,13); }
div.DivClassName
{
background-color: #131E0D;
}
.BgClassName
{
background-color: #131E0D;
}
</style>
border-color css
<style>
span { border-color: #131E0D; }
span { border-color: rgb(19,30,13); }
td.TdClassName
{
border-color: #131E0D;
}
.TagClassName
{
border-color: #131E0D;
}
</style>