Shades of Pine Tree #1F3809
Tints of Pine Tree #1F3809
RGB
CMYK
RGB Variations
Color information
#1F3809 (or 0x1F3809) is known color: Pine Tree. HEX triplet: 1F, 38 and 09. RGB value is (31,56,9). Sum of RGB (Red+Green+Blue) = 31+56+9=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 56 (22.27% from 255 or 58.33% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3809 is #E0C7F6. Grayscale: #2B2B2B. Windows color (decimal): -14731255 or 604191. OLE color: 604191.
HSL color Cylindrical-coordinate representation of color #1F3809: hue angle of 91.91º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F3809 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 56 | 9 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.78 |
| HSL | 91.91º | 0.72% | 0.13% | - |
| HSV(B) | 91.91º | 0.84% | 0.22% | - |
| XYZ | 2.03 | 3.14 | 0.76 | - |
| YUV | 43.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 9 | 0.45 | 0 | 0.84 | 0.78 | 91.91 | 0.72 | 0.13 |
| Hex | 1F | 38 | 9 | 2D | 0 | 54 | 4E | 5C | 48 | D |
| Octal | 37 | 70 | 11 | 55 | 0 | 124 | 116 | 134 | 110 | 15 |
| Binary | 11111 | 111000 | 1001 | 101101 | 0 | 1010100 | 1001110 | 1011100 | 1001000 | 1101 |
Color Harmonies of #1F3809
Complementary color
Monochromatic Colors of #1F3809
Black with #1F3809
Text Example
Text Example
White with #1F3809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3809; }
p { color: rgb(31,56,9); }
H1.HeaderClassName
{
color: #1F3809;
}
.AnyTagClassName
{
color: #1F3809;
}
</style>
background-color css
<style>
a { background-color: #1F3809; }
a { background-color: rgb(31,56,9); }
div.DivClassName
{
background-color: #1F3809;
}
.BgClassName
{
background-color: #1F3809;
}
</style>
border-color css
<style>
span { border-color: #1F3809; }
span { border-color: rgb(31,56,9); }
td.TdClassName
{
border-color: #1F3809;
}
.TagClassName
{
border-color: #1F3809;
}
</style>