Shades of Timber Green #28482D
Tints of Timber Green #28482D
RGB
CMYK
RGB Variations
Color information
#28482D (or 0x28482D) is known color: Timber Green. HEX triplet: 28, 48 and 2D. RGB value is (40,72,45). Sum of RGB (Red+Green+Blue) = 40+72+45=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #28482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28482D is #D7B7D2. Grayscale: #3B3B3B. Windows color (decimal): -14137299 or 2967592. OLE color: 2967592.
HSL color Cylindrical-coordinate representation of color #28482D: hue angle of 129.38º 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 #28482D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 72 | 45 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.72 |
| HSL | 129.38º | 0.29% | 0.22% | - |
| HSV(B) | 129.38º | 0.44% | 0.28% | - |
| XYZ | 3.67 | 5.28 | 3.31 | - |
| YUV | 59.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 72 | 45 | 0.44 | 0 | 0.38 | 0.72 | 129.38 | 0.29 | 0.22 |
| Hex | 28 | 48 | 2D | 2C | 0 | 26 | 48 | 81 | 1D | 16 |
| Octal | 50 | 110 | 55 | 54 | 0 | 46 | 110 | 201 | 35 | 26 |
| Binary | 101000 | 1001000 | 101101 | 101100 | 0 | 100110 | 1001000 | 10000001 | 11101 | 10110 |
Color Harmonies of #28482D
Complementary color
Monochromatic Colors of #28482D
Black with #28482D
Text Example
Text Example
White with #28482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28482D; }
p { color: rgb(40,72,45); }
H1.HeaderClassName
{
color: #28482D;
}
.AnyTagClassName
{
color: #28482D;
}
</style>
background-color css
<style>
a { background-color: #28482D; }
a { background-color: rgb(40,72,45); }
div.DivClassName
{
background-color: #28482D;
}
.BgClassName
{
background-color: #28482D;
}
</style>
border-color css
<style>
span { border-color: #28482D; }
span { border-color: rgb(40,72,45); }
td.TdClassName
{
border-color: #28482D;
}
.TagClassName
{
border-color: #28482D;
}
</style>