Shades of Timber Green #29482C
Tints of Timber Green #29482C
RGB
CMYK
RGB Variations
Color information
#29482C (or 0x29482C) is known color: Timber Green. HEX triplet: 29, 48 and 2C. RGB value is (41,72,44). Sum of RGB (Red+Green+Blue) = 41+72+44=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #29482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29482C is #D6B7D3. Grayscale: #3B3B3B. Windows color (decimal): -14071764 or 2902057. OLE color: 2902057.
HSL color Cylindrical-coordinate representation of color #29482C: hue angle of 125.81º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #29482C is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 41 | 72 | 44 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.72 |
| HSL | 125.81º | 0.27% | 0.22% | - |
| HSV(B) | 125.81º | 0.43% | 0.28% | - |
| XYZ | 3.69 | 5.29 | 3.21 | - |
| YUV | 59.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 44 | 0.43 | 0 | 0.39 | 0.72 | 125.81 | 0.27 | 0.22 |
| Hex | 29 | 48 | 2C | 2B | 0 | 27 | 48 | 7E | 1B | 16 |
| Octal | 51 | 110 | 54 | 53 | 0 | 47 | 110 | 176 | 33 | 26 |
| Binary | 101001 | 1001000 | 101100 | 101011 | 0 | 100111 | 1001000 | 1111110 | 11011 | 10110 |
Color Harmonies of #29482C
Complementary color
Monochromatic Colors of #29482C
Black with #29482C
Text Example
Text Example
White with #29482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29482C; }
p { color: rgb(41,72,44); }
H1.HeaderClassName
{
color: #29482C;
}
.AnyTagClassName
{
color: #29482C;
}
</style>
background-color css
<style>
a { background-color: #29482C; }
a { background-color: rgb(41,72,44); }
div.DivClassName
{
background-color: #29482C;
}
.BgClassName
{
background-color: #29482C;
}
</style>
border-color css
<style>
span { border-color: #29482C; }
span { border-color: rgb(41,72,44); }
td.TdClassName
{
border-color: #29482C;
}
.TagClassName
{
border-color: #29482C;
}
</style>