Shades of Timber Green #2E3C33
Tints of Timber Green #2E3C33
RGB
CMYK
RGB Variations
Color information
#2E3C33 (or 0x2E3C33) is known color: Timber Green. HEX triplet: 2E, 3C and 33. RGB value is (46,60,51). Sum of RGB (Red+Green+Blue) = 46+60+51=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 60 - color contains mainly: green. Hex color #2E3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3C33 is #D1C3CC. Grayscale: #363636. Windows color (decimal): -13747149 or 3357742. OLE color: 3357742.
HSL color Cylindrical-coordinate representation of color #2E3C33: hue angle of 141.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3C33 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 60 | 51 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.76 |
| HSL | 141.43º | 0.13% | 0.21% | - |
| HSV(B) | 141.43º | 0.23% | 0.24% | - |
| XYZ | 3.34 | 4.05 | 3.74 | - |
| YUV | 54.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 51 | 0.23 | 0 | 0.15 | 0.76 | 141.43 | 0.13 | 0.21 |
| Hex | 2E | 3C | 33 | 17 | 0 | F | 4C | 8D | D | 15 |
| Octal | 56 | 74 | 63 | 27 | 0 | 17 | 114 | 215 | 15 | 25 |
| Binary | 101110 | 111100 | 110011 | 10111 | 0 | 1111 | 1001100 | 10001101 | 1101 | 10101 |
Color Harmonies of #2E3C33
Complementary color
Monochromatic Colors of #2E3C33
Black with #2E3C33
Text Example
Text Example
White with #2E3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3C33; }
p { color: rgb(46,60,51); }
H1.HeaderClassName
{
color: #2E3C33;
}
.AnyTagClassName
{
color: #2E3C33;
}
</style>
background-color css
<style>
a { background-color: #2E3C33; }
a { background-color: rgb(46,60,51); }
div.DivClassName
{
background-color: #2E3C33;
}
.BgClassName
{
background-color: #2E3C33;
}
</style>
border-color css
<style>
span { border-color: #2E3C33; }
span { border-color: rgb(46,60,51); }
td.TdClassName
{
border-color: #2E3C33;
}
.TagClassName
{
border-color: #2E3C33;
}
</style>