Shades of Timber Green #2E3E31
Tints of Timber Green #2E3E31
RGB
CMYK
RGB Variations
Color information
#2E3E31 (or 0x2E3E31) is known color: Timber Green. HEX triplet: 2E, 3E and 31. RGB value is (46,62,49). Sum of RGB (Red+Green+Blue) = 46+62+49=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E31 is #D1C1CE. Grayscale: #373737. Windows color (decimal): -13746639 or 3227182. OLE color: 3227182.
HSL color Cylindrical-coordinate representation of color #2E3E31: hue angle of 131.25º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E3E31 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 49 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.76 |
| HSL | 131.25º | 0.15% | 0.21% | - |
| HSV(B) | 131.25º | 0.26% | 0.24% | - |
| XYZ | 3.4 | 4.25 | 3.55 | - |
| YUV | 55.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 49 | 0.26 | 0 | 0.21 | 0.76 | 131.25 | 0.15 | 0.21 |
| Hex | 2E | 3E | 31 | 1A | 0 | 15 | 4C | 83 | F | 15 |
| Octal | 56 | 76 | 61 | 32 | 0 | 25 | 114 | 203 | 17 | 25 |
| Binary | 101110 | 111110 | 110001 | 11010 | 0 | 10101 | 1001100 | 10000011 | 1111 | 10101 |
Color Harmonies of #2E3E31
Complementary color
Monochromatic Colors of #2E3E31
Black with #2E3E31
Text Example
Text Example
White with #2E3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E31; }
p { color: rgb(46,62,49); }
H1.HeaderClassName
{
color: #2E3E31;
}
.AnyTagClassName
{
color: #2E3E31;
}
</style>
background-color css
<style>
a { background-color: #2E3E31; }
a { background-color: rgb(46,62,49); }
div.DivClassName
{
background-color: #2E3E31;
}
.BgClassName
{
background-color: #2E3E31;
}
</style>
border-color css
<style>
span { border-color: #2E3E31; }
span { border-color: rgb(46,62,49); }
td.TdClassName
{
border-color: #2E3E31;
}
.TagClassName
{
border-color: #2E3E31;
}
</style>