Shades of Timber Green #294630
Tints of Timber Green #294630
RGB
CMYK
RGB Variations
Color information
#294630 (or 0x294630) is known color: Timber Green. HEX triplet: 29, 46 and 30. RGB value is (41,70,48). Sum of RGB (Red+Green+Blue) = 41+70+48=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #294630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294630 is #D6B9CF. Grayscale: #3A3A3A. Windows color (decimal): -14072272 or 3163689. OLE color: 3163689.
HSL color Cylindrical-coordinate representation of color #294630: hue angle of 134.48º degrees, saturation: 0.26, 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 #294630 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 70 | 48 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.73 |
| HSL | 134.48º | 0.26% | 0.22% | - |
| HSV(B) | 134.48º | 0.41% | 0.27% | - |
| XYZ | 3.64 | 5.07 | 3.58 | - |
| YUV | 58.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 48 | 0.41 | 0 | 0.31 | 0.73 | 134.48 | 0.26 | 0.22 |
| Hex | 29 | 46 | 30 | 29 | 0 | 1F | 49 | 86 | 1A | 16 |
| Octal | 51 | 106 | 60 | 51 | 0 | 37 | 111 | 206 | 32 | 26 |
| Binary | 101001 | 1000110 | 110000 | 101001 | 0 | 11111 | 1001001 | 10000110 | 11010 | 10110 |
Color Harmonies of #294630
Complementary color
Monochromatic Colors of #294630
Black with #294630
Text Example
Text Example
White with #294630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294630; }
p { color: rgb(41,70,48); }
H1.HeaderClassName
{
color: #294630;
}
.AnyTagClassName
{
color: #294630;
}
</style>
background-color css
<style>
a { background-color: #294630; }
a { background-color: rgb(41,70,48); }
div.DivClassName
{
background-color: #294630;
}
.BgClassName
{
background-color: #294630;
}
</style>
border-color css
<style>
span { border-color: #294630; }
span { border-color: rgb(41,70,48); }
td.TdClassName
{
border-color: #294630;
}
.TagClassName
{
border-color: #294630;
}
</style>