Shades of Myrtle #2A4D19
Tints of Myrtle #2A4D19
RGB
CMYK
RGB Variations
Color information
#2A4D19 (or 0x2A4D19) is known color: Myrtle. HEX triplet: 2A, 4D and 19. RGB value is (42,77,25). Sum of RGB (Red+Green+Blue) = 42+77+25=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4D19 is #D5B2E6. Grayscale: #3C3C3C. Windows color (decimal): -14004967 or 1658154. OLE color: 1658154.
HSL color Cylindrical-coordinate representation of color #2A4D19: hue angle of 100.38º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A4D19 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 25 | - |
| CMYK | 0.45 | 0 | 0.68 | 0.70 |
| HSL | 100.38º | 0.51% | 0.2% | - |
| HSV(B) | 100.38º | 0.68% | 0.3% | - |
| XYZ | 3.78 | 5.87 | 1.85 | - |
| YUV | 60.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 25 | 0.45 | 0 | 0.68 | 0.70 | 100.38 | 0.51 | 0.2 |
| Hex | 2A | 4D | 19 | 2D | 0 | 44 | 46 | 64 | 33 | 14 |
| Octal | 52 | 115 | 31 | 55 | 0 | 104 | 106 | 144 | 63 | 24 |
| Binary | 101010 | 1001101 | 11001 | 101101 | 0 | 1000100 | 1000110 | 1100100 | 110011 | 10100 |
Color Harmonies of #2A4D19
Complementary color
Monochromatic Colors of #2A4D19
Black with #2A4D19
Text Example
Text Example
White with #2A4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D19; }
p { color: rgb(42,77,25); }
H1.HeaderClassName
{
color: #2A4D19;
}
.AnyTagClassName
{
color: #2A4D19;
}
</style>
background-color css
<style>
a { background-color: #2A4D19; }
a { background-color: rgb(42,77,25); }
div.DivClassName
{
background-color: #2A4D19;
}
.BgClassName
{
background-color: #2A4D19;
}
</style>
border-color css
<style>
span { border-color: #2A4D19; }
span { border-color: rgb(42,77,25); }
td.TdClassName
{
border-color: #2A4D19;
}
.TagClassName
{
border-color: #2A4D19;
}
</style>