Shades of Timber Green #28482C
Tints of Timber Green #28482C
RGB
CMYK
RGB Variations
Color information
#28482C (or 0x28482C) is known color: Timber Green. HEX triplet: 28, 48 and 2C. RGB value is (40,72,44). Sum of RGB (Red+Green+Blue) = 40+72+44=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 72 (28.52% from 255 or 46.15% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 72 - color contains mainly: green. Hex color #28482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28482C is #D7B7D3. Grayscale: #3B3B3B. Windows color (decimal): -14137300 or 2902056. OLE color: 2902056.
HSL color Cylindrical-coordinate representation of color #28482C: hue angle of 127.5º 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 #28482C is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 44 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.72 |
| HSL | 127.5º | 0.29% | 0.22% | - |
| HSV(B) | 127.5º | 0.44% | 0.28% | - |
| XYZ | 3.65 | 5.27 | 3.21 | - |
| YUV | 59.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 44 | 0.44 | 0 | 0.39 | 0.72 | 127.5 | 0.29 | 0.22 |
| Hex | 28 | 48 | 2C | 2C | 0 | 27 | 48 | 80 | 1D | 16 |
| Octal | 50 | 110 | 54 | 54 | 0 | 47 | 110 | 200 | 35 | 26 |
| Binary | 101000 | 1001000 | 101100 | 101100 | 0 | 100111 | 1001000 | 10000000 | 11101 | 10110 |
Color Harmonies of #28482C
Complementary color
Monochromatic Colors of #28482C
Black with #28482C
Text Example
Text Example
White with #28482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28482C; }
p { color: rgb(40,72,44); }
H1.HeaderClassName
{
color: #28482C;
}
.AnyTagClassName
{
color: #28482C;
}
</style>
background-color css
<style>
a { background-color: #28482C; }
a { background-color: rgb(40,72,44); }
div.DivClassName
{
background-color: #28482C;
}
.BgClassName
{
background-color: #28482C;
}
</style>
border-color css
<style>
span { border-color: #28482C; }
span { border-color: rgb(40,72,44); }
td.TdClassName
{
border-color: #28482C;
}
.TagClassName
{
border-color: #28482C;
}
</style>