Shades of Pine Tree #1F320D
Tints of Pine Tree #1F320D
RGB
CMYK
RGB Variations
Color information
#1F320D (or 0x1F320D) is known color: Pine Tree. HEX triplet: 1F, 32 and 0D. RGB value is (31,50,13). Sum of RGB (Red+Green+Blue) = 31+50+13=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #1F320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F320D is #E0CDF2. Grayscale: #282828. Windows color (decimal): -14732787 or 864799. OLE color: 864799.
HSL color Cylindrical-coordinate representation of color #1F320D: hue angle of 90.81º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F320D is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 13 | - |
| CMYK | 0.38 | 0 | 0.74 | 0.80 |
| HSL | 90.81º | 0.59% | 0.12% | - |
| HSV(B) | 90.81º | 0.74% | 0.2% | - |
| XYZ | 1.78 | 2.6 | 0.79 | - |
| YUV | 40.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 13 | 0.38 | 0 | 0.74 | 0.80 | 90.81 | 0.59 | 0.12 |
| Hex | 1F | 32 | D | 26 | 0 | 4A | 50 | 5B | 3B | C |
| Octal | 37 | 62 | 15 | 46 | 0 | 112 | 120 | 133 | 73 | 14 |
| Binary | 11111 | 110010 | 1101 | 100110 | 0 | 1001010 | 1010000 | 1011011 | 111011 | 1100 |
Color Harmonies of #1F320D
Complementary color
Monochromatic Colors of #1F320D
Black with #1F320D
Text Example
Text Example
White with #1F320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F320D; }
p { color: rgb(31,50,13); }
H1.HeaderClassName
{
color: #1F320D;
}
.AnyTagClassName
{
color: #1F320D;
}
</style>
background-color css
<style>
a { background-color: #1F320D; }
a { background-color: rgb(31,50,13); }
div.DivClassName
{
background-color: #1F320D;
}
.BgClassName
{
background-color: #1F320D;
}
</style>
border-color css
<style>
span { border-color: #1F320D; }
span { border-color: rgb(31,50,13); }
td.TdClassName
{
border-color: #1F320D;
}
.TagClassName
{
border-color: #1F320D;
}
</style>