Shades of Timber Green #2A482F
Tints of Timber Green #2A482F
RGB
CMYK
RGB Variations
Color information
#2A482F (or 0x2A482F) is known color: Timber Green. HEX triplet: 2A, 48 and 2F. RGB value is (42,72,47). Sum of RGB (Red+Green+Blue) = 42+72+47=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 72 (28.52% from 255 or 44.72% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 72 - color contains mainly: green. Hex color #2A482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A482F is #D5B7D0. Grayscale: #3C3C3C. Windows color (decimal): -14006225 or 3098666. OLE color: 3098666.
HSL color Cylindrical-coordinate representation of color #2A482F: hue angle of 130º 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 #2A482F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 47 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.72 |
| HSL | 130º | 0.26% | 0.22% | - |
| HSV(B) | 130º | 0.42% | 0.28% | - |
| XYZ | 3.79 | 5.33 | 3.52 | - |
| YUV | 60.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 47 | 0.42 | 0 | 0.35 | 0.72 | 130 | 0.26 | 0.22 |
| Hex | 2A | 48 | 2F | 2A | 0 | 23 | 48 | 82 | 1A | 16 |
| Octal | 52 | 110 | 57 | 52 | 0 | 43 | 110 | 202 | 32 | 26 |
| Binary | 101010 | 1001000 | 101111 | 101010 | 0 | 100011 | 1001000 | 10000010 | 11010 | 10110 |
Color Harmonies of #2A482F
Complementary color
Monochromatic Colors of #2A482F
Black with #2A482F
Text Example
Text Example
White with #2A482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A482F; }
p { color: rgb(42,72,47); }
H1.HeaderClassName
{
color: #2A482F;
}
.AnyTagClassName
{
color: #2A482F;
}
</style>
background-color css
<style>
a { background-color: #2A482F; }
a { background-color: rgb(42,72,47); }
div.DivClassName
{
background-color: #2A482F;
}
.BgClassName
{
background-color: #2A482F;
}
</style>
border-color css
<style>
span { border-color: #2A482F; }
span { border-color: rgb(42,72,47); }
td.TdClassName
{
border-color: #2A482F;
}
.TagClassName
{
border-color: #2A482F;
}
</style>