Shades of Pine Tree #1F310C
Tints of Pine Tree #1F310C
RGB
CMYK
RGB Variations
Color information
#1F310C (or 0x1F310C) is known color: Pine Tree. HEX triplet: 1F, 31 and 0C. RGB value is (31,49,12). Sum of RGB (Red+Green+Blue) = 31+49+12=92 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.70% from 92); Green value is 49 (19.53% from 255 or 53.26% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 49 - color contains mainly: green. Hex color #1F310C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F310C is #E0CEF3. Grayscale: #272727. Windows color (decimal): -14733044 or 799007. OLE color: 799007.
HSL color Cylindrical-coordinate representation of color #1F310C: hue angle of 89.19º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F310C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 12 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.81 |
| HSL | 89.19º | 0.61% | 0.12% | - |
| HSV(B) | 89.19º | 0.76% | 0.19% | - |
| XYZ | 1.73 | 2.51 | 0.74 | - |
| YUV | 39.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 12 | 0.37 | 0 | 0.76 | 0.81 | 89.19 | 0.61 | 0.12 |
| Hex | 1F | 31 | C | 25 | 0 | 4C | 51 | 59 | 3D | C |
| Octal | 37 | 61 | 14 | 45 | 0 | 114 | 121 | 131 | 75 | 14 |
| Binary | 11111 | 110001 | 1100 | 100101 | 0 | 1001100 | 1010001 | 1011001 | 111101 | 1100 |
Color Harmonies of #1F310C
Complementary color
Monochromatic Colors of #1F310C
Black with #1F310C
Text Example
Text Example
White with #1F310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F310C; }
p { color: rgb(31,49,12); }
H1.HeaderClassName
{
color: #1F310C;
}
.AnyTagClassName
{
color: #1F310C;
}
</style>
background-color css
<style>
a { background-color: #1F310C; }
a { background-color: rgb(31,49,12); }
div.DivClassName
{
background-color: #1F310C;
}
.BgClassName
{
background-color: #1F310C;
}
</style>
border-color css
<style>
span { border-color: #1F310C; }
span { border-color: rgb(31,49,12); }
td.TdClassName
{
border-color: #1F310C;
}
.TagClassName
{
border-color: #1F310C;
}
</style>