Shades of Pine Tree #1F320E
Tints of Pine Tree #1F320E
RGB
CMYK
RGB Variations
Color information
#1F320E (or 0x1F320E) is known color: Pine Tree. HEX triplet: 1F, 32 and 0E. RGB value is (31,50,14). Sum of RGB (Red+Green+Blue) = 31+50+14=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320E is #E0CDF1. Grayscale: #282828. Windows color (decimal): -14732786 or 930335. OLE color: 930335.
HSL color Cylindrical-coordinate representation of color #1F320E: hue angle of 91.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F320E is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 14 | - |
| CMYK | 0.38 | 0 | 0.72 | 0.80 |
| HSL | 91.67º | 0.56% | 0.13% | - |
| HSV(B) | 91.67º | 0.72% | 0.2% | - |
| XYZ | 1.78 | 2.6 | 0.82 | - |
| YUV | 40.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 14 | 0.38 | 0 | 0.72 | 0.80 | 91.67 | 0.56 | 0.13 |
| Hex | 1F | 32 | E | 26 | 0 | 48 | 50 | 5C | 38 | D |
| Octal | 37 | 62 | 16 | 46 | 0 | 110 | 120 | 134 | 70 | 15 |
| Binary | 11111 | 110010 | 1110 | 100110 | 0 | 1001000 | 1010000 | 1011100 | 111000 | 1101 |
Color Harmonies of #1F320E
Complementary color
Monochromatic Colors of #1F320E
Black with #1F320E
Text Example
Text Example
White with #1F320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F320E; }
p { color: rgb(31,50,14); }
H1.HeaderClassName
{
color: #1F320E;
}
.AnyTagClassName
{
color: #1F320E;
}
</style>
background-color css
<style>
a { background-color: #1F320E; }
a { background-color: rgb(31,50,14); }
div.DivClassName
{
background-color: #1F320E;
}
.BgClassName
{
background-color: #1F320E;
}
</style>
border-color css
<style>
span { border-color: #1F320E; }
span { border-color: rgb(31,50,14); }
td.TdClassName
{
border-color: #1F320E;
}
.TagClassName
{
border-color: #1F320E;
}
</style>