Shades of Timber Green #2E3E32
Tints of Timber Green #2E3E32
RGB
CMYK
RGB Variations
Color information
#2E3E32 (or 0x2E3E32) is known color: Timber Green. HEX triplet: 2E, 3E and 32. RGB value is (46,62,50). Sum of RGB (Red+Green+Blue) = 46+62+50=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 62 - color contains mainly: green. Hex color #2E3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3E32 is #D1C1CD. Grayscale: #373737. Windows color (decimal): -13746638 or 3292718. OLE color: 3292718.
HSL color Cylindrical-coordinate representation of color #2E3E32: hue angle of 135º 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 #2E3E32 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 62 | 50 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.76 |
| HSL | 135º | 0.15% | 0.21% | - |
| HSV(B) | 135º | 0.26% | 0.24% | - |
| XYZ | 3.43 | 4.26 | 3.66 | - |
| YUV | 55.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 50 | 0.26 | 0 | 0.19 | 0.76 | 135 | 0.15 | 0.21 |
| Hex | 2E | 3E | 32 | 1A | 0 | 13 | 4C | 87 | F | 15 |
| Octal | 56 | 76 | 62 | 32 | 0 | 23 | 114 | 207 | 17 | 25 |
| Binary | 101110 | 111110 | 110010 | 11010 | 0 | 10011 | 1001100 | 10000111 | 1111 | 10101 |
Color Harmonies of #2E3E32
Complementary color
Monochromatic Colors of #2E3E32
Black with #2E3E32
Text Example
Text Example
White with #2E3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3E32; }
p { color: rgb(46,62,50); }
H1.HeaderClassName
{
color: #2E3E32;
}
.AnyTagClassName
{
color: #2E3E32;
}
</style>
background-color css
<style>
a { background-color: #2E3E32; }
a { background-color: rgb(46,62,50); }
div.DivClassName
{
background-color: #2E3E32;
}
.BgClassName
{
background-color: #2E3E32;
}
</style>
border-color css
<style>
span { border-color: #2E3E32; }
span { border-color: rgb(46,62,50); }
td.TdClassName
{
border-color: #2E3E32;
}
.TagClassName
{
border-color: #2E3E32;
}
</style>