Shades of Pine Tree #131E09
Tints of Pine Tree #131E09
RGB
CMYK
RGB Variations
Color information
#131E09 (or 0x131E09) is known color: Pine Tree. HEX triplet: 13, 1E and 09. RGB value is (19,30,9). Sum of RGB (Red+Green+Blue) = 19+30+9=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #131E09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E09 is #ECE1F6. Grayscale: #181818. Windows color (decimal): -15524343 or 597523. OLE color: 597523.
HSL color Cylindrical-coordinate representation of color #131E09: hue angle of 91.43º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131E09 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 9 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.88 |
| HSL | 91.43º | 0.54% | 0.08% | - |
| HSV(B) | 91.43º | 0.7% | 0.12% | - |
| XYZ | 0.78 | 1.09 | 0.43 | - |
| YUV | 24.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 9 | 0.37 | 0 | 0.70 | 0.88 | 91.43 | 0.54 | 0.08 |
| Hex | 13 | 1E | 9 | 25 | 0 | 46 | 58 | 5B | 36 | 8 |
| Octal | 23 | 36 | 11 | 45 | 0 | 106 | 130 | 133 | 66 | 10 |
| Binary | 10011 | 11110 | 1001 | 100101 | 0 | 1000110 | 1011000 | 1011011 | 110110 | 1000 |
Color Harmonies of #131E09
Complementary color
Monochromatic Colors of #131E09
Black with #131E09
Text Example
Text Example
White with #131E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E09; }
p { color: rgb(19,30,9); }
H1.HeaderClassName
{
color: #131E09;
}
.AnyTagClassName
{
color: #131E09;
}
</style>
background-color css
<style>
a { background-color: #131E09; }
a { background-color: rgb(19,30,9); }
div.DivClassName
{
background-color: #131E09;
}
.BgClassName
{
background-color: #131E09;
}
</style>
border-color css
<style>
span { border-color: #131E09; }
span { border-color: rgb(19,30,9); }
td.TdClassName
{
border-color: #131E09;
}
.TagClassName
{
border-color: #131E09;
}
</style>