Shades of Timber Green #2A4D2E
Tints of Timber Green #2A4D2E
RGB
CMYK
RGB Variations
Color information
#2A4D2E (or 0x2A4D2E) is known color: Timber Green. HEX triplet: 2A, 4D and 2E. RGB value is (42,77,46). Sum of RGB (Red+Green+Blue) = 42+77+46=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A4D2E is #D5B2D1. Grayscale: #3F3F3F. Windows color (decimal): -14004946 or 3034410. OLE color: 3034410.
HSL color Cylindrical-coordinate representation of color #2A4D2E: hue angle of 126.86º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A4D2E is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 46 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.70 |
| HSL | 126.86º | 0.29% | 0.23% | - |
| HSV(B) | 126.86º | 0.45% | 0.3% | - |
| XYZ | 4.1 | 6 | 3.53 | - |
| YUV | 63 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 46 | 0.45 | 0 | 0.40 | 0.70 | 126.86 | 0.29 | 0.23 |
| Hex | 2A | 4D | 2E | 2D | 0 | 28 | 46 | 7F | 1D | 17 |
| Octal | 52 | 115 | 56 | 55 | 0 | 50 | 106 | 177 | 35 | 27 |
| Binary | 101010 | 1001101 | 101110 | 101101 | 0 | 101000 | 1000110 | 1111111 | 11101 | 10111 |
Color Harmonies of #2A4D2E
Complementary color
Monochromatic Colors of #2A4D2E
Black with #2A4D2E
Text Example
Text Example
White with #2A4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D2E; }
p { color: rgb(42,77,46); }
H1.HeaderClassName
{
color: #2A4D2E;
}
.AnyTagClassName
{
color: #2A4D2E;
}
</style>
background-color css
<style>
a { background-color: #2A4D2E; }
a { background-color: rgb(42,77,46); }
div.DivClassName
{
background-color: #2A4D2E;
}
.BgClassName
{
background-color: #2A4D2E;
}
</style>
border-color css
<style>
span { border-color: #2A4D2E; }
span { border-color: rgb(42,77,46); }
td.TdClassName
{
border-color: #2A4D2E;
}
.TagClassName
{
border-color: #2A4D2E;
}
</style>