Shades of Pine Tree #20310E
Tints of Pine Tree #20310E
RGB
CMYK
RGB Variations
Color information
#20310E (or 0x20310E) is known color: Pine Tree. HEX triplet: 20, 31 and 0E. RGB value is (32,49,14). Sum of RGB (Red+Green+Blue) = 32+49+14=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #20310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20310E is #DFCEF1. Grayscale: #282828. Windows color (decimal): -14667506 or 930080. OLE color: 930080.
HSL color Cylindrical-coordinate representation of color #20310E: hue angle of 89.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20310E is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 49 | 14 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.81 |
| HSL | 89.14º | 0.56% | 0.12% | - |
| HSV(B) | 89.14º | 0.71% | 0.19% | - |
| XYZ | 1.77 | 2.54 | 0.81 | - |
| YUV | 39.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 14 | 0.35 | 0 | 0.71 | 0.81 | 89.14 | 0.56 | 0.12 |
| Hex | 20 | 31 | E | 23 | 0 | 47 | 51 | 59 | 38 | C |
| Octal | 40 | 61 | 16 | 43 | 0 | 107 | 121 | 131 | 70 | 14 |
| Binary | 100000 | 110001 | 1110 | 100011 | 0 | 1000111 | 1010001 | 1011001 | 111000 | 1100 |
Color Harmonies of #20310E
Complementary color
Monochromatic Colors of #20310E
Black with #20310E
Text Example
Text Example
White with #20310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20310E; }
p { color: rgb(32,49,14); }
H1.HeaderClassName
{
color: #20310E;
}
.AnyTagClassName
{
color: #20310E;
}
</style>
background-color css
<style>
a { background-color: #20310E; }
a { background-color: rgb(32,49,14); }
div.DivClassName
{
background-color: #20310E;
}
.BgClassName
{
background-color: #20310E;
}
</style>
border-color css
<style>
span { border-color: #20310E; }
span { border-color: rgb(32,49,14); }
td.TdClassName
{
border-color: #20310E;
}
.TagClassName
{
border-color: #20310E;
}
</style>