Shades of Timber Green #2E4132
Tints of Timber Green #2E4132
RGB
CMYK
RGB Variations
Color information
#2E4132 (or 0x2E4132) is known color: Timber Green. HEX triplet: 2E, 41 and 32. RGB value is (46,65,50). Sum of RGB (Red+Green+Blue) = 46+65+50=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4132 is #D1BECD. Grayscale: #393939. Windows color (decimal): -13745870 or 3293486. OLE color: 3293486.
HSL color Cylindrical-coordinate representation of color #2E4132: hue angle of 132.63º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E4132 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 50 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.75 |
| HSL | 132.63º | 0.17% | 0.22% | - |
| HSV(B) | 132.63º | 0.29% | 0.25% | - |
| XYZ | 3.59 | 4.59 | 3.71 | - |
| YUV | 57.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 50 | 0.29 | 0 | 0.23 | 0.75 | 132.63 | 0.17 | 0.22 |
| Hex | 2E | 41 | 32 | 1D | 0 | 17 | 4B | 85 | 11 | 16 |
| Octal | 56 | 101 | 62 | 35 | 0 | 27 | 113 | 205 | 21 | 26 |
| Binary | 101110 | 1000001 | 110010 | 11101 | 0 | 10111 | 1001011 | 10000101 | 10001 | 10110 |
Color Harmonies of #2E4132
Complementary color
Monochromatic Colors of #2E4132
Black with #2E4132
Text Example
Text Example
White with #2E4132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4132; }
p { color: rgb(46,65,50); }
H1.HeaderClassName
{
color: #2E4132;
}
.AnyTagClassName
{
color: #2E4132;
}
</style>
background-color css
<style>
a { background-color: #2E4132; }
a { background-color: rgb(46,65,50); }
div.DivClassName
{
background-color: #2E4132;
}
.BgClassName
{
background-color: #2E4132;
}
</style>
border-color css
<style>
span { border-color: #2E4132; }
span { border-color: rgb(46,65,50); }
td.TdClassName
{
border-color: #2E4132;
}
.TagClassName
{
border-color: #2E4132;
}
</style>