Shades of Pine Tree #202814
Tints of Pine Tree #202814
RGB
CMYK
RGB Variations
Color information
#202814 (or 0x202814) is known color: Pine Tree. HEX triplet: 20, 28 and 14. RGB value is (32,40,20). Sum of RGB (Red+Green+Blue) = 32+40+20=92 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.78% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 40 - color contains mainly: green. Hex color #202814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #202814 is #DFD7EB. Grayscale: #232323. Windows color (decimal): -14669804 or 1320992. OLE color: 1320992.
HSL color Cylindrical-coordinate representation of color #202814: hue angle of 84º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #202814 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 40 | 20 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.84 |
| HSL | 84º | 0.33% | 0.12% | - |
| HSV(B) | 84º | 0.5% | 0.16% | - |
| XYZ | 1.48 | 1.88 | 0.95 | - |
| YUV | 35.33 | 119.35 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 20 | 0.20 | 0 | 0.5 | 0.84 | 84 | 0.33 | 0.12 |
| Hex | 20 | 28 | 14 | 14 | 0 | 32 | 54 | 54 | 21 | C |
| Octal | 40 | 50 | 24 | 24 | 0 | 62 | 124 | 124 | 41 | 14 |
| Binary | 100000 | 101000 | 10100 | 10100 | 0 | 110010 | 1010100 | 1010100 | 100001 | 1100 |
Color Harmonies of #202814
Complementary color
Monochromatic Colors of #202814
Black with #202814
Text Example
Text Example
White with #202814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202814; }
p { color: rgb(32,40,20); }
H1.HeaderClassName
{
color: #202814;
}
.AnyTagClassName
{
color: #202814;
}
</style>
background-color css
<style>
a { background-color: #202814; }
a { background-color: rgb(32,40,20); }
div.DivClassName
{
background-color: #202814;
}
.BgClassName
{
background-color: #202814;
}
</style>
border-color css
<style>
span { border-color: #202814; }
span { border-color: rgb(32,40,20); }
td.TdClassName
{
border-color: #202814;
}
.TagClassName
{
border-color: #202814;
}
</style>