Shades of Timber Green #2E3F32
Tints of Timber Green #2E3F32
RGB
CMYK
RGB Variations
Color information
#2E3F32 (or 0x2E3F32) is known color: Timber Green. HEX triplet: 2E, 3F and 32. RGB value is (46,63,50). Sum of RGB (Red+Green+Blue) = 46+63+50=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F32 is #D1C0CD. Grayscale: #383838. Windows color (decimal): -13746382 or 3292974. OLE color: 3292974.
HSL color Cylindrical-coordinate representation of color #2E3F32: hue angle of 134.12º 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 #2E3F32 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 63 | 50 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.75 |
| HSL | 134.12º | 0.16% | 0.21% | - |
| HSV(B) | 134.12º | 0.27% | 0.25% | - |
| XYZ | 3.48 | 4.37 | 3.68 | - |
| YUV | 56.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 50 | 0.27 | 0 | 0.21 | 0.75 | 134.12 | 0.16 | 0.21 |
| Hex | 2E | 3F | 32 | 1B | 0 | 15 | 4B | 86 | 10 | 15 |
| Octal | 56 | 77 | 62 | 33 | 0 | 25 | 113 | 206 | 20 | 25 |
| Binary | 101110 | 111111 | 110010 | 11011 | 0 | 10101 | 1001011 | 10000110 | 10000 | 10101 |
Color Harmonies of #2E3F32
Complementary color
Monochromatic Colors of #2E3F32
Black with #2E3F32
Text Example
Text Example
White with #2E3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3F32; }
p { color: rgb(46,63,50); }
H1.HeaderClassName
{
color: #2E3F32;
}
.AnyTagClassName
{
color: #2E3F32;
}
</style>
background-color css
<style>
a { background-color: #2E3F32; }
a { background-color: rgb(46,63,50); }
div.DivClassName
{
background-color: #2E3F32;
}
.BgClassName
{
background-color: #2E3F32;
}
</style>
border-color css
<style>
span { border-color: #2E3F32; }
span { border-color: rgb(46,63,50); }
td.TdClassName
{
border-color: #2E3F32;
}
.TagClassName
{
border-color: #2E3F32;
}
</style>