Shades of Timber Green #294C32
Tints of Timber Green #294C32
RGB
CMYK
RGB Variations
Color information
#294C32 (or 0x294C32) is known color: Timber Green. HEX triplet: 29, 4C and 32. RGB value is (41,76,50). Sum of RGB (Red+Green+Blue) = 41+76+50=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #294C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C32 is #D6B3CD. Grayscale: #3E3E3E. Windows color (decimal): -14070734 or 3296297. OLE color: 3296297.
HSL color Cylindrical-coordinate representation of color #294C32: hue angle of 135.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C32 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 50 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.70 |
| HSL | 135.43º | 0.3% | 0.23% | - |
| HSV(B) | 135.43º | 0.46% | 0.3% | - |
| XYZ | 4.07 | 5.87 | 3.94 | - |
| YUV | 62.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 50 | 0.46 | 0 | 0.34 | 0.70 | 135.43 | 0.3 | 0.23 |
| Hex | 29 | 4C | 32 | 2E | 0 | 22 | 46 | 87 | 1E | 17 |
| Octal | 51 | 114 | 62 | 56 | 0 | 42 | 106 | 207 | 36 | 27 |
| Binary | 101001 | 1001100 | 110010 | 101110 | 0 | 100010 | 1000110 | 10000111 | 11110 | 10111 |
Color Harmonies of #294C32
Complementary color
Monochromatic Colors of #294C32
Black with #294C32
Text Example
Text Example
White with #294C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C32; }
p { color: rgb(41,76,50); }
H1.HeaderClassName
{
color: #294C32;
}
.AnyTagClassName
{
color: #294C32;
}
</style>
background-color css
<style>
a { background-color: #294C32; }
a { background-color: rgb(41,76,50); }
div.DivClassName
{
background-color: #294C32;
}
.BgClassName
{
background-color: #294C32;
}
</style>
border-color css
<style>
span { border-color: #294C32; }
span { border-color: rgb(41,76,50); }
td.TdClassName
{
border-color: #294C32;
}
.TagClassName
{
border-color: #294C32;
}
</style>