Shades of Pine Tree #131E0A
Tints of Pine Tree #131E0A
RGB
CMYK
RGB Variations
Color information
#131E0A (or 0x131E0A) is known color: Pine Tree. HEX triplet: 13, 1E and 0A. RGB value is (19,30,10). Sum of RGB (Red+Green+Blue) = 19+30+10=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 10 (4.30% from 255 or 16.95% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #131E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E0A is #ECE1F5. Grayscale: #181818. Windows color (decimal): -15524342 or 663059. OLE color: 663059.
HSL color Cylindrical-coordinate representation of color #131E0A: hue angle of 93º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131E0A is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 10 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.88 |
| HSL | 93º | 0.5% | 0.08% | - |
| HSV(B) | 93º | 0.67% | 0.12% | - |
| XYZ | 0.79 | 1.09 | 0.46 | - |
| YUV | 24.43 | 119.86 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 10 | 0.37 | 0 | 0.67 | 0.88 | 93 | 0.5 | 0.08 |
| Hex | 13 | 1E | A | 25 | 0 | 43 | 58 | 5D | 32 | 8 |
| Octal | 23 | 36 | 12 | 45 | 0 | 103 | 130 | 135 | 62 | 10 |
| Binary | 10011 | 11110 | 1010 | 100101 | 0 | 1000011 | 1011000 | 1011101 | 110010 | 1000 |
Color Harmonies of #131E0A
Complementary color
Monochromatic Colors of #131E0A
Black with #131E0A
Text Example
Text Example
White with #131E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E0A; }
p { color: rgb(19,30,10); }
H1.HeaderClassName
{
color: #131E0A;
}
.AnyTagClassName
{
color: #131E0A;
}
</style>
background-color css
<style>
a { background-color: #131E0A; }
a { background-color: rgb(19,30,10); }
div.DivClassName
{
background-color: #131E0A;
}
.BgClassName
{
background-color: #131E0A;
}
</style>
border-color css
<style>
span { border-color: #131E0A; }
span { border-color: rgb(19,30,10); }
td.TdClassName
{
border-color: #131E0A;
}
.TagClassName
{
border-color: #131E0A;
}
</style>