Shades of Timber Green #29472E
Tints of Timber Green #29472E
RGB
CMYK
RGB Variations
Color information
#29472E (or 0x29472E) is known color: Timber Green. HEX triplet: 29, 47 and 2E. RGB value is (41,71,46). Sum of RGB (Red+Green+Blue) = 41+71+46=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #29472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29472E is #D6B8D1. Grayscale: #3B3B3B. Windows color (decimal): -14072018 or 3032873. OLE color: 3032873.
HSL color Cylindrical-coordinate representation of color #29472E: hue angle of 130º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #29472E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 71 | 46 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.72 |
| HSL | 130º | 0.27% | 0.22% | - |
| HSV(B) | 130º | 0.42% | 0.28% | - |
| XYZ | 3.66 | 5.18 | 3.39 | - |
| YUV | 59.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 71 | 46 | 0.42 | 0 | 0.35 | 0.72 | 130 | 0.27 | 0.22 |
| Hex | 29 | 47 | 2E | 2A | 0 | 23 | 48 | 82 | 1B | 16 |
| Octal | 51 | 107 | 56 | 52 | 0 | 43 | 110 | 202 | 33 | 26 |
| Binary | 101001 | 1000111 | 101110 | 101010 | 0 | 100011 | 1001000 | 10000010 | 11011 | 10110 |
Color Harmonies of #29472E
Complementary color
Monochromatic Colors of #29472E
Black with #29472E
Text Example
Text Example
White with #29472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29472E; }
p { color: rgb(41,71,46); }
H1.HeaderClassName
{
color: #29472E;
}
.AnyTagClassName
{
color: #29472E;
}
</style>
background-color css
<style>
a { background-color: #29472E; }
a { background-color: rgb(41,71,46); }
div.DivClassName
{
background-color: #29472E;
}
.BgClassName
{
background-color: #29472E;
}
</style>
border-color css
<style>
span { border-color: #29472E; }
span { border-color: rgb(41,71,46); }
td.TdClassName
{
border-color: #29472E;
}
.TagClassName
{
border-color: #29472E;
}
</style>