Shades of Timber Green #2C482D
Tints of Timber Green #2C482D
RGB
CMYK
RGB Variations
Color information
#2C482D (or 0x2C482D) is known color: Timber Green. HEX triplet: 2C, 48 and 2D. RGB value is (44,72,45). Sum of RGB (Red+Green+Blue) = 44+72+45=161 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.33% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2C482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C482D is #D3B7D2. Grayscale: #3C3C3C. Windows color (decimal): -13875155 or 2967596. OLE color: 2967596.
HSL color Cylindrical-coordinate representation of color #2C482D: hue angle of 122.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2C482D is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 44 | 72 | 45 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.72 |
| HSL | 122.14º | 0.24% | 0.23% | - |
| HSV(B) | 122.14º | 0.39% | 0.28% | - |
| XYZ | 3.83 | 5.36 | 3.32 | - |
| YUV | 60.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 72 | 45 | 0.39 | 0 | 0.38 | 0.72 | 122.14 | 0.24 | 0.23 |
| Hex | 2C | 48 | 2D | 27 | 0 | 26 | 48 | 7A | 18 | 17 |
| Octal | 54 | 110 | 55 | 47 | 0 | 46 | 110 | 172 | 30 | 27 |
| Binary | 101100 | 1001000 | 101101 | 100111 | 0 | 100110 | 1001000 | 1111010 | 11000 | 10111 |
Color Harmonies of #2C482D
Complementary color
Monochromatic Colors of #2C482D
Black with #2C482D
Text Example
Text Example
White with #2C482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C482D; }
p { color: rgb(44,72,45); }
H1.HeaderClassName
{
color: #2C482D;
}
.AnyTagClassName
{
color: #2C482D;
}
</style>
background-color css
<style>
a { background-color: #2C482D; }
a { background-color: rgb(44,72,45); }
div.DivClassName
{
background-color: #2C482D;
}
.BgClassName
{
background-color: #2C482D;
}
</style>
border-color css
<style>
span { border-color: #2C482D; }
span { border-color: rgb(44,72,45); }
td.TdClassName
{
border-color: #2C482D;
}
.TagClassName
{
border-color: #2C482D;
}
</style>