Shades of Pine Tree #1F3907
Tints of Pine Tree #1F3907
RGB
CMYK
RGB Variations
Color information
#1F3907 (or 0x1F3907) is known color: Pine Tree. HEX triplet: 1F, 39 and 07. RGB value is (31,57,7). Sum of RGB (Red+Green+Blue) = 31+57+7=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 57 (22.66% from 255 or 60% from 95); Blue value is 7 (3.12% from 255 or 7.37% from 95); Max value from RGB is 57 - color contains mainly: green. Hex color #1F3907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3907 is #E0C6F8. Grayscale: #2B2B2B. Windows color (decimal): -14731001 or 473375. OLE color: 473375.
HSL color Cylindrical-coordinate representation of color #1F3907: hue angle of 91.2º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F3907 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 57 | 7 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.78 |
| HSL | 91.2º | 0.78% | 0.13% | - |
| HSV(B) | 91.2º | 0.88% | 0.22% | - |
| XYZ | 2.07 | 3.23 | 0.72 | - |
| YUV | 43.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 7 | 0.46 | 0 | 0.88 | 0.78 | 91.2 | 0.78 | 0.13 |
| Hex | 1F | 39 | 7 | 2E | 0 | 58 | 4E | 5B | 4E | D |
| Octal | 37 | 71 | 7 | 56 | 0 | 130 | 116 | 133 | 116 | 15 |
| Binary | 11111 | 111001 | 111 | 101110 | 0 | 1011000 | 1001110 | 1011011 | 1001110 | 1101 |
Color Harmonies of #1F3907
Complementary color
Monochromatic Colors of #1F3907
Black with #1F3907
Text Example
Text Example
White with #1F3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3907; }
p { color: rgb(31,57,7); }
H1.HeaderClassName
{
color: #1F3907;
}
.AnyTagClassName
{
color: #1F3907;
}
</style>
background-color css
<style>
a { background-color: #1F3907; }
a { background-color: rgb(31,57,7); }
div.DivClassName
{
background-color: #1F3907;
}
.BgClassName
{
background-color: #1F3907;
}
</style>
border-color css
<style>
span { border-color: #1F3907; }
span { border-color: rgb(31,57,7); }
td.TdClassName
{
border-color: #1F3907;
}
.TagClassName
{
border-color: #1F3907;
}
</style>