Shades of Pine Tree #1F3108
Tints of Pine Tree #1F3108
RGB
CMYK
RGB Variations
Color information
#1F3108 (or 0x1F3108) is known color: Pine Tree. HEX triplet: 1F, 31 and 08. RGB value is (31,49,8). Sum of RGB (Red+Green+Blue) = 31+49+8=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 49 (19.53% from 255 or 55.68% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3108 is #E0CEF7. Grayscale: #272727. Windows color (decimal): -14733048 or 536863. OLE color: 536863.
HSL color Cylindrical-coordinate representation of color #1F3108: hue angle of 86.34º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F3108 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 8 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.81 |
| HSL | 86.34º | 0.72% | 0.11% | - |
| HSV(B) | 86.34º | 0.84% | 0.19% | - |
| XYZ | 1.71 | 2.51 | 0.62 | - |
| YUV | 38.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 8 | 0.37 | 0 | 0.84 | 0.81 | 86.34 | 0.72 | 0.11 |
| Hex | 1F | 31 | 8 | 25 | 0 | 54 | 51 | 56 | 48 | B |
| Octal | 37 | 61 | 10 | 45 | 0 | 124 | 121 | 126 | 110 | 13 |
| Binary | 11111 | 110001 | 1000 | 100101 | 0 | 1010100 | 1010001 | 1010110 | 1001000 | 1011 |
Color Harmonies of #1F3108
Complementary color
Monochromatic Colors of #1F3108
Black with #1F3108
Text Example
Text Example
White with #1F3108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3108; }
p { color: rgb(31,49,8); }
H1.HeaderClassName
{
color: #1F3108;
}
.AnyTagClassName
{
color: #1F3108;
}
</style>
background-color css
<style>
a { background-color: #1F3108; }
a { background-color: rgb(31,49,8); }
div.DivClassName
{
background-color: #1F3108;
}
.BgClassName
{
background-color: #1F3108;
}
</style>
border-color css
<style>
span { border-color: #1F3108; }
span { border-color: rgb(31,49,8); }
td.TdClassName
{
border-color: #1F3108;
}
.TagClassName
{
border-color: #1F3108;
}
</style>