Shades of Pine Tree #20280E
Tints of Pine Tree #20280E
RGB
CMYK
RGB Variations
Color information
#20280E (or 0x20280E) is known color: Pine Tree. HEX triplet: 20, 28 and 0E. RGB value is (32,40,14). Sum of RGB (Red+Green+Blue) = 32+40+14=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #20280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20280E is #DFD7F1. Grayscale: #222222. Windows color (decimal): -14669810 or 927776. OLE color: 927776.
HSL color Cylindrical-coordinate representation of color #20280E: hue angle of 78.46º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20280E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 40 | 14 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.84 |
| HSL | 78.46º | 0.48% | 0.11% | - |
| HSV(B) | 78.46º | 0.65% | 0.16% | - |
| XYZ | 1.43 | 1.86 | 0.7 | - |
| YUV | 34.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 14 | 0.20 | 0 | 0.65 | 0.84 | 78.46 | 0.48 | 0.11 |
| Hex | 20 | 28 | E | 14 | 0 | 41 | 54 | 4E | 30 | B |
| Octal | 40 | 50 | 16 | 24 | 0 | 101 | 124 | 116 | 60 | 13 |
| Binary | 100000 | 101000 | 1110 | 10100 | 0 | 1000001 | 1010100 | 1001110 | 110000 | 1011 |
Color Harmonies of #20280E
Complementary color
Monochromatic Colors of #20280E
Black with #20280E
Text Example
Text Example
White with #20280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20280E; }
p { color: rgb(32,40,14); }
H1.HeaderClassName
{
color: #20280E;
}
.AnyTagClassName
{
color: #20280E;
}
</style>
background-color css
<style>
a { background-color: #20280E; }
a { background-color: rgb(32,40,14); }
div.DivClassName
{
background-color: #20280E;
}
.BgClassName
{
background-color: #20280E;
}
</style>
border-color css
<style>
span { border-color: #20280E; }
span { border-color: rgb(32,40,14); }
td.TdClassName
{
border-color: #20280E;
}
.TagClassName
{
border-color: #20280E;
}
</style>