Shades of Pine Tree #20320D
Tints of Pine Tree #20320D
RGB
CMYK
RGB Variations
Color information
#20320D (or 0x20320D) is known color: Pine Tree. HEX triplet: 20, 32 and 0D. RGB value is (32,50,13). Sum of RGB (Red+Green+Blue) = 32+50+13=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #20320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20320D is #DFCDF2. Grayscale: #282828. Windows color (decimal): -14667251 or 864800. OLE color: 864800.
HSL color Cylindrical-coordinate representation of color #20320D: hue angle of 89.19º 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 #20320D is Cyan = 0.36, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 13 | - |
| CMYK | 0.36 | 0 | 0.74 | 0.80 |
| HSL | 89.19º | 0.59% | 0.12% | - |
| HSV(B) | 89.19º | 0.74% | 0.2% | - |
| XYZ | 1.81 | 2.62 | 0.79 | - |
| YUV | 40.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 13 | 0.36 | 0 | 0.74 | 0.80 | 89.19 | 0.59 | 0.12 |
| Hex | 20 | 32 | D | 24 | 0 | 4A | 50 | 59 | 3B | C |
| Octal | 40 | 62 | 15 | 44 | 0 | 112 | 120 | 131 | 73 | 14 |
| Binary | 100000 | 110010 | 1101 | 100100 | 0 | 1001010 | 1010000 | 1011001 | 111011 | 1100 |
Color Harmonies of #20320D
Complementary color
Monochromatic Colors of #20320D
Black with #20320D
Text Example
Text Example
White with #20320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20320D; }
p { color: rgb(32,50,13); }
H1.HeaderClassName
{
color: #20320D;
}
.AnyTagClassName
{
color: #20320D;
}
</style>
background-color css
<style>
a { background-color: #20320D; }
a { background-color: rgb(32,50,13); }
div.DivClassName
{
background-color: #20320D;
}
.BgClassName
{
background-color: #20320D;
}
</style>
border-color css
<style>
span { border-color: #20320D; }
span { border-color: rgb(32,50,13); }
td.TdClassName
{
border-color: #20320D;
}
.TagClassName
{
border-color: #20320D;
}
</style>