Shades of Timber Green #28472B
Tints of Timber Green #28472B
RGB
CMYK
RGB Variations
Color information
#28472B (or 0x28472B) is known color: Timber Green. HEX triplet: 28, 47 and 2B. RGB value is (40,71,43). Sum of RGB (Red+Green+Blue) = 40+71+43=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #28472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28472B is #D7B8D4. Grayscale: #3A3A3A. Windows color (decimal): -14137557 or 2836264. OLE color: 2836264.
HSL color Cylindrical-coordinate representation of color #28472B: hue angle of 125.81º 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 #28472B is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 40 | 71 | 43 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.72 |
| HSL | 125.81º | 0.28% | 0.22% | - |
| HSV(B) | 125.81º | 0.44% | 0.28% | - |
| XYZ | 3.56 | 5.13 | 3.09 | - |
| YUV | 58.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 71 | 43 | 0.44 | 0 | 0.39 | 0.72 | 125.81 | 0.28 | 0.22 |
| Hex | 28 | 47 | 2B | 2C | 0 | 27 | 48 | 7E | 1C | 16 |
| Octal | 50 | 107 | 53 | 54 | 0 | 47 | 110 | 176 | 34 | 26 |
| Binary | 101000 | 1000111 | 101011 | 101100 | 0 | 100111 | 1001000 | 1111110 | 11100 | 10110 |
Color Harmonies of #28472B
Complementary color
Monochromatic Colors of #28472B
Black with #28472B
Text Example
Text Example
White with #28472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28472B; }
p { color: rgb(40,71,43); }
H1.HeaderClassName
{
color: #28472B;
}
.AnyTagClassName
{
color: #28472B;
}
</style>
background-color css
<style>
a { background-color: #28472B; }
a { background-color: rgb(40,71,43); }
div.DivClassName
{
background-color: #28472B;
}
.BgClassName
{
background-color: #28472B;
}
</style>
border-color css
<style>
span { border-color: #28472B; }
span { border-color: rgb(40,71,43); }
td.TdClassName
{
border-color: #28472B;
}
.TagClassName
{
border-color: #28472B;
}
</style>