Shades of Timber Green #2E4A30
Tints of Timber Green #2E4A30
RGB
CMYK
RGB Variations
Color information
#2E4A30 (or 0x2E4A30) is known color: Timber Green. HEX triplet: 2E, 4A and 30. RGB value is (46,74,48). Sum of RGB (Red+Green+Blue) = 46+74+48=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A30 is #D1B5CF. Grayscale: #3E3E3E. Windows color (decimal): -13743568 or 3164718. OLE color: 3164718.
HSL color Cylindrical-coordinate representation of color #2E4A30: hue angle of 124.29º 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 #2E4A30 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 74 | 48 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.71 |
| HSL | 124.29º | 0.23% | 0.24% | - |
| HSV(B) | 124.29º | 0.38% | 0.29% | - |
| XYZ | 4.11 | 5.69 | 3.68 | - |
| YUV | 62.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 74 | 48 | 0.38 | 0 | 0.35 | 0.71 | 124.29 | 0.23 | 0.24 |
| Hex | 2E | 4A | 30 | 26 | 0 | 23 | 47 | 7C | 17 | 18 |
| Octal | 56 | 112 | 60 | 46 | 0 | 43 | 107 | 174 | 27 | 30 |
| Binary | 101110 | 1001010 | 110000 | 100110 | 0 | 100011 | 1000111 | 1111100 | 10111 | 11000 |
Color Harmonies of #2E4A30
Complementary color
Monochromatic Colors of #2E4A30
Black with #2E4A30
Text Example
Text Example
White with #2E4A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4A30; }
p { color: rgb(46,74,48); }
H1.HeaderClassName
{
color: #2E4A30;
}
.AnyTagClassName
{
color: #2E4A30;
}
</style>
background-color css
<style>
a { background-color: #2E4A30; }
a { background-color: rgb(46,74,48); }
div.DivClassName
{
background-color: #2E4A30;
}
.BgClassName
{
background-color: #2E4A30;
}
</style>
border-color css
<style>
span { border-color: #2E4A30; }
span { border-color: rgb(46,74,48); }
td.TdClassName
{
border-color: #2E4A30;
}
.TagClassName
{
border-color: #2E4A30;
}
</style>