Shades of Timber Green #28482E
Tints of Timber Green #28482E
RGB
CMYK
RGB Variations
Color information
#28482E (or 0x28482E) is known color: Timber Green. HEX triplet: 28, 48 and 2E. RGB value is (40,72,46). Sum of RGB (Red+Green+Blue) = 40+72+46=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #28482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28482E is #D7B7D1. Grayscale: #3B3B3B. Windows color (decimal): -14137298 or 3033128. OLE color: 3033128.
HSL color Cylindrical-coordinate representation of color #28482E: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28482E is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 46 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.72 |
| HSL | 131.25º | 0.29% | 0.22% | - |
| HSV(B) | 131.25º | 0.44% | 0.28% | - |
| XYZ | 3.69 | 5.28 | 3.41 | - |
| YUV | 59.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 46 | 0.44 | 0 | 0.36 | 0.72 | 131.25 | 0.29 | 0.22 |
| Hex | 28 | 48 | 2E | 2C | 0 | 24 | 48 | 83 | 1D | 16 |
| Octal | 50 | 110 | 56 | 54 | 0 | 44 | 110 | 203 | 35 | 26 |
| Binary | 101000 | 1001000 | 101110 | 101100 | 0 | 100100 | 1001000 | 10000011 | 11101 | 10110 |
Color Harmonies of #28482E
Complementary color
Monochromatic Colors of #28482E
Black with #28482E
Text Example
Text Example
White with #28482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28482E; }
p { color: rgb(40,72,46); }
H1.HeaderClassName
{
color: #28482E;
}
.AnyTagClassName
{
color: #28482E;
}
</style>
background-color css
<style>
a { background-color: #28482E; }
a { background-color: rgb(40,72,46); }
div.DivClassName
{
background-color: #28482E;
}
.BgClassName
{
background-color: #28482E;
}
</style>
border-color css
<style>
span { border-color: #28482E; }
span { border-color: rgb(40,72,46); }
td.TdClassName
{
border-color: #28482E;
}
.TagClassName
{
border-color: #28482E;
}
</style>