Shades of Timber Green #2E4230
Tints of Timber Green #2E4230
RGB
CMYK
RGB Variations
Color information
#2E4230 (or 0x2E4230) is known color: Timber Green. HEX triplet: 2E, 42 and 30. RGB value is (46,66,48). Sum of RGB (Red+Green+Blue) = 46+66+48=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4230 is #D1BDCF. Grayscale: #3A3A3A. Windows color (decimal): -13745616 or 3162670. OLE color: 3162670.
HSL color Cylindrical-coordinate representation of color #2E4230: hue angle of 126º 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 #2E4230 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 48 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.74 |
| HSL | 126º | 0.18% | 0.22% | - |
| HSV(B) | 126º | 0.3% | 0.26% | - |
| XYZ | 3.61 | 4.69 | 3.51 | - |
| YUV | 57.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 48 | 0.30 | 0 | 0.27 | 0.74 | 126 | 0.18 | 0.22 |
| Hex | 2E | 42 | 30 | 1E | 0 | 1B | 4A | 7E | 12 | 16 |
| Octal | 56 | 102 | 60 | 36 | 0 | 33 | 112 | 176 | 22 | 26 |
| Binary | 101110 | 1000010 | 110000 | 11110 | 0 | 11011 | 1001010 | 1111110 | 10010 | 10110 |
Color Harmonies of #2E4230
Complementary color
Monochromatic Colors of #2E4230
Black with #2E4230
Text Example
Text Example
White with #2E4230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4230; }
p { color: rgb(46,66,48); }
H1.HeaderClassName
{
color: #2E4230;
}
.AnyTagClassName
{
color: #2E4230;
}
</style>
background-color css
<style>
a { background-color: #2E4230; }
a { background-color: rgb(46,66,48); }
div.DivClassName
{
background-color: #2E4230;
}
.BgClassName
{
background-color: #2E4230;
}
</style>
border-color css
<style>
span { border-color: #2E4230; }
span { border-color: rgb(46,66,48); }
td.TdClassName
{
border-color: #2E4230;
}
.TagClassName
{
border-color: #2E4230;
}
</style>