Shades of Pine Tree #1F3702
Tints of Pine Tree #1F3702
RGB
CMYK
RGB Variations
Color information
#1F3702 (or 0x1F3702) is known color: Pine Tree. HEX triplet: 1F, 37 and 02. RGB value is (31,55,2). Sum of RGB (Red+Green+Blue) = 31+55+2=88 (11% of max value = 765). Red value is 31 (12.5% from 255 or 35.23% from 88); Green value is 55 (21.88% from 255 or 62.5% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3702 is #E0C8FD. Grayscale: #292929. Windows color (decimal): -14731518 or 145183. OLE color: 145183.
HSL color Cylindrical-coordinate representation of color #1F3702: hue angle of 87.17º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1F3702 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 2 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.78 |
| HSL | 87.17º | 0.93% | 0.11% | - |
| HSV(B) | 87.17º | 0.96% | 0.22% | - |
| XYZ | 1.94 | 3.03 | 0.54 | - |
| YUV | 41.78 | 105.55 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 2 | 0.44 | 0 | 0.96 | 0.78 | 87.17 | 0.93 | 0.11 |
| Hex | 1F | 37 | 2 | 2C | 0 | 60 | 4E | 57 | 5D | B |
| Octal | 37 | 67 | 2 | 54 | 0 | 140 | 116 | 127 | 135 | 13 |
| Binary | 11111 | 110111 | 10 | 101100 | 0 | 1100000 | 1001110 | 1010111 | 1011101 | 1011 |
Color Harmonies of #1F3702
Complementary color
Monochromatic Colors of #1F3702
Black with #1F3702
Text Example
Text Example
White with #1F3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3702; }
p { color: rgb(31,55,2); }
H1.HeaderClassName
{
color: #1F3702;
}
.AnyTagClassName
{
color: #1F3702;
}
</style>
background-color css
<style>
a { background-color: #1F3702; }
a { background-color: rgb(31,55,2); }
div.DivClassName
{
background-color: #1F3702;
}
.BgClassName
{
background-color: #1F3702;
}
</style>
border-color css
<style>
span { border-color: #1F3702; }
span { border-color: rgb(31,55,2); }
td.TdClassName
{
border-color: #1F3702;
}
.TagClassName
{
border-color: #1F3702;
}
</style>