Shades of Pine Tree #131E05
Tints of Pine Tree #131E05
RGB
CMYK
RGB Variations
Color information
#131E05 (or 0x131E05) is known color: Pine Tree. HEX triplet: 13, 1E and 05. RGB value is (19,30,5). Sum of RGB (Red+Green+Blue) = 19+30+5=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #131E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E05 is #ECE1FA. Grayscale: #171717. Windows color (decimal): -15524347 or 335379. OLE color: 335379.
HSL color Cylindrical-coordinate representation of color #131E05: hue angle of 86.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131E05 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 5 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.88 |
| HSL | 86.4º | 0.71% | 0.07% | - |
| HSV(B) | 86.4º | 0.83% | 0.12% | - |
| XYZ | 0.76 | 1.08 | 0.31 | - |
| YUV | 23.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 5 | 0.37 | 0 | 0.83 | 0.88 | 86.4 | 0.71 | 0.07 |
| Hex | 13 | 1E | 5 | 25 | 0 | 53 | 58 | 56 | 47 | 7 |
| Octal | 23 | 36 | 5 | 45 | 0 | 123 | 130 | 126 | 107 | 7 |
| Binary | 10011 | 11110 | 101 | 100101 | 0 | 1010011 | 1011000 | 1010110 | 1000111 | 111 |
Color Harmonies of #131E05
Complementary color
Monochromatic Colors of #131E05
Black with #131E05
Text Example
Text Example
White with #131E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E05; }
p { color: rgb(19,30,5); }
H1.HeaderClassName
{
color: #131E05;
}
.AnyTagClassName
{
color: #131E05;
}
</style>
background-color css
<style>
a { background-color: #131E05; }
a { background-color: rgb(19,30,5); }
div.DivClassName
{
background-color: #131E05;
}
.BgClassName
{
background-color: #131E05;
}
</style>
border-color css
<style>
span { border-color: #131E05; }
span { border-color: rgb(19,30,5); }
td.TdClassName
{
border-color: #131E05;
}
.TagClassName
{
border-color: #131E05;
}
</style>