Shades of Pine Tree #1F2809
Tints of Pine Tree #1F2809
RGB
CMYK
RGB Variations
Color information
#1F2809 (or 0x1F2809) is known color: Pine Tree. HEX triplet: 1F, 28 and 09. RGB value is (31,40,9). Sum of RGB (Red+Green+Blue) = 31+40+9=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F2809 is #E0D7F6. Grayscale: #212121. Windows color (decimal): -14735351 or 600095. OLE color: 600095.
HSL color Cylindrical-coordinate representation of color #1F2809: hue angle of 77.42º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2809 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 9 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.84 |
| HSL | 77.42º | 0.63% | 0.1% | - |
| HSV(B) | 77.42º | 0.78% | 0.16% | - |
| XYZ | 1.37 | 1.83 | 0.54 | - |
| YUV | 33.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 9 | 0.22 | 0 | 0.78 | 0.84 | 77.42 | 0.63 | 0.1 |
| Hex | 1F | 28 | 9 | 16 | 0 | 4E | 54 | 4D | 3F | A |
| Octal | 37 | 50 | 11 | 26 | 0 | 116 | 124 | 115 | 77 | 12 |
| Binary | 11111 | 101000 | 1001 | 10110 | 0 | 1001110 | 1010100 | 1001101 | 111111 | 1010 |
Color Harmonies of #1F2809
Complementary color
Monochromatic Colors of #1F2809
Black with #1F2809
Text Example
Text Example
White with #1F2809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2809; }
p { color: rgb(31,40,9); }
H1.HeaderClassName
{
color: #1F2809;
}
.AnyTagClassName
{
color: #1F2809;
}
</style>
background-color css
<style>
a { background-color: #1F2809; }
a { background-color: rgb(31,40,9); }
div.DivClassName
{
background-color: #1F2809;
}
.BgClassName
{
background-color: #1F2809;
}
</style>
border-color css
<style>
span { border-color: #1F2809; }
span { border-color: rgb(31,40,9); }
td.TdClassName
{
border-color: #1F2809;
}
.TagClassName
{
border-color: #1F2809;
}
</style>