Shades of Timber Green #2D492E
Tints of Timber Green #2D492E
RGB
CMYK
RGB Variations
Color information
#2D492E (or 0x2D492E) is known color: Timber Green. HEX triplet: 2D, 49 and 2E. RGB value is (45,73,46). Sum of RGB (Red+Green+Blue) = 45+73+46=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #2D492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D492E is #D2B6D1. Grayscale: #3D3D3D. Windows color (decimal): -13809362 or 3033389. OLE color: 3033389.
HSL color Cylindrical-coordinate representation of color #2D492E: hue angle of 122.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D492E is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 73 | 46 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.71 |
| HSL | 122.14º | 0.24% | 0.23% | - |
| HSV(B) | 122.14º | 0.38% | 0.29% | - |
| XYZ | 3.96 | 5.52 | 3.44 | - |
| YUV | 61.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 46 | 0.38 | 0 | 0.37 | 0.71 | 122.14 | 0.24 | 0.23 |
| Hex | 2D | 49 | 2E | 26 | 0 | 25 | 47 | 7A | 18 | 17 |
| Octal | 55 | 111 | 56 | 46 | 0 | 45 | 107 | 172 | 30 | 27 |
| Binary | 101101 | 1001001 | 101110 | 100110 | 0 | 100101 | 1000111 | 1111010 | 11000 | 10111 |
Color Harmonies of #2D492E
Complementary color
Monochromatic Colors of #2D492E
Black with #2D492E
Text Example
Text Example
White with #2D492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D492E; }
p { color: rgb(45,73,46); }
H1.HeaderClassName
{
color: #2D492E;
}
.AnyTagClassName
{
color: #2D492E;
}
</style>
background-color css
<style>
a { background-color: #2D492E; }
a { background-color: rgb(45,73,46); }
div.DivClassName
{
background-color: #2D492E;
}
.BgClassName
{
background-color: #2D492E;
}
</style>
border-color css
<style>
span { border-color: #2D492E; }
span { border-color: rgb(45,73,46); }
td.TdClassName
{
border-color: #2D492E;
}
.TagClassName
{
border-color: #2D492E;
}
</style>