Shades of Timber Green #2A482D
Tints of Timber Green #2A482D
RGB
CMYK
RGB Variations
Color information
#2A482D (or 0x2A482D) is known color: Timber Green. HEX triplet: 2A, 48 and 2D. RGB value is (42,72,45). Sum of RGB (Red+Green+Blue) = 42+72+45=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482D is #D5B7D2. Grayscale: #3C3C3C. Windows color (decimal): -14006227 or 2967594. OLE color: 2967594.
HSL color Cylindrical-coordinate representation of color #2A482D: hue angle of 126º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A482D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 45 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.72 |
| HSL | 126º | 0.26% | 0.22% | - |
| HSV(B) | 126º | 0.42% | 0.28% | - |
| XYZ | 3.75 | 5.32 | 3.31 | - |
| YUV | 59.95 | 119.56 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 45 | 0.42 | 0 | 0.38 | 0.72 | 126 | 0.26 | 0.22 |
| Hex | 2A | 48 | 2D | 2A | 0 | 26 | 48 | 7E | 1A | 16 |
| Octal | 52 | 110 | 55 | 52 | 0 | 46 | 110 | 176 | 32 | 26 |
| Binary | 101010 | 1001000 | 101101 | 101010 | 0 | 100110 | 1001000 | 1111110 | 11010 | 10110 |
Color Harmonies of #2A482D
Complementary color
Monochromatic Colors of #2A482D
Black with #2A482D
Text Example
Text Example
White with #2A482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A482D; }
p { color: rgb(42,72,45); }
H1.HeaderClassName
{
color: #2A482D;
}
.AnyTagClassName
{
color: #2A482D;
}
</style>
background-color css
<style>
a { background-color: #2A482D; }
a { background-color: rgb(42,72,45); }
div.DivClassName
{
background-color: #2A482D;
}
.BgClassName
{
background-color: #2A482D;
}
</style>
border-color css
<style>
span { border-color: #2A482D; }
span { border-color: rgb(42,72,45); }
td.TdClassName
{
border-color: #2A482D;
}
.TagClassName
{
border-color: #2A482D;
}
</style>