Shades of Pine Tree #131E0E
Tints of Pine Tree #131E0E
RGB
CMYK
RGB Variations
Color information
#131E0E (or 0x131E0E) is known color: Pine Tree. HEX triplet: 13, 1E and 0E. RGB value is (19,30,14). Sum of RGB (Red+Green+Blue) = 19+30+14=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #131E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E0E is #ECE1F1. Grayscale: #181818. Windows color (decimal): -15524338 or 925203. OLE color: 925203.
HSL color Cylindrical-coordinate representation of color #131E0E: hue angle of 101.25º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #131E0E is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 14 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.88 |
| HSL | 101.25º | 0.36% | 0.09% | - |
| HSV(B) | 101.25º | 0.53% | 0.12% | - |
| XYZ | 0.81 | 1.1 | 0.58 | - |
| YUV | 24.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 14 | 0.37 | 0 | 0.53 | 0.88 | 101.25 | 0.36 | 0.09 |
| Hex | 13 | 1E | E | 25 | 0 | 35 | 58 | 65 | 24 | 9 |
| Octal | 23 | 36 | 16 | 45 | 0 | 65 | 130 | 145 | 44 | 11 |
| Binary | 10011 | 11110 | 1110 | 100101 | 0 | 110101 | 1011000 | 1100101 | 100100 | 1001 |
Color Harmonies of #131E0E
Complementary color
Monochromatic Colors of #131E0E
Black with #131E0E
Text Example
Text Example
White with #131E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E0E; }
p { color: rgb(19,30,14); }
H1.HeaderClassName
{
color: #131E0E;
}
.AnyTagClassName
{
color: #131E0E;
}
</style>
background-color css
<style>
a { background-color: #131E0E; }
a { background-color: rgb(19,30,14); }
div.DivClassName
{
background-color: #131E0E;
}
.BgClassName
{
background-color: #131E0E;
}
</style>
border-color css
<style>
span { border-color: #131E0E; }
span { border-color: rgb(19,30,14); }
td.TdClassName
{
border-color: #131E0E;
}
.TagClassName
{
border-color: #131E0E;
}
</style>