Shades of Timber Green #28472E
Tints of Timber Green #28472E
RGB
CMYK
RGB Variations
Color information
#28472E (or 0x28472E) is known color: Timber Green. HEX triplet: 28, 47 and 2E. RGB value is (40,71,46). Sum of RGB (Red+Green+Blue) = 40+71+46=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #28472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28472E is #D7B8D1. Grayscale: #3A3A3A. Windows color (decimal): -14137554 or 3032872. OLE color: 3032872.
HSL color Cylindrical-coordinate representation of color #28472E: hue angle of 131.61º degrees, saturation: 0.28, 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 #28472E is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 46 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.72 |
| HSL | 131.61º | 0.28% | 0.22% | - |
| HSV(B) | 131.61º | 0.44% | 0.28% | - |
| XYZ | 3.62 | 5.15 | 3.39 | - |
| YUV | 58.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 46 | 0.44 | 0 | 0.35 | 0.72 | 131.61 | 0.28 | 0.22 |
| Hex | 28 | 47 | 2E | 2C | 0 | 23 | 48 | 84 | 1C | 16 |
| Octal | 50 | 107 | 56 | 54 | 0 | 43 | 110 | 204 | 34 | 26 |
| Binary | 101000 | 1000111 | 101110 | 101100 | 0 | 100011 | 1001000 | 10000100 | 11100 | 10110 |
Color Harmonies of #28472E
Complementary color
Monochromatic Colors of #28472E
Black with #28472E
Text Example
Text Example
White with #28472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28472E; }
p { color: rgb(40,71,46); }
H1.HeaderClassName
{
color: #28472E;
}
.AnyTagClassName
{
color: #28472E;
}
</style>
background-color css
<style>
a { background-color: #28472E; }
a { background-color: rgb(40,71,46); }
div.DivClassName
{
background-color: #28472E;
}
.BgClassName
{
background-color: #28472E;
}
</style>
border-color css
<style>
span { border-color: #28472E; }
span { border-color: rgb(40,71,46); }
td.TdClassName
{
border-color: #28472E;
}
.TagClassName
{
border-color: #28472E;
}
</style>