Shades of Myrtle #2A4D13
Tints of Myrtle #2A4D13
RGB
CMYK
RGB Variations
Color information
#2A4D13 (or 0x2A4D13) is known color: Myrtle. HEX triplet: 2A, 4D and 13. RGB value is (42,77,19). Sum of RGB (Red+Green+Blue) = 42+77+19=138 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.43% from 138); Green value is 77 (30.47% from 255 or 55.80% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 77 - color contains mainly: green. Hex color #2A4D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4D13 is #D5B2EC. Grayscale: #3C3C3C. Windows color (decimal): -14004973 or 1264938. OLE color: 1264938.
HSL color Cylindrical-coordinate representation of color #2A4D13: hue angle of 96.21º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A4D13 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 42 | 77 | 19 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.70 |
| HSL | 96.21º | 0.6% | 0.19% | - |
| HSV(B) | 96.21º | 0.75% | 0.3% | - |
| XYZ | 3.73 | 5.85 | 1.55 | - |
| YUV | 59.92 | 104.9 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 19 | 0.45 | 0 | 0.75 | 0.70 | 96.21 | 0.6 | 0.19 |
| Hex | 2A | 4D | 13 | 2D | 0 | 4B | 46 | 60 | 3C | 13 |
| Octal | 52 | 115 | 23 | 55 | 0 | 113 | 106 | 140 | 74 | 23 |
| Binary | 101010 | 1001101 | 10011 | 101101 | 0 | 1001011 | 1000110 | 1100000 | 111100 | 10011 |
Color Harmonies of #2A4D13
Complementary color
Monochromatic Colors of #2A4D13
Black with #2A4D13
Text Example
Text Example
White with #2A4D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D13; }
p { color: rgb(42,77,19); }
H1.HeaderClassName
{
color: #2A4D13;
}
.AnyTagClassName
{
color: #2A4D13;
}
</style>
background-color css
<style>
a { background-color: #2A4D13; }
a { background-color: rgb(42,77,19); }
div.DivClassName
{
background-color: #2A4D13;
}
.BgClassName
{
background-color: #2A4D13;
}
</style>
border-color css
<style>
span { border-color: #2A4D13; }
span { border-color: rgb(42,77,19); }
td.TdClassName
{
border-color: #2A4D13;
}
.TagClassName
{
border-color: #2A4D13;
}
</style>