Shades of Timber Green #294C30
Tints of Timber Green #294C30
RGB
CMYK
RGB Variations
Color information
#294C30 (or 0x294C30) is known color: Timber Green. HEX triplet: 29, 4C and 30. RGB value is (41,76,48). Sum of RGB (Red+Green+Blue) = 41+76+48=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 76 - color contains mainly: green. Hex color #294C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294C30 is #D6B3CF. Grayscale: #3E3E3E. Windows color (decimal): -14070736 or 3165225. OLE color: 3165225.
HSL color Cylindrical-coordinate representation of color #294C30: hue angle of 132º 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 #294C30 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 76 | 48 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.70 |
| HSL | 132º | 0.3% | 0.23% | - |
| HSV(B) | 132º | 0.46% | 0.3% | - |
| XYZ | 4.03 | 5.85 | 3.71 | - |
| YUV | 62.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 48 | 0.46 | 0 | 0.37 | 0.70 | 132 | 0.3 | 0.23 |
| Hex | 29 | 4C | 30 | 2E | 0 | 25 | 46 | 84 | 1E | 17 |
| Octal | 51 | 114 | 60 | 56 | 0 | 45 | 106 | 204 | 36 | 27 |
| Binary | 101001 | 1001100 | 110000 | 101110 | 0 | 100101 | 1000110 | 10000100 | 11110 | 10111 |
Color Harmonies of #294C30
Complementary color
Monochromatic Colors of #294C30
Black with #294C30
Text Example
Text Example
White with #294C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294C30; }
p { color: rgb(41,76,48); }
H1.HeaderClassName
{
color: #294C30;
}
.AnyTagClassName
{
color: #294C30;
}
</style>
background-color css
<style>
a { background-color: #294C30; }
a { background-color: rgb(41,76,48); }
div.DivClassName
{
background-color: #294C30;
}
.BgClassName
{
background-color: #294C30;
}
</style>
border-color css
<style>
span { border-color: #294C30; }
span { border-color: rgb(41,76,48); }
td.TdClassName
{
border-color: #294C30;
}
.TagClassName
{
border-color: #294C30;
}
</style>