Shades of Timber Green #2A4931
Tints of Timber Green #2A4931
RGB
CMYK
RGB Variations
Color information
#2A4931 (or 0x2A4931) is known color: Timber Green. HEX triplet: 2A, 49 and 31. RGB value is (42,73,49). Sum of RGB (Red+Green+Blue) = 42+73+49=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 73 - color contains mainly: green. Hex color #2A4931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4931 is #D5B6CE. Grayscale: #3D3D3D. Windows color (decimal): -14005967 or 3229994. OLE color: 3229994.
HSL color Cylindrical-coordinate representation of color #2A4931: hue angle of 133.55º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A4931 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 73 | 49 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.71 |
| HSL | 133.55º | 0.27% | 0.23% | - |
| HSV(B) | 133.55º | 0.42% | 0.29% | - |
| XYZ | 3.89 | 5.48 | 3.76 | - |
| YUV | 61 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 73 | 49 | 0.42 | 0 | 0.33 | 0.71 | 133.55 | 0.27 | 0.23 |
| Hex | 2A | 49 | 31 | 2A | 0 | 21 | 47 | 86 | 1B | 17 |
| Octal | 52 | 111 | 61 | 52 | 0 | 41 | 107 | 206 | 33 | 27 |
| Binary | 101010 | 1001001 | 110001 | 101010 | 0 | 100001 | 1000111 | 10000110 | 11011 | 10111 |
Color Harmonies of #2A4931
Complementary color
Monochromatic Colors of #2A4931
Black with #2A4931
Text Example
Text Example
White with #2A4931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4931; }
p { color: rgb(42,73,49); }
H1.HeaderClassName
{
color: #2A4931;
}
.AnyTagClassName
{
color: #2A4931;
}
</style>
background-color css
<style>
a { background-color: #2A4931; }
a { background-color: rgb(42,73,49); }
div.DivClassName
{
background-color: #2A4931;
}
.BgClassName
{
background-color: #2A4931;
}
</style>
border-color css
<style>
span { border-color: #2A4931; }
span { border-color: rgb(42,73,49); }
td.TdClassName
{
border-color: #2A4931;
}
.TagClassName
{
border-color: #2A4931;
}
</style>