Shades of Pine Tree #282E20
Tints of Pine Tree #282E20
RGB
CMYK
RGB Variations
Color information
#282E20 (or 0x282E20) is known color: Pine Tree. HEX triplet: 28, 2E and 20. RGB value is (40,46,32). Sum of RGB (Red+Green+Blue) = 40+46+32=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 46 - color contains mainly: green. Hex color #282E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E20 is #D7D1DF. Grayscale: #2A2A2A. Windows color (decimal): -14143968 or 2108968. OLE color: 2108968.
HSL color Cylindrical-coordinate representation of color #282E20: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #282E20 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 32 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.82 |
| HSL | 85.71º | 0.18% | 0.15% | - |
| HSV(B) | 85.71º | 0.3% | 0.18% | - |
| XYZ | 2.11 | 2.51 | 1.74 | - |
| YUV | 42.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 32 | 0.13 | 0 | 0.30 | 0.82 | 85.71 | 0.18 | 0.15 |
| Hex | 28 | 2E | 20 | D | 0 | 1E | 52 | 56 | 12 | F |
| Octal | 50 | 56 | 40 | 15 | 0 | 36 | 122 | 126 | 22 | 17 |
| Binary | 101000 | 101110 | 100000 | 1101 | 0 | 11110 | 1010010 | 1010110 | 10010 | 1111 |
Color Harmonies of #282E20
Complementary color
Monochromatic Colors of #282E20
Black with #282E20
Text Example
Text Example
White with #282E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E20; }
p { color: rgb(40,46,32); }
H1.HeaderClassName
{
color: #282E20;
}
.AnyTagClassName
{
color: #282E20;
}
</style>
background-color css
<style>
a { background-color: #282E20; }
a { background-color: rgb(40,46,32); }
div.DivClassName
{
background-color: #282E20;
}
.BgClassName
{
background-color: #282E20;
}
</style>
border-color css
<style>
span { border-color: #282E20; }
span { border-color: rgb(40,46,32); }
td.TdClassName
{
border-color: #282E20;
}
.TagClassName
{
border-color: #282E20;
}
</style>