Shades of Pine Tree #1F2906
Tints of Pine Tree #1F2906
RGB
CMYK
RGB Variations
Color information
#1F2906 (or 0x1F2906) is known color: Pine Tree. HEX triplet: 1F, 29 and 06. RGB value is (31,41,6). Sum of RGB (Red+Green+Blue) = 31+41+6=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2906 is #E0D6F9. Grayscale: #222222. Windows color (decimal): -14735098 or 403743. OLE color: 403743.
HSL color Cylindrical-coordinate representation of color #1F2906: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2906 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 6 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.84 |
| HSL | 77.14º | 0.74% | 0.09% | - |
| HSV(B) | 77.14º | 0.85% | 0.16% | - |
| XYZ | 1.39 | 1.89 | 0.46 | - |
| YUV | 34.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 6 | 0.24 | 0 | 0.85 | 0.84 | 77.14 | 0.74 | 0.09 |
| Hex | 1F | 29 | 6 | 18 | 0 | 55 | 54 | 4D | 4A | 9 |
| Octal | 37 | 51 | 6 | 30 | 0 | 125 | 124 | 115 | 112 | 11 |
| Binary | 11111 | 101001 | 110 | 11000 | 0 | 1010101 | 1010100 | 1001101 | 1001010 | 1001 |
Color Harmonies of #1F2906
Complementary color
Monochromatic Colors of #1F2906
Black with #1F2906
Text Example
Text Example
White with #1F2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2906; }
p { color: rgb(31,41,6); }
H1.HeaderClassName
{
color: #1F2906;
}
.AnyTagClassName
{
color: #1F2906;
}
</style>
background-color css
<style>
a { background-color: #1F2906; }
a { background-color: rgb(31,41,6); }
div.DivClassName
{
background-color: #1F2906;
}
.BgClassName
{
background-color: #1F2906;
}
</style>
border-color css
<style>
span { border-color: #1F2906; }
span { border-color: rgb(31,41,6); }
td.TdClassName
{
border-color: #1F2906;
}
.TagClassName
{
border-color: #1F2906;
}
</style>