Shades of Timber Green #2E412F
Tints of Timber Green #2E412F
RGB
CMYK
RGB Variations
Color information
#2E412F (or 0x2E412F) is known color: Timber Green. HEX triplet: 2E, 41 and 2F. RGB value is (46,65,47). Sum of RGB (Red+Green+Blue) = 46+65+47=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #2E412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E412F is #D1BED0. Grayscale: #393939. Windows color (decimal): -13745873 or 3096878. OLE color: 3096878.
HSL color Cylindrical-coordinate representation of color #2E412F: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E412F is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 65 | 47 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.75 |
| HSL | 123.16º | 0.17% | 0.22% | - |
| HSV(B) | 123.16º | 0.29% | 0.25% | - |
| XYZ | 3.53 | 4.57 | 3.38 | - |
| YUV | 57.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 65 | 47 | 0.29 | 0 | 0.28 | 0.75 | 123.16 | 0.17 | 0.22 |
| Hex | 2E | 41 | 2F | 1D | 0 | 1C | 4B | 7B | 11 | 16 |
| Octal | 56 | 101 | 57 | 35 | 0 | 34 | 113 | 173 | 21 | 26 |
| Binary | 101110 | 1000001 | 101111 | 11101 | 0 | 11100 | 1001011 | 1111011 | 10001 | 10110 |
Color Harmonies of #2E412F
Complementary color
Monochromatic Colors of #2E412F
Black with #2E412F
Text Example
Text Example
White with #2E412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E412F; }
p { color: rgb(46,65,47); }
H1.HeaderClassName
{
color: #2E412F;
}
.AnyTagClassName
{
color: #2E412F;
}
</style>
background-color css
<style>
a { background-color: #2E412F; }
a { background-color: rgb(46,65,47); }
div.DivClassName
{
background-color: #2E412F;
}
.BgClassName
{
background-color: #2E412F;
}
</style>
border-color css
<style>
span { border-color: #2E412F; }
span { border-color: rgb(46,65,47); }
td.TdClassName
{
border-color: #2E412F;
}
.TagClassName
{
border-color: #2E412F;
}
</style>