Shades of Pine Tree #20340E
Tints of Pine Tree #20340E
RGB
CMYK
RGB Variations
Color information
#20340E (or 0x20340E) is known color: Pine Tree. HEX triplet: 20, 34 and 0E. RGB value is (32,52,14). Sum of RGB (Red+Green+Blue) = 32+52+14=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #20340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20340E is #DFCBF1. Grayscale: #292929. Windows color (decimal): -14666738 or 930848. OLE color: 930848.
HSL color Cylindrical-coordinate representation of color #20340E: hue angle of 91.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20340E is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 14 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.80 |
| HSL | 91.58º | 0.58% | 0.13% | - |
| HSV(B) | 91.58º | 0.73% | 0.2% | - |
| XYZ | 1.9 | 2.79 | 0.85 | - |
| YUV | 41.69 | 112.37 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 14 | 0.38 | 0 | 0.73 | 0.80 | 91.58 | 0.58 | 0.13 |
| Hex | 20 | 34 | E | 26 | 0 | 49 | 50 | 5C | 3A | D |
| Octal | 40 | 64 | 16 | 46 | 0 | 111 | 120 | 134 | 72 | 15 |
| Binary | 100000 | 110100 | 1110 | 100110 | 0 | 1001001 | 1010000 | 1011100 | 111010 | 1101 |
Color Harmonies of #20340E
Complementary color
Monochromatic Colors of #20340E
Black with #20340E
Text Example
Text Example
White with #20340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20340E; }
p { color: rgb(32,52,14); }
H1.HeaderClassName
{
color: #20340E;
}
.AnyTagClassName
{
color: #20340E;
}
</style>
background-color css
<style>
a { background-color: #20340E; }
a { background-color: rgb(32,52,14); }
div.DivClassName
{
background-color: #20340E;
}
.BgClassName
{
background-color: #20340E;
}
</style>
border-color css
<style>
span { border-color: #20340E; }
span { border-color: rgb(32,52,14); }
td.TdClassName
{
border-color: #20340E;
}
.TagClassName
{
border-color: #20340E;
}
</style>