Shades of Timber Green #294531
Tints of Timber Green #294531
RGB
CMYK
RGB Variations
Color information
#294531 (or 0x294531) is known color: Timber Green. HEX triplet: 29, 45 and 31. RGB value is (41,69,49). Sum of RGB (Red+Green+Blue) = 41+69+49=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #294531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294531 is #D6BACE. Grayscale: #3A3A3A. Windows color (decimal): -14072527 or 3228969. OLE color: 3228969.
HSL color Cylindrical-coordinate representation of color #294531: hue angle of 137.14º 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 #294531 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 69 | 49 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.73 |
| HSL | 137.14º | 0.25% | 0.22% | - |
| HSV(B) | 137.14º | 0.41% | 0.27% | - |
| XYZ | 3.6 | 4.95 | 3.67 | - |
| YUV | 58.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 69 | 49 | 0.41 | 0 | 0.29 | 0.73 | 137.14 | 0.25 | 0.22 |
| Hex | 29 | 45 | 31 | 29 | 0 | 1D | 49 | 89 | 19 | 16 |
| Octal | 51 | 105 | 61 | 51 | 0 | 35 | 111 | 211 | 31 | 26 |
| Binary | 101001 | 1000101 | 110001 | 101001 | 0 | 11101 | 1001001 | 10001001 | 11001 | 10110 |
Color Harmonies of #294531
Complementary color
Monochromatic Colors of #294531
Black with #294531
Text Example
Text Example
White with #294531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294531; }
p { color: rgb(41,69,49); }
H1.HeaderClassName
{
color: #294531;
}
.AnyTagClassName
{
color: #294531;
}
</style>
background-color css
<style>
a { background-color: #294531; }
a { background-color: rgb(41,69,49); }
div.DivClassName
{
background-color: #294531;
}
.BgClassName
{
background-color: #294531;
}
</style>
border-color css
<style>
span { border-color: #294531; }
span { border-color: rgb(41,69,49); }
td.TdClassName
{
border-color: #294531;
}
.TagClassName
{
border-color: #294531;
}
</style>