Shades of Pine Tree #131E08
Tints of Pine Tree #131E08
RGB
CMYK
RGB Variations
Color information
#131E08 (or 0x131E08) is known color: Pine Tree. HEX triplet: 13, 1E and 08. RGB value is (19,30,8). Sum of RGB (Red+Green+Blue) = 19+30+8=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 30 (12.11% from 255 or 52.63% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 30 - color contains mainly: green. Hex color #131E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131E08 is #ECE1F7. Grayscale: #181818. Windows color (decimal): -15524344 or 531987. OLE color: 531987.
HSL color Cylindrical-coordinate representation of color #131E08: hue angle of 90º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #131E08 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 30 | 8 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.88 |
| HSL | 90º | 0.58% | 0.07% | - |
| HSV(B) | 90º | 0.73% | 0.12% | - |
| XYZ | 0.78 | 1.08 | 0.4 | - |
| YUV | 24.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 8 | 0.37 | 0 | 0.73 | 0.88 | 90 | 0.58 | 0.07 |
| Hex | 13 | 1E | 8 | 25 | 0 | 49 | 58 | 5A | 3A | 7 |
| Octal | 23 | 36 | 10 | 45 | 0 | 111 | 130 | 132 | 72 | 7 |
| Binary | 10011 | 11110 | 1000 | 100101 | 0 | 1001001 | 1011000 | 1011010 | 111010 | 111 |
Color Harmonies of #131E08
Complementary color
Monochromatic Colors of #131E08
Black with #131E08
Text Example
Text Example
White with #131E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E08; }
p { color: rgb(19,30,8); }
H1.HeaderClassName
{
color: #131E08;
}
.AnyTagClassName
{
color: #131E08;
}
</style>
background-color css
<style>
a { background-color: #131E08; }
a { background-color: rgb(19,30,8); }
div.DivClassName
{
background-color: #131E08;
}
.BgClassName
{
background-color: #131E08;
}
</style>
border-color css
<style>
span { border-color: #131E08; }
span { border-color: rgb(19,30,8); }
td.TdClassName
{
border-color: #131E08;
}
.TagClassName
{
border-color: #131E08;
}
</style>