Shades of Timber Green #2E4232
Tints of Timber Green #2E4232
RGB
CMYK
RGB Variations
Color information
#2E4232 (or 0x2E4232) is known color: Timber Green. HEX triplet: 2E, 42 and 32. RGB value is (46,66,50). Sum of RGB (Red+Green+Blue) = 46+66+50=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4232 is #D1BDCD. Grayscale: #3A3A3A. Windows color (decimal): -13745614 or 3293742. OLE color: 3293742.
HSL color Cylindrical-coordinate representation of color #2E4232: hue angle of 132º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E4232 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 50 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.74 |
| HSL | 132º | 0.18% | 0.22% | - |
| HSV(B) | 132º | 0.3% | 0.26% | - |
| XYZ | 3.65 | 4.71 | 3.73 | - |
| YUV | 58.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 50 | 0.30 | 0 | 0.24 | 0.74 | 132 | 0.18 | 0.22 |
| Hex | 2E | 42 | 32 | 1E | 0 | 18 | 4A | 84 | 12 | 16 |
| Octal | 56 | 102 | 62 | 36 | 0 | 30 | 112 | 204 | 22 | 26 |
| Binary | 101110 | 1000010 | 110010 | 11110 | 0 | 11000 | 1001010 | 10000100 | 10010 | 10110 |
Color Harmonies of #2E4232
Complementary color
Monochromatic Colors of #2E4232
Black with #2E4232
Text Example
Text Example
White with #2E4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4232; }
p { color: rgb(46,66,50); }
H1.HeaderClassName
{
color: #2E4232;
}
.AnyTagClassName
{
color: #2E4232;
}
</style>
background-color css
<style>
a { background-color: #2E4232; }
a { background-color: rgb(46,66,50); }
div.DivClassName
{
background-color: #2E4232;
}
.BgClassName
{
background-color: #2E4232;
}
</style>
border-color css
<style>
span { border-color: #2E4232; }
span { border-color: rgb(46,66,50); }
td.TdClassName
{
border-color: #2E4232;
}
.TagClassName
{
border-color: #2E4232;
}
</style>