Shades of Pine Tree #1F3703
Tints of Pine Tree #1F3703
RGB
CMYK
RGB Variations
Color information
#1F3703 (or 0x1F3703) is known color: Pine Tree. HEX triplet: 1F, 37 and 03. RGB value is (31,55,3). Sum of RGB (Red+Green+Blue) = 31+55+3=89 (11% of max value = 765). Red value is 31 (12.5% from 255 or 34.83% from 89); Green value is 55 (21.88% from 255 or 61.80% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3703 is #E0C8FC. Grayscale: #2A2A2A. Windows color (decimal): -14731517 or 210719. OLE color: 210719.
HSL color Cylindrical-coordinate representation of color #1F3703: hue angle of 87.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F3703 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 3 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.78 |
| HSL | 87.69º | 0.9% | 0.11% | - |
| HSV(B) | 87.69º | 0.95% | 0.22% | - |
| XYZ | 1.95 | 3.03 | 0.57 | - |
| YUV | 41.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 3 | 0.44 | 0 | 0.95 | 0.78 | 87.69 | 0.9 | 0.11 |
| Hex | 1F | 37 | 3 | 2C | 0 | 5F | 4E | 58 | 5A | B |
| Octal | 37 | 67 | 3 | 54 | 0 | 137 | 116 | 130 | 132 | 13 |
| Binary | 11111 | 110111 | 11 | 101100 | 0 | 1011111 | 1001110 | 1011000 | 1011010 | 1011 |
Color Harmonies of #1F3703
Complementary color
Monochromatic Colors of #1F3703
Black with #1F3703
Text Example
Text Example
White with #1F3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3703; }
p { color: rgb(31,55,3); }
H1.HeaderClassName
{
color: #1F3703;
}
.AnyTagClassName
{
color: #1F3703;
}
</style>
background-color css
<style>
a { background-color: #1F3703; }
a { background-color: rgb(31,55,3); }
div.DivClassName
{
background-color: #1F3703;
}
.BgClassName
{
background-color: #1F3703;
}
</style>
border-color css
<style>
span { border-color: #1F3703; }
span { border-color: rgb(31,55,3); }
td.TdClassName
{
border-color: #1F3703;
}
.TagClassName
{
border-color: #1F3703;
}
</style>