Shades of Myrtle #2A5914
Tints of Myrtle #2A5914
RGB
CMYK
RGB Variations
Color information
#2A5914 (or 0x2A5914) is known color: Myrtle. HEX triplet: 2A, 59 and 14. RGB value is (42,89,20). Sum of RGB (Red+Green+Blue) = 42+89+20=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5914 is #D5A6EB. Grayscale: #434343. Windows color (decimal): -14001900 or 1333546. OLE color: 1333546.
HSL color Cylindrical-coordinate representation of color #2A5914: hue angle of 100.87º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5914 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 20 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.65 |
| HSL | 100.87º | 0.63% | 0.21% | - |
| HSV(B) | 100.87º | 0.78% | 0.35% | - |
| XYZ | 4.65 | 7.69 | 1.9 | - |
| YUV | 67.08 | 101.43 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 20 | 0.53 | 0 | 0.78 | 0.65 | 100.87 | 0.63 | 0.21 |
| Hex | 2A | 59 | 14 | 35 | 0 | 4E | 41 | 65 | 3F | 15 |
| Octal | 52 | 131 | 24 | 65 | 0 | 116 | 101 | 145 | 77 | 25 |
| Binary | 101010 | 1011001 | 10100 | 110101 | 0 | 1001110 | 1000001 | 1100101 | 111111 | 10101 |
Color Harmonies of #2A5914
Complementary color
Monochromatic Colors of #2A5914
Black with #2A5914
Text Example
Text Example
White with #2A5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5914; }
p { color: rgb(42,89,20); }
H1.HeaderClassName
{
color: #2A5914;
}
.AnyTagClassName
{
color: #2A5914;
}
</style>
background-color css
<style>
a { background-color: #2A5914; }
a { background-color: rgb(42,89,20); }
div.DivClassName
{
background-color: #2A5914;
}
.BgClassName
{
background-color: #2A5914;
}
</style>
border-color css
<style>
span { border-color: #2A5914; }
span { border-color: rgb(42,89,20); }
td.TdClassName
{
border-color: #2A5914;
}
.TagClassName
{
border-color: #2A5914;
}
</style>