Shades of Timber Green #2A4834
Tints of Timber Green #2A4834
RGB
CMYK
RGB Variations
Color information
#2A4834 (or 0x2A4834) is known color: Timber Green. HEX triplet: 2A, 48 and 34. RGB value is (42,72,52). Sum of RGB (Red+Green+Blue) = 42+72+52=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #2A4834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4834 is #D5B7CB. Grayscale: #3C3C3C. Windows color (decimal): -14006220 or 3426346. OLE color: 3426346.
HSL color Cylindrical-coordinate representation of color #2A4834: hue angle of 140º 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 #2A4834 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 72 | 52 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.72 |
| HSL | 140º | 0.26% | 0.22% | - |
| HSV(B) | 140º | 0.42% | 0.28% | - |
| XYZ | 3.89 | 5.37 | 4.08 | - |
| YUV | 60.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 72 | 52 | 0.42 | 0 | 0.28 | 0.72 | 140 | 0.26 | 0.22 |
| Hex | 2A | 48 | 34 | 2A | 0 | 1C | 48 | 8C | 1A | 16 |
| Octal | 52 | 110 | 64 | 52 | 0 | 34 | 110 | 214 | 32 | 26 |
| Binary | 101010 | 1001000 | 110100 | 101010 | 0 | 11100 | 1001000 | 10001100 | 11010 | 10110 |
Color Harmonies of #2A4834
Complementary color
Monochromatic Colors of #2A4834
Black with #2A4834
Text Example
Text Example
White with #2A4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4834; }
p { color: rgb(42,72,52); }
H1.HeaderClassName
{
color: #2A4834;
}
.AnyTagClassName
{
color: #2A4834;
}
</style>
background-color css
<style>
a { background-color: #2A4834; }
a { background-color: rgb(42,72,52); }
div.DivClassName
{
background-color: #2A4834;
}
.BgClassName
{
background-color: #2A4834;
}
</style>
border-color css
<style>
span { border-color: #2A4834; }
span { border-color: rgb(42,72,52); }
td.TdClassName
{
border-color: #2A4834;
}
.TagClassName
{
border-color: #2A4834;
}
</style>