Shades of Timber Green #2C462E
Tints of Timber Green #2C462E
RGB
CMYK
RGB Variations
Color information
#2C462E (or 0x2C462E) is known color: Timber Green. HEX triplet: 2C, 46 and 2E. RGB value is (44,70,46). Sum of RGB (Red+Green+Blue) = 44+70+46=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 70 - color contains mainly: green. Hex color #2C462E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C462E is #D3B9D1. Grayscale: #3B3B3B. Windows color (decimal): -13875666 or 3032620. OLE color: 3032620.
HSL color Cylindrical-coordinate representation of color #2C462E: hue angle of 124.62º 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 #2C462E is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 46 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.73 |
| HSL | 124.62º | 0.23% | 0.22% | - |
| HSV(B) | 124.62º | 0.37% | 0.27% | - |
| XYZ | 3.72 | 5.11 | 3.38 | - |
| YUV | 59.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 46 | 0.37 | 0 | 0.34 | 0.73 | 124.62 | 0.23 | 0.22 |
| Hex | 2C | 46 | 2E | 25 | 0 | 22 | 49 | 7D | 17 | 16 |
| Octal | 54 | 106 | 56 | 45 | 0 | 42 | 111 | 175 | 27 | 26 |
| Binary | 101100 | 1000110 | 101110 | 100101 | 0 | 100010 | 1001001 | 1111101 | 10111 | 10110 |
Color Harmonies of #2C462E
Complementary color
Monochromatic Colors of #2C462E
Black with #2C462E
Text Example
Text Example
White with #2C462E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C462E; }
p { color: rgb(44,70,46); }
H1.HeaderClassName
{
color: #2C462E;
}
.AnyTagClassName
{
color: #2C462E;
}
</style>
background-color css
<style>
a { background-color: #2C462E; }
a { background-color: rgb(44,70,46); }
div.DivClassName
{
background-color: #2C462E;
}
.BgClassName
{
background-color: #2C462E;
}
</style>
border-color css
<style>
span { border-color: #2C462E; }
span { border-color: rgb(44,70,46); }
td.TdClassName
{
border-color: #2C462E;
}
.TagClassName
{
border-color: #2C462E;
}
</style>