Shades of Timber Green #29492C
Tints of Timber Green #29492C
RGB
CMYK
RGB Variations
Color information
#29492C (or 0x29492C) is known color: Timber Green. HEX triplet: 29, 49 and 2C. RGB value is (41,73,44). Sum of RGB (Red+Green+Blue) = 41+73+44=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #29492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29492C is #D6B6D3. Grayscale: #3C3C3C. Windows color (decimal): -14071508 or 2902313. OLE color: 2902313.
HSL color Cylindrical-coordinate representation of color #29492C: hue angle of 125.62º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #29492C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 73 | 44 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.71 |
| HSL | 125.63º | 0.28% | 0.22% | - |
| HSV(B) | 125.63º | 0.44% | 0.29% | - |
| XYZ | 3.75 | 5.42 | 3.23 | - |
| YUV | 60.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 73 | 44 | 0.44 | 0 | 0.40 | 0.71 | 125.63 | 0.28 | 0.22 |
| Hex | 29 | 49 | 2C | 2C | 0 | 28 | 47 | 7E | 1C | 16 |
| Octal | 51 | 111 | 54 | 54 | 0 | 50 | 107 | 176 | 34 | 26 |
| Binary | 101001 | 1001001 | 101100 | 101100 | 0 | 101000 | 1000111 | 1111110 | 11100 | 10110 |
Color Harmonies of #29492C
Complementary color
Monochromatic Colors of #29492C
Black with #29492C
Text Example
Text Example
White with #29492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29492C; }
p { color: rgb(41,73,44); }
H1.HeaderClassName
{
color: #29492C;
}
.AnyTagClassName
{
color: #29492C;
}
</style>
background-color css
<style>
a { background-color: #29492C; }
a { background-color: rgb(41,73,44); }
div.DivClassName
{
background-color: #29492C;
}
.BgClassName
{
background-color: #29492C;
}
</style>
border-color css
<style>
span { border-color: #29492C; }
span { border-color: rgb(41,73,44); }
td.TdClassName
{
border-color: #29492C;
}
.TagClassName
{
border-color: #29492C;
}
</style>