Shades of Pine Tree #282E1D
Tints of Pine Tree #282E1D
RGB
CMYK
RGB Variations
Color information
#282E1D (or 0x282E1D) is known color: Pine Tree. HEX triplet: 28, 2E and 1D. RGB value is (40,46,29). Sum of RGB (Red+Green+Blue) = 40+46+29=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 46 (18.36% from 255 or 40% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 46 - color contains mainly: green. Hex color #282E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E1D is #D7D1E2. Grayscale: #2A2A2A. Windows color (decimal): -14143971 or 1912360. OLE color: 1912360.
HSL color Cylindrical-coordinate representation of color #282E1D: hue angle of 81.18º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #282E1D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 40 | 46 | 29 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.82 |
| HSL | 81.18º | 0.23% | 0.15% | - |
| HSV(B) | 81.18º | 0.37% | 0.18% | - |
| XYZ | 2.07 | 2.49 | 1.53 | - |
| YUV | 42.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 29 | 0.13 | 0 | 0.37 | 0.82 | 81.18 | 0.23 | 0.15 |
| Hex | 28 | 2E | 1D | D | 0 | 25 | 52 | 51 | 17 | F |
| Octal | 50 | 56 | 35 | 15 | 0 | 45 | 122 | 121 | 27 | 17 |
| Binary | 101000 | 101110 | 11101 | 1101 | 0 | 100101 | 1010010 | 1010001 | 10111 | 1111 |
Color Harmonies of #282E1D
Complementary color
Monochromatic Colors of #282E1D
Black with #282E1D
Text Example
Text Example
White with #282E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E1D; }
p { color: rgb(40,46,29); }
H1.HeaderClassName
{
color: #282E1D;
}
.AnyTagClassName
{
color: #282E1D;
}
</style>
background-color css
<style>
a { background-color: #282E1D; }
a { background-color: rgb(40,46,29); }
div.DivClassName
{
background-color: #282E1D;
}
.BgClassName
{
background-color: #282E1D;
}
</style>
border-color css
<style>
span { border-color: #282E1D; }
span { border-color: rgb(40,46,29); }
td.TdClassName
{
border-color: #282E1D;
}
.TagClassName
{
border-color: #282E1D;
}
</style>