Shades of Pine Tree #1F320C
Tints of Pine Tree #1F320C
RGB
CMYK
RGB Variations
Color information
#1F320C (or 0x1F320C) is known color: Pine Tree. HEX triplet: 1F, 32 and 0C. RGB value is (31,50,12). Sum of RGB (Red+Green+Blue) = 31+50+12=93 (12% of max value = 765). Red value is 31 (12.5% from 255 or 33.33% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320C is #E0CDF3. Grayscale: #282828. Windows color (decimal): -14732788 or 799263. OLE color: 799263.
HSL color Cylindrical-coordinate representation of color #1F320C: hue angle of 90º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F320C is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 12 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.80 |
| HSL | 90º | 0.61% | 0.12% | - |
| HSV(B) | 90º | 0.76% | 0.2% | - |
| XYZ | 1.77 | 2.6 | 0.76 | - |
| YUV | 39.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 12 | 0.38 | 0 | 0.76 | 0.80 | 90 | 0.61 | 0.12 |
| Hex | 1F | 32 | C | 26 | 0 | 4C | 50 | 5A | 3D | C |
| Octal | 37 | 62 | 14 | 46 | 0 | 114 | 120 | 132 | 75 | 14 |
| Binary | 11111 | 110010 | 1100 | 100110 | 0 | 1001100 | 1010000 | 1011010 | 111101 | 1100 |
Color Harmonies of #1F320C
Complementary color
Monochromatic Colors of #1F320C
Black with #1F320C
Text Example
Text Example
White with #1F320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F320C; }
p { color: rgb(31,50,12); }
H1.HeaderClassName
{
color: #1F320C;
}
.AnyTagClassName
{
color: #1F320C;
}
</style>
background-color css
<style>
a { background-color: #1F320C; }
a { background-color: rgb(31,50,12); }
div.DivClassName
{
background-color: #1F320C;
}
.BgClassName
{
background-color: #1F320C;
}
</style>
border-color css
<style>
span { border-color: #1F320C; }
span { border-color: rgb(31,50,12); }
td.TdClassName
{
border-color: #1F320C;
}
.TagClassName
{
border-color: #1F320C;
}
</style>