Shades of Timber Green #2E4C36
Tints of Timber Green #2E4C36
RGB
CMYK
RGB Variations
Color information
#2E4C36 (or 0x2E4C36) is known color: Timber Green. HEX triplet: 2E, 4C and 36. RGB value is (46,76,54). Sum of RGB (Red+Green+Blue) = 46+76+54=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #2E4C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4C36 is #D1B3C9. Grayscale: #404040. Windows color (decimal): -13743050 or 3558446. OLE color: 3558446.
HSL color Cylindrical-coordinate representation of color #2E4C36: hue angle of 136º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4C36 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 46 | 76 | 54 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.70 |
| HSL | 136º | 0.25% | 0.24% | - |
| HSV(B) | 136º | 0.39% | 0.3% | - |
| XYZ | 4.38 | 6.02 | 4.42 | - |
| YUV | 64.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 54 | 0.39 | 0 | 0.29 | 0.70 | 136 | 0.25 | 0.24 |
| Hex | 2E | 4C | 36 | 27 | 0 | 1D | 46 | 88 | 19 | 18 |
| Octal | 56 | 114 | 66 | 47 | 0 | 35 | 106 | 210 | 31 | 30 |
| Binary | 101110 | 1001100 | 110110 | 100111 | 0 | 11101 | 1000110 | 10001000 | 11001 | 11000 |
Color Harmonies of #2E4C36
Complementary color
Monochromatic Colors of #2E4C36
Black with #2E4C36
Text Example
Text Example
White with #2E4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4C36; }
p { color: rgb(46,76,54); }
H1.HeaderClassName
{
color: #2E4C36;
}
.AnyTagClassName
{
color: #2E4C36;
}
</style>
background-color css
<style>
a { background-color: #2E4C36; }
a { background-color: rgb(46,76,54); }
div.DivClassName
{
background-color: #2E4C36;
}
.BgClassName
{
background-color: #2E4C36;
}
</style>
border-color css
<style>
span { border-color: #2E4C36; }
span { border-color: rgb(46,76,54); }
td.TdClassName
{
border-color: #2E4C36;
}
.TagClassName
{
border-color: #2E4C36;
}
</style>