Shades of Timber Green #294532
Tints of Timber Green #294532
RGB
CMYK
RGB Variations
Color information
#294532 (or 0x294532) is known color: Timber Green. HEX triplet: 29, 45 and 32. RGB value is (41,69,50). Sum of RGB (Red+Green+Blue) = 41+69+50=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #294532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294532 is #D6BACD. Grayscale: #3A3A3A. Windows color (decimal): -14072526 or 3294505. OLE color: 3294505.
HSL color Cylindrical-coordinate representation of color #294532: hue angle of 139.29º degrees, saturation: 0.25, 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 #294532 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 50 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.73 |
| HSL | 139.29º | 0.25% | 0.22% | - |
| HSV(B) | 139.29º | 0.41% | 0.27% | - |
| XYZ | 3.62 | 4.96 | 3.78 | - |
| YUV | 58.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 50 | 0.41 | 0 | 0.28 | 0.73 | 139.29 | 0.25 | 0.22 |
| Hex | 29 | 45 | 32 | 29 | 0 | 1C | 49 | 8B | 19 | 16 |
| Octal | 51 | 105 | 62 | 51 | 0 | 34 | 111 | 213 | 31 | 26 |
| Binary | 101001 | 1000101 | 110010 | 101001 | 0 | 11100 | 1001001 | 10001011 | 11001 | 10110 |
Color Harmonies of #294532
Complementary color
Monochromatic Colors of #294532
Black with #294532
Text Example
Text Example
White with #294532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294532; }
p { color: rgb(41,69,50); }
H1.HeaderClassName
{
color: #294532;
}
.AnyTagClassName
{
color: #294532;
}
</style>
background-color css
<style>
a { background-color: #294532; }
a { background-color: rgb(41,69,50); }
div.DivClassName
{
background-color: #294532;
}
.BgClassName
{
background-color: #294532;
}
</style>
border-color css
<style>
span { border-color: #294532; }
span { border-color: rgb(41,69,50); }
td.TdClassName
{
border-color: #294532;
}
.TagClassName
{
border-color: #294532;
}
</style>