Shades of Pine Tree #1F3707
Tints of Pine Tree #1F3707
RGB
CMYK
RGB Variations
Color information
#1F3707 (or 0x1F3707) is known color: Pine Tree. HEX triplet: 1F, 37 and 07. RGB value is (31,55,7). Sum of RGB (Red+Green+Blue) = 31+55+7=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3707 is #E0C8F8. Grayscale: #2A2A2A. Windows color (decimal): -14731513 or 472863. OLE color: 472863.
HSL color Cylindrical-coordinate representation of color #1F3707: hue angle of 90º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3707 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 7 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.78 |
| HSL | 90º | 0.77% | 0.12% | - |
| HSV(B) | 90º | 0.87% | 0.22% | - |
| XYZ | 1.97 | 3.04 | 0.68 | - |
| YUV | 42.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 7 | 0.44 | 0 | 0.87 | 0.78 | 90 | 0.77 | 0.12 |
| Hex | 1F | 37 | 7 | 2C | 0 | 57 | 4E | 5A | 4D | C |
| Octal | 37 | 67 | 7 | 54 | 0 | 127 | 116 | 132 | 115 | 14 |
| Binary | 11111 | 110111 | 111 | 101100 | 0 | 1010111 | 1001110 | 1011010 | 1001101 | 1100 |
Color Harmonies of #1F3707
Complementary color
Monochromatic Colors of #1F3707
Black with #1F3707
Text Example
Text Example
White with #1F3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3707; }
p { color: rgb(31,55,7); }
H1.HeaderClassName
{
color: #1F3707;
}
.AnyTagClassName
{
color: #1F3707;
}
</style>
background-color css
<style>
a { background-color: #1F3707; }
a { background-color: rgb(31,55,7); }
div.DivClassName
{
background-color: #1F3707;
}
.BgClassName
{
background-color: #1F3707;
}
</style>
border-color css
<style>
span { border-color: #1F3707; }
span { border-color: rgb(31,55,7); }
td.TdClassName
{
border-color: #1F3707;
}
.TagClassName
{
border-color: #1F3707;
}
</style>