Shades of Myrtle #2A580E
Tints of Myrtle #2A580E
RGB
CMYK
RGB Variations
Color information
#2A580E (or 0x2A580E) is known color: Myrtle. HEX triplet: 2A, 58 and 0E. RGB value is (42,88,14). Sum of RGB (Red+Green+Blue) = 42+88+14=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #2A580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A580E is #D5A7F1. Grayscale: #424242. Windows color (decimal): -14002162 or 940074. OLE color: 940074.
HSL color Cylindrical-coordinate representation of color #2A580E: hue angle of 97.3º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A580E is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 14 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.65 |
| HSL | 97.3º | 0.73% | 0.2% | - |
| HSV(B) | 97.3º | 0.84% | 0.35% | - |
| XYZ | 4.52 | 7.5 | 1.63 | - |
| YUV | 65.81 | 98.76 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 14 | 0.52 | 0 | 0.84 | 0.65 | 97.3 | 0.73 | 0.2 |
| Hex | 2A | 58 | E | 34 | 0 | 54 | 41 | 61 | 49 | 14 |
| Octal | 52 | 130 | 16 | 64 | 0 | 124 | 101 | 141 | 111 | 24 |
| Binary | 101010 | 1011000 | 1110 | 110100 | 0 | 1010100 | 1000001 | 1100001 | 1001001 | 10100 |
Color Harmonies of #2A580E
Complementary color
Monochromatic Colors of #2A580E
Black with #2A580E
Text Example
Text Example
White with #2A580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A580E; }
p { color: rgb(42,88,14); }
H1.HeaderClassName
{
color: #2A580E;
}
.AnyTagClassName
{
color: #2A580E;
}
</style>
background-color css
<style>
a { background-color: #2A580E; }
a { background-color: rgb(42,88,14); }
div.DivClassName
{
background-color: #2A580E;
}
.BgClassName
{
background-color: #2A580E;
}
</style>
border-color css
<style>
span { border-color: #2A580E; }
span { border-color: rgb(42,88,14); }
td.TdClassName
{
border-color: #2A580E;
}
.TagClassName
{
border-color: #2A580E;
}
</style>