Shades of Timber Green #2C4631
Tints of Timber Green #2C4631
RGB
CMYK
RGB Variations
Color information
#2C4631 (or 0x2C4631) is known color: Timber Green. HEX triplet: 2C, 46 and 31. RGB value is (44,70,49). Sum of RGB (Red+Green+Blue) = 44+70+49=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #2C4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4631 is #D3B9CE. Grayscale: #3B3B3B. Windows color (decimal): -13875663 or 3229228. OLE color: 3229228.
HSL color Cylindrical-coordinate representation of color #2C4631: hue angle of 131.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C4631 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 49 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.73 |
| HSL | 131.54º | 0.23% | 0.22% | - |
| HSV(B) | 131.54º | 0.37% | 0.27% | - |
| XYZ | 3.78 | 5.14 | 3.7 | - |
| YUV | 59.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 49 | 0.37 | 0 | 0.30 | 0.73 | 131.54 | 0.23 | 0.22 |
| Hex | 2C | 46 | 31 | 25 | 0 | 1E | 49 | 84 | 17 | 16 |
| Octal | 54 | 106 | 61 | 45 | 0 | 36 | 111 | 204 | 27 | 26 |
| Binary | 101100 | 1000110 | 110001 | 100101 | 0 | 11110 | 1001001 | 10000100 | 10111 | 10110 |
Color Harmonies of #2C4631
Complementary color
Monochromatic Colors of #2C4631
Black with #2C4631
Text Example
Text Example
White with #2C4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4631; }
p { color: rgb(44,70,49); }
H1.HeaderClassName
{
color: #2C4631;
}
.AnyTagClassName
{
color: #2C4631;
}
</style>
background-color css
<style>
a { background-color: #2C4631; }
a { background-color: rgb(44,70,49); }
div.DivClassName
{
background-color: #2C4631;
}
.BgClassName
{
background-color: #2C4631;
}
</style>
border-color css
<style>
span { border-color: #2C4631; }
span { border-color: rgb(44,70,49); }
td.TdClassName
{
border-color: #2C4631;
}
.TagClassName
{
border-color: #2C4631;
}
</style>