Shades of Timber Green #2E4034
Tints of Timber Green #2E4034
RGB
CMYK
RGB Variations
Color information
#2E4034 (or 0x2E4034) is known color: Timber Green. HEX triplet: 2E, 40 and 34. RGB value is (46,64,52). Sum of RGB (Red+Green+Blue) = 46+64+52=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4034 is #D1BFCB. Grayscale: #393939. Windows color (decimal): -13746124 or 3424302. OLE color: 3424302.
HSL color Cylindrical-coordinate representation of color #2E4034: hue angle of 140º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E4034 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
RGB | 46 | 64 | 52 | - |
CMYK | 0.28 | 0 | 0.19 | 0.75 |
HSL | 140º | 0.16% | 0.22% | - |
HSV(B) | 140º | 0.28% | 0.25% | - |
XYZ | 3.58 | 4.5 | 3.93 | - |
YUV | 57.25 | 125.04 | 119.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 64 | 52 | 0.28 | 0 | 0.19 | 0.75 | 140 | 0.16 | 0.22 |
Hex | 2E | 40 | 34 | 1C | 0 | 13 | 4B | 8C | 10 | 16 |
Octal | 56 | 100 | 64 | 34 | 0 | 23 | 113 | 214 | 20 | 26 |
Binary | 101110 | 1000000 | 110100 | 11100 | 0 | 10011 | 1001011 | 10001100 | 10000 | 10110 |
Color Harmonies of #2E4034
Complementary color
Monochromatic Colors of #2E4034
Black with #2E4034
Text Example
Text Example
White with #2E4034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4034; }
p { color: rgb(46,64,52); }
H1.HeaderClassName
{
color: #2E4034;
}
.AnyTagClassName
{
color: #2E4034;
}
</style>
background-color css
<style>
a { background-color: #2E4034; }
a { background-color: rgb(46,64,52); }
div.DivClassName
{
background-color: #2E4034;
}
.BgClassName
{
background-color: #2E4034;
}
</style>
border-color css
<style>
span { border-color: #2E4034; }
span { border-color: rgb(46,64,52); }
td.TdClassName
{
border-color: #2E4034;
}
.TagClassName
{
border-color: #2E4034;
}
</style>