Shades of Timber Green #2C492E
Tints of Timber Green #2C492E
RGB
CMYK
RGB Variations
Color information
#2C492E (or 0x2C492E) is known color: Timber Green. HEX triplet: 2C, 49 and 2E. RGB value is (44,73,46). Sum of RGB (Red+Green+Blue) = 44+73+46=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #2C492E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C492E is #D3B6D1. Grayscale: #3D3D3D. Windows color (decimal): -13874898 or 3033388. OLE color: 3033388.
HSL color Cylindrical-coordinate representation of color #2C492E: hue angle of 124.14º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2C492E is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 46 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.71 |
| HSL | 124.14º | 0.25% | 0.23% | - |
| HSV(B) | 124.14º | 0.4% | 0.29% | - |
| XYZ | 3.91 | 5.5 | 3.44 | - |
| YUV | 61.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 46 | 0.40 | 0 | 0.37 | 0.71 | 124.14 | 0.25 | 0.23 |
| Hex | 2C | 49 | 2E | 28 | 0 | 25 | 47 | 7C | 19 | 17 |
| Octal | 54 | 111 | 56 | 50 | 0 | 45 | 107 | 174 | 31 | 27 |
| Binary | 101100 | 1001001 | 101110 | 101000 | 0 | 100101 | 1000111 | 1111100 | 11001 | 10111 |
Color Harmonies of #2C492E
Complementary color
Monochromatic Colors of #2C492E
Black with #2C492E
Text Example
Text Example
White with #2C492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C492E; }
p { color: rgb(44,73,46); }
H1.HeaderClassName
{
color: #2C492E;
}
.AnyTagClassName
{
color: #2C492E;
}
</style>
background-color css
<style>
a { background-color: #2C492E; }
a { background-color: rgb(44,73,46); }
div.DivClassName
{
background-color: #2C492E;
}
.BgClassName
{
background-color: #2C492E;
}
</style>
border-color css
<style>
span { border-color: #2C492E; }
span { border-color: rgb(44,73,46); }
td.TdClassName
{
border-color: #2C492E;
}
.TagClassName
{
border-color: #2C492E;
}
</style>