Shades of Timber Green #2C452D
Tints of Timber Green #2C452D
RGB
CMYK
RGB Variations
Color information
#2C452D (or 0x2C452D) is known color: Timber Green. HEX triplet: 2C, 45 and 2D. RGB value is (44,69,45). Sum of RGB (Red+Green+Blue) = 44+69+45=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 69 - color contains mainly: green. Hex color #2C452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C452D is #D3BAD2. Grayscale: #3A3A3A. Windows color (decimal): -13875923 or 2966828. OLE color: 2966828.
HSL color Cylindrical-coordinate representation of color #2C452D: hue angle of 122.4º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2C452D is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 44 | 69 | 45 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.73 |
| HSL | 122.4º | 0.22% | 0.22% | - |
| HSV(B) | 122.4º | 0.36% | 0.27% | - |
| XYZ | 3.64 | 4.98 | 3.25 | - |
| YUV | 58.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 45 | 0.36 | 0 | 0.35 | 0.73 | 122.4 | 0.22 | 0.22 |
| Hex | 2C | 45 | 2D | 24 | 0 | 23 | 49 | 7A | 16 | 16 |
| Octal | 54 | 105 | 55 | 44 | 0 | 43 | 111 | 172 | 26 | 26 |
| Binary | 101100 | 1000101 | 101101 | 100100 | 0 | 100011 | 1001001 | 1111010 | 10110 | 10110 |
Color Harmonies of #2C452D
Complementary color
Monochromatic Colors of #2C452D
Black with #2C452D
Text Example
Text Example
White with #2C452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C452D; }
p { color: rgb(44,69,45); }
H1.HeaderClassName
{
color: #2C452D;
}
.AnyTagClassName
{
color: #2C452D;
}
</style>
background-color css
<style>
a { background-color: #2C452D; }
a { background-color: rgb(44,69,45); }
div.DivClassName
{
background-color: #2C452D;
}
.BgClassName
{
background-color: #2C452D;
}
</style>
border-color css
<style>
span { border-color: #2C452D; }
span { border-color: rgb(44,69,45); }
td.TdClassName
{
border-color: #2C452D;
}
.TagClassName
{
border-color: #2C452D;
}
</style>