Shades of Timber Green #2A412D
Tints of Timber Green #2A412D
RGB
CMYK
RGB Variations
Color information
#2A412D (or 0x2A412D) is known color: Timber Green. HEX triplet: 2A, 41 and 2D. RGB value is (42,65,45). Sum of RGB (Red+Green+Blue) = 42+65+45=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #2A412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A412D is #D5BED2. Grayscale: #373737. Windows color (decimal): -14008019 or 2965802. OLE color: 2965802.
HSL color Cylindrical-coordinate representation of color #2A412D: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A412D is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 45 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.75 |
| HSL | 127.83º | 0.21% | 0.21% | - |
| HSV(B) | 127.83º | 0.35% | 0.25% | - |
| XYZ | 3.32 | 4.46 | 3.17 | - |
| YUV | 55.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 45 | 0.35 | 0 | 0.31 | 0.75 | 127.83 | 0.21 | 0.21 |
| Hex | 2A | 41 | 2D | 23 | 0 | 1F | 4B | 80 | 15 | 15 |
| Octal | 52 | 101 | 55 | 43 | 0 | 37 | 113 | 200 | 25 | 25 |
| Binary | 101010 | 1000001 | 101101 | 100011 | 0 | 11111 | 1001011 | 10000000 | 10101 | 10101 |
Color Harmonies of #2A412D
Complementary color
Monochromatic Colors of #2A412D
Black with #2A412D
Text Example
Text Example
White with #2A412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A412D; }
p { color: rgb(42,65,45); }
H1.HeaderClassName
{
color: #2A412D;
}
.AnyTagClassName
{
color: #2A412D;
}
</style>
background-color css
<style>
a { background-color: #2A412D; }
a { background-color: rgb(42,65,45); }
div.DivClassName
{
background-color: #2A412D;
}
.BgClassName
{
background-color: #2A412D;
}
</style>
border-color css
<style>
span { border-color: #2A412D; }
span { border-color: rgb(42,65,45); }
td.TdClassName
{
border-color: #2A412D;
}
.TagClassName
{
border-color: #2A412D;
}
</style>