Shades of Timber Green #294C2F
Tints of Timber Green #294C2F
RGB
CMYK
RGB Variations
Color information
#294C2F (or 0x294C2F) is known color: Timber Green. HEX triplet: 29, 4C and 2F. RGB value is (41,76,47). Sum of RGB (Red+Green+Blue) = 41+76+47=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #294C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C2F is #D6B3D0. Grayscale: #3E3E3E. Windows color (decimal): -14070737 or 3099689. OLE color: 3099689.
HSL color Cylindrical-coordinate representation of color #294C2F: hue angle of 130.29º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #294C2F is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 47 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.70 |
| HSL | 130.29º | 0.3% | 0.23% | - |
| HSV(B) | 130.29º | 0.46% | 0.3% | - |
| XYZ | 4.01 | 5.85 | 3.61 | - |
| YUV | 62.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 47 | 0.46 | 0 | 0.38 | 0.70 | 130.29 | 0.3 | 0.23 |
| Hex | 29 | 4C | 2F | 2E | 0 | 26 | 46 | 82 | 1E | 17 |
| Octal | 51 | 114 | 57 | 56 | 0 | 46 | 106 | 202 | 36 | 27 |
| Binary | 101001 | 1001100 | 101111 | 101110 | 0 | 100110 | 1000110 | 10000010 | 11110 | 10111 |
Color Harmonies of #294C2F
Complementary color
Monochromatic Colors of #294C2F
Black with #294C2F
Text Example
Text Example
White with #294C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C2F; }
p { color: rgb(41,76,47); }
H1.HeaderClassName
{
color: #294C2F;
}
.AnyTagClassName
{
color: #294C2F;
}
</style>
background-color css
<style>
a { background-color: #294C2F; }
a { background-color: rgb(41,76,47); }
div.DivClassName
{
background-color: #294C2F;
}
.BgClassName
{
background-color: #294C2F;
}
</style>
border-color css
<style>
span { border-color: #294C2F; }
span { border-color: rgb(41,76,47); }
td.TdClassName
{
border-color: #294C2F;
}
.TagClassName
{
border-color: #294C2F;
}
</style>