Shades of Timber Green #2A472F
Tints of Timber Green #2A472F
RGB
CMYK
RGB Variations
Color information
#2A472F (or 0x2A472F) is known color: Timber Green. HEX triplet: 2A, 47 and 2F. RGB value is (42,71,47). Sum of RGB (Red+Green+Blue) = 42+71+47=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 71 (28.12% from 255 or 44.38% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 71 - color contains mainly: green. Hex color #2A472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A472F is #D5B8D0. Grayscale: #3B3B3B. Windows color (decimal): -14006481 or 3098410. OLE color: 3098410.
HSL color Cylindrical-coordinate representation of color #2A472F: hue angle of 130.34º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2A472F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 42 | 71 | 47 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.72 |
| HSL | 130.34º | 0.26% | 0.22% | - |
| HSV(B) | 130.34º | 0.41% | 0.28% | - |
| XYZ | 3.72 | 5.2 | 3.5 | - |
| YUV | 59.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 71 | 47 | 0.41 | 0 | 0.34 | 0.72 | 130.34 | 0.26 | 0.22 |
| Hex | 2A | 47 | 2F | 29 | 0 | 22 | 48 | 82 | 1A | 16 |
| Octal | 52 | 107 | 57 | 51 | 0 | 42 | 110 | 202 | 32 | 26 |
| Binary | 101010 | 1000111 | 101111 | 101001 | 0 | 100010 | 1001000 | 10000010 | 11010 | 10110 |
Color Harmonies of #2A472F
Complementary color
Monochromatic Colors of #2A472F
Black with #2A472F
Text Example
Text Example
White with #2A472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A472F; }
p { color: rgb(42,71,47); }
H1.HeaderClassName
{
color: #2A472F;
}
.AnyTagClassName
{
color: #2A472F;
}
</style>
background-color css
<style>
a { background-color: #2A472F; }
a { background-color: rgb(42,71,47); }
div.DivClassName
{
background-color: #2A472F;
}
.BgClassName
{
background-color: #2A472F;
}
</style>
border-color css
<style>
span { border-color: #2A472F; }
span { border-color: rgb(42,71,47); }
td.TdClassName
{
border-color: #2A472F;
}
.TagClassName
{
border-color: #2A472F;
}
</style>