Shades of Timber Green #29442F
Tints of Timber Green #29442F
RGB
CMYK
RGB Variations
Color information
#29442F (or 0x29442F) is known color: Timber Green. HEX triplet: 29, 44 and 2F. RGB value is (41,68,47). Sum of RGB (Red+Green+Blue) = 41+68+47=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 68 (26.95% from 255 or 43.59% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 68 - color contains mainly: green. Hex color #29442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29442F is #D6BBD0. Grayscale: #393939. Windows color (decimal): -14072785 or 3097641. OLE color: 3097641.
HSL color Cylindrical-coordinate representation of color #29442F: hue angle of 133.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29442F is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 68 | 47 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.73 |
| HSL | 133.33º | 0.25% | 0.21% | - |
| HSV(B) | 133.33º | 0.4% | 0.27% | - |
| XYZ | 3.49 | 4.81 | 3.43 | - |
| YUV | 57.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 47 | 0.40 | 0 | 0.31 | 0.73 | 133.33 | 0.25 | 0.21 |
| Hex | 29 | 44 | 2F | 28 | 0 | 1F | 49 | 85 | 19 | 15 |
| Octal | 51 | 104 | 57 | 50 | 0 | 37 | 111 | 205 | 31 | 25 |
| Binary | 101001 | 1000100 | 101111 | 101000 | 0 | 11111 | 1001001 | 10000101 | 11001 | 10101 |
Color Harmonies of #29442F
Complementary color
Monochromatic Colors of #29442F
Black with #29442F
Text Example
Text Example
White with #29442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29442F; }
p { color: rgb(41,68,47); }
H1.HeaderClassName
{
color: #29442F;
}
.AnyTagClassName
{
color: #29442F;
}
</style>
background-color css
<style>
a { background-color: #29442F; }
a { background-color: rgb(41,68,47); }
div.DivClassName
{
background-color: #29442F;
}
.BgClassName
{
background-color: #29442F;
}
</style>
border-color css
<style>
span { border-color: #29442F; }
span { border-color: rgb(41,68,47); }
td.TdClassName
{
border-color: #29442F;
}
.TagClassName
{
border-color: #29442F;
}
</style>