Shades of Timber Green #2E4930
Tints of Timber Green #2E4930
RGB
CMYK
RGB Variations
Color information
#2E4930 (or 0x2E4930) is known color: Timber Green. HEX triplet: 2E, 49 and 30. RGB value is (46,73,48). Sum of RGB (Red+Green+Blue) = 46+73+48=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4930 is #D1B6CF. Grayscale: #3E3E3E. Windows color (decimal): -13743824 or 3164462. OLE color: 3164462.
HSL color Cylindrical-coordinate representation of color #2E4930: hue angle of 124.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4930 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 73 | 48 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.71 |
| HSL | 124.44º | 0.23% | 0.23% | - |
| HSV(B) | 124.44º | 0.37% | 0.29% | - |
| XYZ | 4.04 | 5.56 | 3.66 | - |
| YUV | 62.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 48 | 0.37 | 0 | 0.34 | 0.71 | 124.44 | 0.23 | 0.23 |
| Hex | 2E | 49 | 30 | 25 | 0 | 22 | 47 | 7C | 17 | 17 |
| Octal | 56 | 111 | 60 | 45 | 0 | 42 | 107 | 174 | 27 | 27 |
| Binary | 101110 | 1001001 | 110000 | 100101 | 0 | 100010 | 1000111 | 1111100 | 10111 | 10111 |
Color Harmonies of #2E4930
Complementary color
Monochromatic Colors of #2E4930
Black with #2E4930
Text Example
Text Example
White with #2E4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4930; }
p { color: rgb(46,73,48); }
H1.HeaderClassName
{
color: #2E4930;
}
.AnyTagClassName
{
color: #2E4930;
}
</style>
background-color css
<style>
a { background-color: #2E4930; }
a { background-color: rgb(46,73,48); }
div.DivClassName
{
background-color: #2E4930;
}
.BgClassName
{
background-color: #2E4930;
}
</style>
border-color css
<style>
span { border-color: #2E4930; }
span { border-color: rgb(46,73,48); }
td.TdClassName
{
border-color: #2E4930;
}
.TagClassName
{
border-color: #2E4930;
}
</style>