Shades of Timber Green #29462D
Tints of Timber Green #29462D
RGB
CMYK
RGB Variations
Color information
#29462D (or 0x29462D) is known color: Timber Green. HEX triplet: 29, 46 and 2D. RGB value is (41,70,45). Sum of RGB (Red+Green+Blue) = 41+70+45=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #29462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29462D is #D6B9D2. Grayscale: #3A3A3A. Windows color (decimal): -14072275 or 2967081. OLE color: 2967081.
HSL color Cylindrical-coordinate representation of color #29462D: hue angle of 128.28º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29462D is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 45 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.73 |
| HSL | 128.28º | 0.26% | 0.22% | - |
| HSV(B) | 128.28º | 0.41% | 0.27% | - |
| XYZ | 3.58 | 5.04 | 3.27 | - |
| YUV | 58.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 45 | 0.41 | 0 | 0.36 | 0.73 | 128.28 | 0.26 | 0.22 |
| Hex | 29 | 46 | 2D | 29 | 0 | 24 | 49 | 80 | 1A | 16 |
| Octal | 51 | 106 | 55 | 51 | 0 | 44 | 111 | 200 | 32 | 26 |
| Binary | 101001 | 1000110 | 101101 | 101001 | 0 | 100100 | 1001001 | 10000000 | 11010 | 10110 |
Color Harmonies of #29462D
Complementary color
Monochromatic Colors of #29462D
Black with #29462D
Text Example
Text Example
White with #29462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29462D; }
p { color: rgb(41,70,45); }
H1.HeaderClassName
{
color: #29462D;
}
.AnyTagClassName
{
color: #29462D;
}
</style>
background-color css
<style>
a { background-color: #29462D; }
a { background-color: rgb(41,70,45); }
div.DivClassName
{
background-color: #29462D;
}
.BgClassName
{
background-color: #29462D;
}
</style>
border-color css
<style>
span { border-color: #29462D; }
span { border-color: rgb(41,70,45); }
td.TdClassName
{
border-color: #29462D;
}
.TagClassName
{
border-color: #29462D;
}
</style>