Shades of Pine Tree #20300C
Tints of Pine Tree #20300C
RGB
CMYK
RGB Variations
Color information
#20300C (or 0x20300C) is known color: Pine Tree. HEX triplet: 20, 30 and 0C. RGB value is (32,48,12). Sum of RGB (Red+Green+Blue) = 32+48+12=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #20300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20300C is #DFCFF3. Grayscale: #272727. Windows color (decimal): -14667764 or 798752. OLE color: 798752.
HSL color Cylindrical-coordinate representation of color #20300C: hue angle of 86.67º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20300C is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 12 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.81 |
| HSL | 86.67º | 0.6% | 0.12% | - |
| HSV(B) | 86.67º | 0.75% | 0.19% | - |
| XYZ | 1.72 | 2.45 | 0.73 | - |
| YUV | 39.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 12 | 0.33 | 0 | 0.75 | 0.81 | 86.67 | 0.6 | 0.12 |
| Hex | 20 | 30 | C | 21 | 0 | 4B | 51 | 57 | 3C | C |
| Octal | 40 | 60 | 14 | 41 | 0 | 113 | 121 | 127 | 74 | 14 |
| Binary | 100000 | 110000 | 1100 | 100001 | 0 | 1001011 | 1010001 | 1010111 | 111100 | 1100 |
Color Harmonies of #20300C
Complementary color
Monochromatic Colors of #20300C
Black with #20300C
Text Example
Text Example
White with #20300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20300C; }
p { color: rgb(32,48,12); }
H1.HeaderClassName
{
color: #20300C;
}
.AnyTagClassName
{
color: #20300C;
}
</style>
background-color css
<style>
a { background-color: #20300C; }
a { background-color: rgb(32,48,12); }
div.DivClassName
{
background-color: #20300C;
}
.BgClassName
{
background-color: #20300C;
}
</style>
border-color css
<style>
span { border-color: #20300C; }
span { border-color: rgb(32,48,12); }
td.TdClassName
{
border-color: #20300C;
}
.TagClassName
{
border-color: #20300C;
}
</style>