Shades of Pine Tree #131B08
Tints of Pine Tree #131B08
RGB
CMYK
RGB Variations
Color information
#131B08 (or 0x131B08) is known color: Pine Tree. HEX triplet: 13, 1B and 08. RGB value is (19,27,8). Sum of RGB (Red+Green+Blue) = 19+27+8=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #131B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131B08 is #ECE4F7. Grayscale: #161616. Windows color (decimal): -15525112 or 531219. OLE color: 531219.
HSL color Cylindrical-coordinate representation of color #131B08: hue angle of 85.26º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131B08 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 27 | 8 | - |
| CMYK | 0.30 | 0 | 0.70 | 0.89 |
| HSL | 85.26º | 0.54% | 0.07% | - |
| HSV(B) | 85.26º | 0.7% | 0.11% | - |
| XYZ | 0.7 | 0.94 | 0.37 | - |
| YUV | 22.44 | 119.85 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 8 | 0.30 | 0 | 0.70 | 0.89 | 85.26 | 0.54 | 0.07 |
| Hex | 13 | 1B | 8 | 1E | 0 | 46 | 59 | 55 | 36 | 7 |
| Octal | 23 | 33 | 10 | 36 | 0 | 106 | 131 | 125 | 66 | 7 |
| Binary | 10011 | 11011 | 1000 | 11110 | 0 | 1000110 | 1011001 | 1010101 | 110110 | 111 |
Color Harmonies of #131B08
Complementary color
Monochromatic Colors of #131B08
Black with #131B08
Text Example
Text Example
White with #131B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B08; }
p { color: rgb(19,27,8); }
H1.HeaderClassName
{
color: #131B08;
}
.AnyTagClassName
{
color: #131B08;
}
</style>
background-color css
<style>
a { background-color: #131B08; }
a { background-color: rgb(19,27,8); }
div.DivClassName
{
background-color: #131B08;
}
.BgClassName
{
background-color: #131B08;
}
</style>
border-color css
<style>
span { border-color: #131B08; }
span { border-color: rgb(19,27,8); }
td.TdClassName
{
border-color: #131B08;
}
.TagClassName
{
border-color: #131B08;
}
</style>