Shades of Pine Tree #20350E
Tints of Pine Tree #20350E
RGB
CMYK
RGB Variations
Color information
#20350E (or 0x20350E) is known color: Pine Tree. HEX triplet: 20, 35 and 0E. RGB value is (32,53,14). Sum of RGB (Red+Green+Blue) = 32+53+14=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #20350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350E is #DFCAF1. Grayscale: #2A2A2A. Windows color (decimal): -14666482 or 931104. OLE color: 931104.
HSL color Cylindrical-coordinate representation of color #20350E: hue angle of 92.31º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20350E is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 14 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.79 |
| HSL | 92.31º | 0.58% | 0.13% | - |
| HSV(B) | 92.31º | 0.74% | 0.21% | - |
| XYZ | 1.95 | 2.88 | 0.87 | - |
| YUV | 42.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 14 | 0.40 | 0 | 0.74 | 0.79 | 92.31 | 0.58 | 0.13 |
| Hex | 20 | 35 | E | 28 | 0 | 4A | 4F | 5C | 3A | D |
| Octal | 40 | 65 | 16 | 50 | 0 | 112 | 117 | 134 | 72 | 15 |
| Binary | 100000 | 110101 | 1110 | 101000 | 0 | 1001010 | 1001111 | 1011100 | 111010 | 1101 |
Color Harmonies of #20350E
Complementary color
Monochromatic Colors of #20350E
Black with #20350E
Text Example
Text Example
White with #20350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20350E; }
p { color: rgb(32,53,14); }
H1.HeaderClassName
{
color: #20350E;
}
.AnyTagClassName
{
color: #20350E;
}
</style>
background-color css
<style>
a { background-color: #20350E; }
a { background-color: rgb(32,53,14); }
div.DivClassName
{
background-color: #20350E;
}
.BgClassName
{
background-color: #20350E;
}
</style>
border-color css
<style>
span { border-color: #20350E; }
span { border-color: rgb(32,53,14); }
td.TdClassName
{
border-color: #20350E;
}
.TagClassName
{
border-color: #20350E;
}
</style>