Shades of Pine Tree #20350D
Tints of Pine Tree #20350D
RGB
CMYK
RGB Variations
Color information
#20350D (or 0x20350D) is known color: Pine Tree. HEX triplet: 20, 35 and 0D. RGB value is (32,53,13). Sum of RGB (Red+Green+Blue) = 32+53+13=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #20350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20350D is #DFCAF2. Grayscale: #2A2A2A. Windows color (decimal): -14666483 or 865568. OLE color: 865568.
HSL color Cylindrical-coordinate representation of color #20350D: hue angle of 91.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20350D is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 53 | 13 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.79 |
| HSL | 91.5º | 0.61% | 0.13% | - |
| HSV(B) | 91.5º | 0.75% | 0.21% | - |
| XYZ | 1.94 | 2.88 | 0.83 | - |
| YUV | 42.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 53 | 13 | 0.40 | 0 | 0.75 | 0.79 | 91.5 | 0.61 | 0.13 |
| Hex | 20 | 35 | D | 28 | 0 | 4B | 4F | 5C | 3D | D |
| Octal | 40 | 65 | 15 | 50 | 0 | 113 | 117 | 134 | 75 | 15 |
| Binary | 100000 | 110101 | 1101 | 101000 | 0 | 1001011 | 1001111 | 1011100 | 111101 | 1101 |
Color Harmonies of #20350D
Complementary color
Monochromatic Colors of #20350D
Black with #20350D
Text Example
Text Example
White with #20350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20350D; }
p { color: rgb(32,53,13); }
H1.HeaderClassName
{
color: #20350D;
}
.AnyTagClassName
{
color: #20350D;
}
</style>
background-color css
<style>
a { background-color: #20350D; }
a { background-color: rgb(32,53,13); }
div.DivClassName
{
background-color: #20350D;
}
.BgClassName
{
background-color: #20350D;
}
</style>
border-color css
<style>
span { border-color: #20350D; }
span { border-color: rgb(32,53,13); }
td.TdClassName
{
border-color: #20350D;
}
.TagClassName
{
border-color: #20350D;
}
</style>