Shades of Myrtle #2A4E13
Tints of Myrtle #2A4E13
RGB
CMYK
RGB Variations
Color information
#2A4E13 (or 0x2A4E13) is known color: Myrtle. HEX triplet: 2A, 4E and 13. RGB value is (42,78,19). Sum of RGB (Red+Green+Blue) = 42+78+19=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #2A4E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A4E13 is #D5B1EC. Grayscale: #3C3C3C. Windows color (decimal): -14004717 or 1265194. OLE color: 1265194.
HSL color Cylindrical-coordinate representation of color #2A4E13: hue angle of 96.61º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A4E13 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 78 | 19 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.69 |
| HSL | 96.61º | 0.61% | 0.19% | - |
| HSV(B) | 96.61º | 0.76% | 0.31% | - |
| XYZ | 3.8 | 5.99 | 1.57 | - |
| YUV | 60.51 | 104.57 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 78 | 19 | 0.46 | 0 | 0.76 | 0.69 | 96.61 | 0.61 | 0.19 |
| Hex | 2A | 4E | 13 | 2E | 0 | 4C | 45 | 61 | 3D | 13 |
| Octal | 52 | 116 | 23 | 56 | 0 | 114 | 105 | 141 | 75 | 23 |
| Binary | 101010 | 1001110 | 10011 | 101110 | 0 | 1001100 | 1000101 | 1100001 | 111101 | 10011 |
Color Harmonies of #2A4E13
Complementary color
Monochromatic Colors of #2A4E13
Black with #2A4E13
Text Example
Text Example
White with #2A4E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4E13; }
p { color: rgb(42,78,19); }
H1.HeaderClassName
{
color: #2A4E13;
}
.AnyTagClassName
{
color: #2A4E13;
}
</style>
background-color css
<style>
a { background-color: #2A4E13; }
a { background-color: rgb(42,78,19); }
div.DivClassName
{
background-color: #2A4E13;
}
.BgClassName
{
background-color: #2A4E13;
}
</style>
border-color css
<style>
span { border-color: #2A4E13; }
span { border-color: rgb(42,78,19); }
td.TdClassName
{
border-color: #2A4E13;
}
.TagClassName
{
border-color: #2A4E13;
}
</style>