Shades of Timber Green #2E4A32
Tints of Timber Green #2E4A32
RGB
CMYK
RGB Variations
Color information
#2E4A32 (or 0x2E4A32) is known color: Timber Green. HEX triplet: 2E, 4A and 32. RGB value is (46,74,50). Sum of RGB (Red+Green+Blue) = 46+74+50=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A32 is #D1B5CD. Grayscale: #3E3E3E. Windows color (decimal): -13743566 or 3295790. OLE color: 3295790.
HSL color Cylindrical-coordinate representation of color #2E4A32: hue angle of 128.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4A32 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 50 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.71 |
| HSL | 128.57º | 0.23% | 0.24% | - |
| HSV(B) | 128.57º | 0.38% | 0.29% | - |
| XYZ | 4.15 | 5.71 | 3.9 | - |
| YUV | 62.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 50 | 0.38 | 0 | 0.32 | 0.71 | 128.57 | 0.23 | 0.24 |
| Hex | 2E | 4A | 32 | 26 | 0 | 20 | 47 | 81 | 17 | 18 |
| Octal | 56 | 112 | 62 | 46 | 0 | 40 | 107 | 201 | 27 | 30 |
| Binary | 101110 | 1001010 | 110010 | 100110 | 0 | 100000 | 1000111 | 10000001 | 10111 | 11000 |
Color Harmonies of #2E4A32
Complementary color
Monochromatic Colors of #2E4A32
Black with #2E4A32
Text Example
Text Example
White with #2E4A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A32; }
p { color: rgb(46,74,50); }
H1.HeaderClassName
{
color: #2E4A32;
}
.AnyTagClassName
{
color: #2E4A32;
}
</style>
background-color css
<style>
a { background-color: #2E4A32; }
a { background-color: rgb(46,74,50); }
div.DivClassName
{
background-color: #2E4A32;
}
.BgClassName
{
background-color: #2E4A32;
}
</style>
border-color css
<style>
span { border-color: #2E4A32; }
span { border-color: rgb(46,74,50); }
td.TdClassName
{
border-color: #2E4A32;
}
.TagClassName
{
border-color: #2E4A32;
}
</style>