Shades of Pine Tree #1F2905
Tints of Pine Tree #1F2905
RGB
CMYK
RGB Variations
Color information
#1F2905 (or 0x1F2905) is known color: Pine Tree. HEX triplet: 1F, 29 and 05. RGB value is (31,41,5). Sum of RGB (Red+Green+Blue) = 31+41+5=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2905 is #E0D6FA. Grayscale: #222222. Windows color (decimal): -14735099 or 338207. OLE color: 338207.
HSL color Cylindrical-coordinate representation of color #1F2905: hue angle of 76.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F2905 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 5 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.84 |
| HSL | 76.67º | 0.78% | 0.09% | - |
| HSV(B) | 76.67º | 0.88% | 0.16% | - |
| XYZ | 1.39 | 1.89 | 0.44 | - |
| YUV | 33.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 5 | 0.24 | 0 | 0.88 | 0.84 | 76.67 | 0.78 | 0.09 |
| Hex | 1F | 29 | 5 | 18 | 0 | 58 | 54 | 4D | 4E | 9 |
| Octal | 37 | 51 | 5 | 30 | 0 | 130 | 124 | 115 | 116 | 11 |
| Binary | 11111 | 101001 | 101 | 11000 | 0 | 1011000 | 1010100 | 1001101 | 1001110 | 1001 |
Color Harmonies of #1F2905
Complementary color
Monochromatic Colors of #1F2905
Black with #1F2905
Text Example
Text Example
White with #1F2905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2905; }
p { color: rgb(31,41,5); }
H1.HeaderClassName
{
color: #1F2905;
}
.AnyTagClassName
{
color: #1F2905;
}
</style>
background-color css
<style>
a { background-color: #1F2905; }
a { background-color: rgb(31,41,5); }
div.DivClassName
{
background-color: #1F2905;
}
.BgClassName
{
background-color: #1F2905;
}
</style>
border-color css
<style>
span { border-color: #1F2905; }
span { border-color: rgb(31,41,5); }
td.TdClassName
{
border-color: #1F2905;
}
.TagClassName
{
border-color: #1F2905;
}
</style>