Shades of Timber Green #293F2F
Tints of Timber Green #293F2F
RGB
CMYK
RGB Variations
Color information
#293F2F (or 0x293F2F) is known color: Timber Green. HEX triplet: 29, 3F and 2F. RGB value is (41,63,47). Sum of RGB (Red+Green+Blue) = 41+63+47=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #293F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293F2F is #D6C0D0. Grayscale: #363636. Windows color (decimal): -14074065 or 3096361. OLE color: 3096361.
HSL color Cylindrical-coordinate representation of color #293F2F: hue angle of 136.36º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #293F2F is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 63 | 47 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.75 |
| HSL | 136.36º | 0.21% | 0.2% | - |
| HSV(B) | 136.36º | 0.35% | 0.25% | - |
| XYZ | 3.21 | 4.23 | 3.34 | - |
| YUV | 54.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 47 | 0.35 | 0 | 0.25 | 0.75 | 136.36 | 0.21 | 0.2 |
| Hex | 29 | 3F | 2F | 23 | 0 | 19 | 4B | 88 | 15 | 14 |
| Octal | 51 | 77 | 57 | 43 | 0 | 31 | 113 | 210 | 25 | 24 |
| Binary | 101001 | 111111 | 101111 | 100011 | 0 | 11001 | 1001011 | 10001000 | 10101 | 10100 |
Color Harmonies of #293F2F
Complementary color
Monochromatic Colors of #293F2F
Black with #293F2F
Text Example
Text Example
White with #293F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293F2F; }
p { color: rgb(41,63,47); }
H1.HeaderClassName
{
color: #293F2F;
}
.AnyTagClassName
{
color: #293F2F;
}
</style>
background-color css
<style>
a { background-color: #293F2F; }
a { background-color: rgb(41,63,47); }
div.DivClassName
{
background-color: #293F2F;
}
.BgClassName
{
background-color: #293F2F;
}
</style>
border-color css
<style>
span { border-color: #293F2F; }
span { border-color: rgb(41,63,47); }
td.TdClassName
{
border-color: #293F2F;
}
.TagClassName
{
border-color: #293F2F;
}
</style>