Shades of Pine Tree #20320C
Tints of Pine Tree #20320C
RGB
CMYK
RGB Variations
Color information
#20320C (or 0x20320C) is known color: Pine Tree. HEX triplet: 20, 32 and 0C. RGB value is (32,50,12). Sum of RGB (Red+Green+Blue) = 32+50+12=94 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.04% from 94); Green value is 50 (19.92% from 255 or 53.19% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 50 - color contains mainly: green. Hex color #20320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20320C is #DFCDF3. Grayscale: #282828. Windows color (decimal): -14667252 or 799264. OLE color: 799264.
HSL color Cylindrical-coordinate representation of color #20320C: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20320C is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 12 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.80 |
| HSL | 88.42º | 0.61% | 0.12% | - |
| HSV(B) | 88.42º | 0.76% | 0.2% | - |
| XYZ | 1.8 | 2.61 | 0.76 | - |
| YUV | 40.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 12 | 0.36 | 0 | 0.76 | 0.80 | 88.42 | 0.61 | 0.12 |
| Hex | 20 | 32 | C | 24 | 0 | 4C | 50 | 58 | 3D | C |
| Octal | 40 | 62 | 14 | 44 | 0 | 114 | 120 | 130 | 75 | 14 |
| Binary | 100000 | 110010 | 1100 | 100100 | 0 | 1001100 | 1010000 | 1011000 | 111101 | 1100 |
Color Harmonies of #20320C
Complementary color
Monochromatic Colors of #20320C
Black with #20320C
Text Example
Text Example
White with #20320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20320C; }
p { color: rgb(32,50,12); }
H1.HeaderClassName
{
color: #20320C;
}
.AnyTagClassName
{
color: #20320C;
}
</style>
background-color css
<style>
a { background-color: #20320C; }
a { background-color: rgb(32,50,12); }
div.DivClassName
{
background-color: #20320C;
}
.BgClassName
{
background-color: #20320C;
}
</style>
border-color css
<style>
span { border-color: #20320C; }
span { border-color: rgb(32,50,12); }
td.TdClassName
{
border-color: #20320C;
}
.TagClassName
{
border-color: #20320C;
}
</style>