Shades of Timber Green #294F30
Tints of Timber Green #294F30
RGB
CMYK
RGB Variations
Color information
#294F30 (or 0x294F30) is known color: Timber Green. HEX triplet: 29, 4F and 30. RGB value is (41,79,48). Sum of RGB (Red+Green+Blue) = 41+79+48=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #294F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F30 is #D6B0CF. Grayscale: #404040. Windows color (decimal): -14069968 or 3165993. OLE color: 3165993.
HSL color Cylindrical-coordinate representation of color #294F30: hue angle of 131.05º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #294F30 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 79 | 48 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.69 |
| HSL | 131.05º | 0.32% | 0.24% | - |
| HSV(B) | 131.05º | 0.48% | 0.31% | - |
| XYZ | 4.24 | 6.28 | 3.78 | - |
| YUV | 64.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 48 | 0.48 | 0 | 0.39 | 0.69 | 131.05 | 0.32 | 0.24 |
| Hex | 29 | 4F | 30 | 30 | 0 | 27 | 45 | 83 | 20 | 18 |
| Octal | 51 | 117 | 60 | 60 | 0 | 47 | 105 | 203 | 40 | 30 |
| Binary | 101001 | 1001111 | 110000 | 110000 | 0 | 100111 | 1000101 | 10000011 | 100000 | 11000 |
Color Harmonies of #294F30
Complementary color
Monochromatic Colors of #294F30
Black with #294F30
Text Example
Text Example
White with #294F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F30; }
p { color: rgb(41,79,48); }
H1.HeaderClassName
{
color: #294F30;
}
.AnyTagClassName
{
color: #294F30;
}
</style>
background-color css
<style>
a { background-color: #294F30; }
a { background-color: rgb(41,79,48); }
div.DivClassName
{
background-color: #294F30;
}
.BgClassName
{
background-color: #294F30;
}
</style>
border-color css
<style>
span { border-color: #294F30; }
span { border-color: rgb(41,79,48); }
td.TdClassName
{
border-color: #294F30;
}
.TagClassName
{
border-color: #294F30;
}
</style>