Shades of Timber Green #29432D
Tints of Timber Green #29432D
RGB
CMYK
RGB Variations
Color information
#29432D (or 0x29432D) is known color: Timber Green. HEX triplet: 29, 43 and 2D. RGB value is (41,67,45). Sum of RGB (Red+Green+Blue) = 41+67+45=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #29432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29432D is #D6BCD2. Grayscale: #383838. Windows color (decimal): -14073043 or 2966313. OLE color: 2966313.
HSL color Cylindrical-coordinate representation of color #29432D: hue angle of 129.23º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29432D is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 67 | 45 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.74 |
| HSL | 129.23º | 0.24% | 0.21% | - |
| HSV(B) | 129.23º | 0.39% | 0.26% | - |
| XYZ | 3.4 | 4.68 | 3.21 | - |
| YUV | 56.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 67 | 45 | 0.39 | 0 | 0.33 | 0.74 | 129.23 | 0.24 | 0.21 |
| Hex | 29 | 43 | 2D | 27 | 0 | 21 | 4A | 81 | 18 | 15 |
| Octal | 51 | 103 | 55 | 47 | 0 | 41 | 112 | 201 | 30 | 25 |
| Binary | 101001 | 1000011 | 101101 | 100111 | 0 | 100001 | 1001010 | 10000001 | 11000 | 10101 |
Color Harmonies of #29432D
Complementary color
Monochromatic Colors of #29432D
Black with #29432D
Text Example
Text Example
White with #29432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29432D; }
p { color: rgb(41,67,45); }
H1.HeaderClassName
{
color: #29432D;
}
.AnyTagClassName
{
color: #29432D;
}
</style>
background-color css
<style>
a { background-color: #29432D; }
a { background-color: rgb(41,67,45); }
div.DivClassName
{
background-color: #29432D;
}
.BgClassName
{
background-color: #29432D;
}
</style>
border-color css
<style>
span { border-color: #29432D; }
span { border-color: rgb(41,67,45); }
td.TdClassName
{
border-color: #29432D;
}
.TagClassName
{
border-color: #29432D;
}
</style>