Shades of Timber Green #2A462D
Tints of Timber Green #2A462D
RGB
CMYK
RGB Variations
Color information
#2A462D (or 0x2A462D) is known color: Timber Green. HEX triplet: 2A, 46 and 2D. RGB value is (42,70,45). Sum of RGB (Red+Green+Blue) = 42+70+45=157 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.75% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #2A462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A462D is #D5B9D2. Grayscale: #3A3A3A. Windows color (decimal): -14006739 or 2967082. OLE color: 2967082.
HSL color Cylindrical-coordinate representation of color #2A462D: hue angle of 126.43º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A462D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 45 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.73 |
| HSL | 126.43º | 0.25% | 0.22% | - |
| HSV(B) | 126.43º | 0.4% | 0.27% | - |
| XYZ | 3.62 | 5.06 | 3.27 | - |
| YUV | 58.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 45 | 0.40 | 0 | 0.36 | 0.73 | 126.43 | 0.25 | 0.22 |
| Hex | 2A | 46 | 2D | 28 | 0 | 24 | 49 | 7E | 19 | 16 |
| Octal | 52 | 106 | 55 | 50 | 0 | 44 | 111 | 176 | 31 | 26 |
| Binary | 101010 | 1000110 | 101101 | 101000 | 0 | 100100 | 1001001 | 1111110 | 11001 | 10110 |
Color Harmonies of #2A462D
Complementary color
Monochromatic Colors of #2A462D
Black with #2A462D
Text Example
Text Example
White with #2A462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A462D; }
p { color: rgb(42,70,45); }
H1.HeaderClassName
{
color: #2A462D;
}
.AnyTagClassName
{
color: #2A462D;
}
</style>
background-color css
<style>
a { background-color: #2A462D; }
a { background-color: rgb(42,70,45); }
div.DivClassName
{
background-color: #2A462D;
}
.BgClassName
{
background-color: #2A462D;
}
</style>
border-color css
<style>
span { border-color: #2A462D; }
span { border-color: rgb(42,70,45); }
td.TdClassName
{
border-color: #2A462D;
}
.TagClassName
{
border-color: #2A462D;
}
</style>