Shades of Timber Green #2E422F
Tints of Timber Green #2E422F
RGB
CMYK
RGB Variations
Color information
#2E422F (or 0x2E422F) is known color: Timber Green. HEX triplet: 2E, 42 and 2F. RGB value is (46,66,47). Sum of RGB (Red+Green+Blue) = 46+66+47=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #2E422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E422F is #D1BDD0. Grayscale: #393939. Windows color (decimal): -13745617 or 3097134. OLE color: 3097134.
HSL color Cylindrical-coordinate representation of color #2E422F: hue angle of 123º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E422F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 46 | 66 | 47 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.74 |
| HSL | 123º | 0.18% | 0.22% | - |
| HSV(B) | 123º | 0.3% | 0.26% | - |
| XYZ | 3.59 | 4.68 | 3.4 | - |
| YUV | 57.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 47 | 0.30 | 0 | 0.29 | 0.74 | 123 | 0.18 | 0.22 |
| Hex | 2E | 42 | 2F | 1E | 0 | 1D | 4A | 7B | 12 | 16 |
| Octal | 56 | 102 | 57 | 36 | 0 | 35 | 112 | 173 | 22 | 26 |
| Binary | 101110 | 1000010 | 101111 | 11110 | 0 | 11101 | 1001010 | 1111011 | 10010 | 10110 |
Color Harmonies of #2E422F
Complementary color
Monochromatic Colors of #2E422F
Black with #2E422F
Text Example
Text Example
White with #2E422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E422F; }
p { color: rgb(46,66,47); }
H1.HeaderClassName
{
color: #2E422F;
}
.AnyTagClassName
{
color: #2E422F;
}
</style>
background-color css
<style>
a { background-color: #2E422F; }
a { background-color: rgb(46,66,47); }
div.DivClassName
{
background-color: #2E422F;
}
.BgClassName
{
background-color: #2E422F;
}
</style>
border-color css
<style>
span { border-color: #2E422F; }
span { border-color: rgb(46,66,47); }
td.TdClassName
{
border-color: #2E422F;
}
.TagClassName
{
border-color: #2E422F;
}
</style>