Shades of Timber Green #2C462F
Tints of Timber Green #2C462F
RGB
CMYK
RGB Variations
Color information
#2C462F (or 0x2C462F) is known color: Timber Green. HEX triplet: 2C, 46 and 2F. RGB value is (44,70,47). Sum of RGB (Red+Green+Blue) = 44+70+47=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #2C462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C462F is #D3B9D0. Grayscale: #3B3B3B. Windows color (decimal): -13875665 or 3098156. OLE color: 3098156.
HSL color Cylindrical-coordinate representation of color #2C462F: hue angle of 126.92º 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 #2C462F is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 70 | 47 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.73 |
| HSL | 126.92º | 0.23% | 0.22% | - |
| HSV(B) | 126.92º | 0.37% | 0.27% | - |
| XYZ | 3.74 | 5.12 | 3.48 | - |
| YUV | 59.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 70 | 47 | 0.37 | 0 | 0.33 | 0.73 | 126.92 | 0.23 | 0.22 |
| Hex | 2C | 46 | 2F | 25 | 0 | 21 | 49 | 7F | 17 | 16 |
| Octal | 54 | 106 | 57 | 45 | 0 | 41 | 111 | 177 | 27 | 26 |
| Binary | 101100 | 1000110 | 101111 | 100101 | 0 | 100001 | 1001001 | 1111111 | 10111 | 10110 |
Color Harmonies of #2C462F
Complementary color
Monochromatic Colors of #2C462F
Black with #2C462F
Text Example
Text Example
White with #2C462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C462F; }
p { color: rgb(44,70,47); }
H1.HeaderClassName
{
color: #2C462F;
}
.AnyTagClassName
{
color: #2C462F;
}
</style>
background-color css
<style>
a { background-color: #2C462F; }
a { background-color: rgb(44,70,47); }
div.DivClassName
{
background-color: #2C462F;
}
.BgClassName
{
background-color: #2C462F;
}
</style>
border-color css
<style>
span { border-color: #2C462F; }
span { border-color: rgb(44,70,47); }
td.TdClassName
{
border-color: #2C462F;
}
.TagClassName
{
border-color: #2C462F;
}
</style>