Shades of Timber Green #294231
Tints of Timber Green #294231
RGB
CMYK
RGB Variations
Color information
#294231 (or 0x294231) is known color: Timber Green. HEX triplet: 29, 42 and 31. RGB value is (41,66,49). Sum of RGB (Red+Green+Blue) = 41+66+49=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #294231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294231 is #D6BDCE. Grayscale: #383838. Windows color (decimal): -14073295 or 3228201. OLE color: 3228201.
HSL color Cylindrical-coordinate representation of color #294231: hue angle of 139.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294231 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 66 | 49 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.74 |
| HSL | 139.2º | 0.23% | 0.21% | - |
| HSV(B) | 139.2º | 0.38% | 0.26% | - |
| XYZ | 3.42 | 4.59 | 3.61 | - |
| YUV | 56.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 66 | 49 | 0.38 | 0 | 0.26 | 0.74 | 139.2 | 0.23 | 0.21 |
| Hex | 29 | 42 | 31 | 26 | 0 | 1A | 4A | 8B | 17 | 15 |
| Octal | 51 | 102 | 61 | 46 | 0 | 32 | 112 | 213 | 27 | 25 |
| Binary | 101001 | 1000010 | 110001 | 100110 | 0 | 11010 | 1001010 | 10001011 | 10111 | 10101 |
Color Harmonies of #294231
Complementary color
Monochromatic Colors of #294231
Black with #294231
Text Example
Text Example
White with #294231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294231; }
p { color: rgb(41,66,49); }
H1.HeaderClassName
{
color: #294231;
}
.AnyTagClassName
{
color: #294231;
}
</style>
background-color css
<style>
a { background-color: #294231; }
a { background-color: rgb(41,66,49); }
div.DivClassName
{
background-color: #294231;
}
.BgClassName
{
background-color: #294231;
}
</style>
border-color css
<style>
span { border-color: #294231; }
span { border-color: rgb(41,66,49); }
td.TdClassName
{
border-color: #294231;
}
.TagClassName
{
border-color: #294231;
}
</style>