Shades of Pine Tree #1F3408
Tints of Pine Tree #1F3408
RGB
CMYK
RGB Variations
Color information
#1F3408 (or 0x1F3408) is known color: Pine Tree. HEX triplet: 1F, 34 and 08. RGB value is (31,52,8). Sum of RGB (Red+Green+Blue) = 31+52+8=91 (12% of max value = 765). Red value is 31 (12.5% from 255 or 34.07% from 91); Green value is 52 (20.70% from 255 or 57.14% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3408 is #E0CBF7. Grayscale: #282828. Windows color (decimal): -14732280 or 537631. OLE color: 537631.
HSL color Cylindrical-coordinate representation of color #1F3408: hue angle of 88.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F3408 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 8 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.80 |
| HSL | 88.64º | 0.73% | 0.12% | - |
| HSV(B) | 88.64º | 0.85% | 0.2% | - |
| XYZ | 1.84 | 2.76 | 0.67 | - |
| YUV | 40.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 8 | 0.40 | 0 | 0.85 | 0.80 | 88.64 | 0.73 | 0.12 |
| Hex | 1F | 34 | 8 | 28 | 0 | 55 | 50 | 59 | 49 | C |
| Octal | 37 | 64 | 10 | 50 | 0 | 125 | 120 | 131 | 111 | 14 |
| Binary | 11111 | 110100 | 1000 | 101000 | 0 | 1010101 | 1010000 | 1011001 | 1001001 | 1100 |
Color Harmonies of #1F3408
Complementary color
Monochromatic Colors of #1F3408
Black with #1F3408
Text Example
Text Example
White with #1F3408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3408; }
p { color: rgb(31,52,8); }
H1.HeaderClassName
{
color: #1F3408;
}
.AnyTagClassName
{
color: #1F3408;
}
</style>
background-color css
<style>
a { background-color: #1F3408; }
a { background-color: rgb(31,52,8); }
div.DivClassName
{
background-color: #1F3408;
}
.BgClassName
{
background-color: #1F3408;
}
</style>
border-color css
<style>
span { border-color: #1F3408; }
span { border-color: rgb(31,52,8); }
td.TdClassName
{
border-color: #1F3408;
}
.TagClassName
{
border-color: #1F3408;
}
</style>