Shades of Timber Green #2E3D32
Tints of Timber Green #2E3D32
RGB
CMYK
RGB Variations
Color information
#2E3D32 (or 0x2E3D32) is known color: Timber Green. HEX triplet: 2E, 3D and 32. RGB value is (46,61,50). Sum of RGB (Red+Green+Blue) = 46+61+50=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D32 is #D1C2CD. Grayscale: #373737. Windows color (decimal): -13746894 or 3292462. OLE color: 3292462.
HSL color Cylindrical-coordinate representation of color #2E3D32: hue angle of 136º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E3D32 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 50 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.76 |
| HSL | 136º | 0.14% | 0.21% | - |
| HSV(B) | 136º | 0.25% | 0.24% | - |
| XYZ | 3.37 | 4.15 | 3.64 | - |
| YUV | 55.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 50 | 0.25 | 0 | 0.18 | 0.76 | 136 | 0.14 | 0.21 |
| Hex | 2E | 3D | 32 | 19 | 0 | 12 | 4C | 88 | E | 15 |
| Octal | 56 | 75 | 62 | 31 | 0 | 22 | 114 | 210 | 16 | 25 |
| Binary | 101110 | 111101 | 110010 | 11001 | 0 | 10010 | 1001100 | 10001000 | 1110 | 10101 |
Color Harmonies of #2E3D32
Complementary color
Monochromatic Colors of #2E3D32
Black with #2E3D32
Text Example
Text Example
White with #2E3D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D32; }
p { color: rgb(46,61,50); }
H1.HeaderClassName
{
color: #2E3D32;
}
.AnyTagClassName
{
color: #2E3D32;
}
</style>
background-color css
<style>
a { background-color: #2E3D32; }
a { background-color: rgb(46,61,50); }
div.DivClassName
{
background-color: #2E3D32;
}
.BgClassName
{
background-color: #2E3D32;
}
</style>
border-color css
<style>
span { border-color: #2E3D32; }
span { border-color: rgb(46,61,50); }
td.TdClassName
{
border-color: #2E3D32;
}
.TagClassName
{
border-color: #2E3D32;
}
</style>