Shades of Pine Tree #131F06
Tints of Pine Tree #131F06
RGB
CMYK
RGB Variations
Color information
#131F06 (or 0x131F06) is known color: Pine Tree. HEX triplet: 13, 1F and 06. RGB value is (19,31,6). Sum of RGB (Red+Green+Blue) = 19+31+6=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #131F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131F06 is #ECE0F9. Grayscale: #181818. Windows color (decimal): -15524090 or 401171. OLE color: 401171.
HSL color Cylindrical-coordinate representation of color #131F06: hue angle of 88.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131F06 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 19 | 31 | 6 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.88 |
| HSL | 88.8º | 0.68% | 0.07% | - |
| HSV(B) | 88.8º | 0.81% | 0.12% | - |
| XYZ | 0.79 | 1.13 | 0.35 | - |
| YUV | 24.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 6 | 0.39 | 0 | 0.81 | 0.88 | 88.8 | 0.68 | 0.07 |
| Hex | 13 | 1F | 6 | 27 | 0 | 51 | 58 | 59 | 44 | 7 |
| Octal | 23 | 37 | 6 | 47 | 0 | 121 | 130 | 131 | 104 | 7 |
| Binary | 10011 | 11111 | 110 | 100111 | 0 | 1010001 | 1011000 | 1011001 | 1000100 | 111 |
Color Harmonies of #131F06
Complementary color
Monochromatic Colors of #131F06
Black with #131F06
Text Example
Text Example
White with #131F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F06; }
p { color: rgb(19,31,6); }
H1.HeaderClassName
{
color: #131F06;
}
.AnyTagClassName
{
color: #131F06;
}
</style>
background-color css
<style>
a { background-color: #131F06; }
a { background-color: rgb(19,31,6); }
div.DivClassName
{
background-color: #131F06;
}
.BgClassName
{
background-color: #131F06;
}
</style>
border-color css
<style>
span { border-color: #131F06; }
span { border-color: rgb(19,31,6); }
td.TdClassName
{
border-color: #131F06;
}
.TagClassName
{
border-color: #131F06;
}
</style>