Shades of Timber Green #294A2D
Tints of Timber Green #294A2D
RGB
CMYK
RGB Variations
Color information
#294A2D (or 0x294A2D) is known color: Timber Green. HEX triplet: 29, 4A and 2D. RGB value is (41,74,45). Sum of RGB (Red+Green+Blue) = 41+74+45=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 74 (29.30% from 255 or 46.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 74 - color contains mainly: green. Hex color #294A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294A2D is #D6B5D2. Grayscale: #3C3C3C. Windows color (decimal): -14071251 or 2968105. OLE color: 2968105.
HSL color Cylindrical-coordinate representation of color #294A2D: hue angle of 127.27º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #294A2D is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 74 | 45 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.71 |
| HSL | 127.27º | 0.29% | 0.23% | - |
| HSV(B) | 127.27º | 0.45% | 0.29% | - |
| XYZ | 3.84 | 5.56 | 3.35 | - |
| YUV | 60.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 45 | 0.45 | 0 | 0.39 | 0.71 | 127.27 | 0.29 | 0.23 |
| Hex | 29 | 4A | 2D | 2D | 0 | 27 | 47 | 7F | 1D | 17 |
| Octal | 51 | 112 | 55 | 55 | 0 | 47 | 107 | 177 | 35 | 27 |
| Binary | 101001 | 1001010 | 101101 | 101101 | 0 | 100111 | 1000111 | 1111111 | 11101 | 10111 |
Color Harmonies of #294A2D
Complementary color
Monochromatic Colors of #294A2D
Black with #294A2D
Text Example
Text Example
White with #294A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294A2D; }
p { color: rgb(41,74,45); }
H1.HeaderClassName
{
color: #294A2D;
}
.AnyTagClassName
{
color: #294A2D;
}
</style>
background-color css
<style>
a { background-color: #294A2D; }
a { background-color: rgb(41,74,45); }
div.DivClassName
{
background-color: #294A2D;
}
.BgClassName
{
background-color: #294A2D;
}
</style>
border-color css
<style>
span { border-color: #294A2D; }
span { border-color: rgb(41,74,45); }
td.TdClassName
{
border-color: #294A2D;
}
.TagClassName
{
border-color: #294A2D;
}
</style>