Shades of Timber Green #294B2D
Tints of Timber Green #294B2D
RGB
CMYK
RGB Variations
Color information
#294B2D (or 0x294B2D) is known color: Timber Green. HEX triplet: 29, 4B and 2D. RGB value is (41,75,45). Sum of RGB (Red+Green+Blue) = 41+75+45=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #294B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294B2D is #D6B4D2. Grayscale: #3D3D3D. Windows color (decimal): -14070995 or 2968361. OLE color: 2968361.
HSL color Cylindrical-coordinate representation of color #294B2D: hue angle of 127.06º 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 #294B2D is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 41 | 75 | 45 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.71 |
| HSL | 127.06º | 0.29% | 0.23% | - |
| HSV(B) | 127.06º | 0.45% | 0.29% | - |
| XYZ | 3.9 | 5.69 | 3.38 | - |
| YUV | 61.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 45 | 0.45 | 0 | 0.40 | 0.71 | 127.06 | 0.29 | 0.23 |
| Hex | 29 | 4B | 2D | 2D | 0 | 28 | 47 | 7F | 1D | 17 |
| Octal | 51 | 113 | 55 | 55 | 0 | 50 | 107 | 177 | 35 | 27 |
| Binary | 101001 | 1001011 | 101101 | 101101 | 0 | 101000 | 1000111 | 1111111 | 11101 | 10111 |
Color Harmonies of #294B2D
Complementary color
Monochromatic Colors of #294B2D
Black with #294B2D
Text Example
Text Example
White with #294B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294B2D; }
p { color: rgb(41,75,45); }
H1.HeaderClassName
{
color: #294B2D;
}
.AnyTagClassName
{
color: #294B2D;
}
</style>
background-color css
<style>
a { background-color: #294B2D; }
a { background-color: rgb(41,75,45); }
div.DivClassName
{
background-color: #294B2D;
}
.BgClassName
{
background-color: #294B2D;
}
</style>
border-color css
<style>
span { border-color: #294B2D; }
span { border-color: rgb(41,75,45); }
td.TdClassName
{
border-color: #294B2D;
}
.TagClassName
{
border-color: #294B2D;
}
</style>