Shades of Timber Green #2E3F34
Tints of Timber Green #2E3F34
RGB
CMYK
RGB Variations
Color information
#2E3F34 (or 0x2E3F34) is known color: Timber Green. HEX triplet: 2E, 3F and 34. RGB value is (46,63,52). Sum of RGB (Red+Green+Blue) = 46+63+52=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F34 is #D1C0CB. Grayscale: #383838. Windows color (decimal): -13746380 or 3424046. OLE color: 3424046.
HSL color Cylindrical-coordinate representation of color #2E3F34: hue angle of 141.18º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3F34 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 52 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.75 |
| HSL | 141.18º | 0.16% | 0.21% | - |
| HSV(B) | 141.18º | 0.27% | 0.25% | - |
| XYZ | 3.52 | 4.38 | 3.91 | - |
| YUV | 56.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 52 | 0.27 | 0 | 0.17 | 0.75 | 141.18 | 0.16 | 0.21 |
| Hex | 2E | 3F | 34 | 1B | 0 | 11 | 4B | 8D | 10 | 15 |
| Octal | 56 | 77 | 64 | 33 | 0 | 21 | 113 | 215 | 20 | 25 |
| Binary | 101110 | 111111 | 110100 | 11011 | 0 | 10001 | 1001011 | 10001101 | 10000 | 10101 |
Color Harmonies of #2E3F34
Complementary color
Monochromatic Colors of #2E3F34
Black with #2E3F34
Text Example
Text Example
White with #2E3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F34; }
p { color: rgb(46,63,52); }
H1.HeaderClassName
{
color: #2E3F34;
}
.AnyTagClassName
{
color: #2E3F34;
}
</style>
background-color css
<style>
a { background-color: #2E3F34; }
a { background-color: rgb(46,63,52); }
div.DivClassName
{
background-color: #2E3F34;
}
.BgClassName
{
background-color: #2E3F34;
}
</style>
border-color css
<style>
span { border-color: #2E3F34; }
span { border-color: rgb(46,63,52); }
td.TdClassName
{
border-color: #2E3F34;
}
.TagClassName
{
border-color: #2E3F34;
}
</style>