Shades of Timber Green #2E3D31
Tints of Timber Green #2E3D31
RGB
CMYK
RGB Variations
Color information
#2E3D31 (or 0x2E3D31) is known color: Timber Green. HEX triplet: 2E, 3D and 31. RGB value is (46,61,49). Sum of RGB (Red+Green+Blue) = 46+61+49=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 61 - color contains mainly: green. Hex color #2E3D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D31 is #D1C2CE. Grayscale: #373737. Windows color (decimal): -13746895 or 3226926. OLE color: 3226926.
HSL color Cylindrical-coordinate representation of color #2E3D31: hue angle of 132º 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 #2E3D31 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 61 | 49 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.76 |
| HSL | 132º | 0.14% | 0.21% | - |
| HSV(B) | 132º | 0.25% | 0.24% | - |
| XYZ | 3.35 | 4.14 | 3.53 | - |
| YUV | 55.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 49 | 0.25 | 0 | 0.20 | 0.76 | 132 | 0.14 | 0.21 |
| Hex | 2E | 3D | 31 | 19 | 0 | 14 | 4C | 84 | E | 15 |
| Octal | 56 | 75 | 61 | 31 | 0 | 24 | 114 | 204 | 16 | 25 |
| Binary | 101110 | 111101 | 110001 | 11001 | 0 | 10100 | 1001100 | 10000100 | 1110 | 10101 |
Color Harmonies of #2E3D31
Complementary color
Monochromatic Colors of #2E3D31
Black with #2E3D31
Text Example
Text Example
White with #2E3D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D31; }
p { color: rgb(46,61,49); }
H1.HeaderClassName
{
color: #2E3D31;
}
.AnyTagClassName
{
color: #2E3D31;
}
</style>
background-color css
<style>
a { background-color: #2E3D31; }
a { background-color: rgb(46,61,49); }
div.DivClassName
{
background-color: #2E3D31;
}
.BgClassName
{
background-color: #2E3D31;
}
</style>
border-color css
<style>
span { border-color: #2E3D31; }
span { border-color: rgb(46,61,49); }
td.TdClassName
{
border-color: #2E3D31;
}
.TagClassName
{
border-color: #2E3D31;
}
</style>