Shades of Timber Green #2E4434
Tints of Timber Green #2E4434
RGB
CMYK
RGB Variations
Color information
#2E4434 (or 0x2E4434) is known color: Timber Green. HEX triplet: 2E, 44 and 34. RGB value is (46,68,52). Sum of RGB (Red+Green+Blue) = 46+68+52=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4434 is #D1BBCB. Grayscale: #3B3B3B. Windows color (decimal): -13745100 or 3425326. OLE color: 3425326.
HSL color Cylindrical-coordinate representation of color #2E4434: hue angle of 136.36º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2E4434 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 68 | 52 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.73 |
| HSL | 136.36º | 0.19% | 0.22% | - |
| HSV(B) | 136.36º | 0.32% | 0.27% | - |
| XYZ | 3.81 | 4.96 | 4.01 | - |
| YUV | 59.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 68 | 52 | 0.32 | 0 | 0.24 | 0.73 | 136.36 | 0.19 | 0.22 |
| Hex | 2E | 44 | 34 | 20 | 0 | 18 | 49 | 88 | 13 | 16 |
| Octal | 56 | 104 | 64 | 40 | 0 | 30 | 111 | 210 | 23 | 26 |
| Binary | 101110 | 1000100 | 110100 | 100000 | 0 | 11000 | 1001001 | 10001000 | 10011 | 10110 |
Color Harmonies of #2E4434
Complementary color
Monochromatic Colors of #2E4434
Black with #2E4434
Text Example
Text Example
White with #2E4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4434; }
p { color: rgb(46,68,52); }
H1.HeaderClassName
{
color: #2E4434;
}
.AnyTagClassName
{
color: #2E4434;
}
</style>
background-color css
<style>
a { background-color: #2E4434; }
a { background-color: rgb(46,68,52); }
div.DivClassName
{
background-color: #2E4434;
}
.BgClassName
{
background-color: #2E4434;
}
</style>
border-color css
<style>
span { border-color: #2E4434; }
span { border-color: rgb(46,68,52); }
td.TdClassName
{
border-color: #2E4434;
}
.TagClassName
{
border-color: #2E4434;
}
</style>