Shades of Myrtle #2A5614
Tints of Myrtle #2A5614
RGB
CMYK
RGB Variations
Color information
#2A5614 (or 0x2A5614) is known color: Myrtle. HEX triplet: 2A, 56 and 14. RGB value is (42,86,20). Sum of RGB (Red+Green+Blue) = 42+86+20=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #2A5614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5614 is #D5A9EB. Grayscale: #414141. Windows color (decimal): -14002668 or 1332778. OLE color: 1332778.
HSL color Cylindrical-coordinate representation of color #2A5614: hue angle of 100º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A5614 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 86 | 20 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.66 |
| HSL | 100º | 0.62% | 0.21% | - |
| HSV(B) | 100º | 0.77% | 0.34% | - |
| XYZ | 4.41 | 7.2 | 1.82 | - |
| YUV | 65.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 86 | 20 | 0.51 | 0 | 0.77 | 0.66 | 100 | 0.62 | 0.21 |
| Hex | 2A | 56 | 14 | 33 | 0 | 4D | 42 | 64 | 3E | 15 |
| Octal | 52 | 126 | 24 | 63 | 0 | 115 | 102 | 144 | 76 | 25 |
| Binary | 101010 | 1010110 | 10100 | 110011 | 0 | 1001101 | 1000010 | 1100100 | 111110 | 10101 |
Color Harmonies of #2A5614
Complementary color
Monochromatic Colors of #2A5614
Black with #2A5614
Text Example
Text Example
White with #2A5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5614; }
p { color: rgb(42,86,20); }
H1.HeaderClassName
{
color: #2A5614;
}
.AnyTagClassName
{
color: #2A5614;
}
</style>
background-color css
<style>
a { background-color: #2A5614; }
a { background-color: rgb(42,86,20); }
div.DivClassName
{
background-color: #2A5614;
}
.BgClassName
{
background-color: #2A5614;
}
</style>
border-color css
<style>
span { border-color: #2A5614; }
span { border-color: rgb(42,86,20); }
td.TdClassName
{
border-color: #2A5614;
}
.TagClassName
{
border-color: #2A5614;
}
</style>