Shades of Myrtle #2A4E15
Tints of Myrtle #2A4E15
RGB
CMYK
RGB Variations
Color information
#2A4E15 (or 0x2A4E15) is known color: Myrtle. HEX triplet: 2A, 4E and 15. RGB value is (42,78,21). Sum of RGB (Red+Green+Blue) = 42+78+21=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E15 is #D5B1EA. Grayscale: #3C3C3C. Windows color (decimal): -14004715 or 1396266. OLE color: 1396266.
HSL color Cylindrical-coordinate representation of color #2A4E15: hue angle of 97.89º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A4E15 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 21 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.69 |
| HSL | 97.89º | 0.58% | 0.19% | - |
| HSV(B) | 97.89º | 0.73% | 0.31% | - |
| XYZ | 3.81 | 6 | 1.67 | - |
| YUV | 60.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 21 | 0.46 | 0 | 0.73 | 0.69 | 97.89 | 0.58 | 0.19 |
| Hex | 2A | 4E | 15 | 2E | 0 | 49 | 45 | 62 | 3A | 13 |
| Octal | 52 | 116 | 25 | 56 | 0 | 111 | 105 | 142 | 72 | 23 |
| Binary | 101010 | 1001110 | 10101 | 101110 | 0 | 1001001 | 1000101 | 1100010 | 111010 | 10011 |
Color Harmonies of #2A4E15
Complementary color
Monochromatic Colors of #2A4E15
Black with #2A4E15
Text Example
Text Example
White with #2A4E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E15; }
p { color: rgb(42,78,21); }
H1.HeaderClassName
{
color: #2A4E15;
}
.AnyTagClassName
{
color: #2A4E15;
}
</style>
background-color css
<style>
a { background-color: #2A4E15; }
a { background-color: rgb(42,78,21); }
div.DivClassName
{
background-color: #2A4E15;
}
.BgClassName
{
background-color: #2A4E15;
}
</style>
border-color css
<style>
span { border-color: #2A4E15; }
span { border-color: rgb(42,78,21); }
td.TdClassName
{
border-color: #2A4E15;
}
.TagClassName
{
border-color: #2A4E15;
}
</style>