Shades of Timber Green #28452D
Tints of Timber Green #28452D
RGB
CMYK
RGB Variations
Color information
#28452D (or 0x28452D) is known color: Timber Green. HEX triplet: 28, 45 and 2D. RGB value is (40,69,45). Sum of RGB (Red+Green+Blue) = 40+69+45=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 69 - color contains mainly: green. Hex color #28452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452D is #D7BAD2. Grayscale: #393939. Windows color (decimal): -14138067 or 2966824. OLE color: 2966824.
HSL color Cylindrical-coordinate representation of color #28452D: hue angle of 130.34º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28452D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 40 | 69 | 45 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.73 |
| HSL | 130.34º | 0.27% | 0.21% | - |
| HSV(B) | 130.34º | 0.42% | 0.27% | - |
| XYZ | 3.48 | 4.9 | 3.24 | - |
| YUV | 57.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 69 | 45 | 0.42 | 0 | 0.35 | 0.73 | 130.34 | 0.27 | 0.21 |
| Hex | 28 | 45 | 2D | 2A | 0 | 23 | 49 | 82 | 1B | 15 |
| Octal | 50 | 105 | 55 | 52 | 0 | 43 | 111 | 202 | 33 | 25 |
| Binary | 101000 | 1000101 | 101101 | 101010 | 0 | 100011 | 1001001 | 10000010 | 11011 | 10101 |
Color Harmonies of #28452D
Complementary color
Monochromatic Colors of #28452D
Black with #28452D
Text Example
Text Example
White with #28452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28452D; }
p { color: rgb(40,69,45); }
H1.HeaderClassName
{
color: #28452D;
}
.AnyTagClassName
{
color: #28452D;
}
</style>
background-color css
<style>
a { background-color: #28452D; }
a { background-color: rgb(40,69,45); }
div.DivClassName
{
background-color: #28452D;
}
.BgClassName
{
background-color: #28452D;
}
</style>
border-color css
<style>
span { border-color: #28452D; }
span { border-color: rgb(40,69,45); }
td.TdClassName
{
border-color: #28452D;
}
.TagClassName
{
border-color: #28452D;
}
</style>