Shades of Myrtle #2A5713
Tints of Myrtle #2A5713
RGB
CMYK
RGB Variations
Color information
#2A5713 (or 0x2A5713) is known color: Myrtle. HEX triplet: 2A, 57 and 13. RGB value is (42,87,19). Sum of RGB (Red+Green+Blue) = 42+87+19=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 87 (34.38% from 255 or 58.78% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 87 - color contains mainly: green. Hex color #2A5713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5713 is #D5A8EC. Grayscale: #424242. Windows color (decimal): -14002413 or 1267498. OLE color: 1267498.
HSL color Cylindrical-coordinate representation of color #2A5713: hue angle of 99.71º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A5713 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 87 | 19 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.66 |
| HSL | 99.71º | 0.64% | 0.21% | - |
| HSV(B) | 99.71º | 0.78% | 0.34% | - |
| XYZ | 4.48 | 7.36 | 1.8 | - |
| YUV | 65.79 | 101.59 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 19 | 0.52 | 0 | 0.78 | 0.66 | 99.71 | 0.64 | 0.21 |
| Hex | 2A | 57 | 13 | 34 | 0 | 4E | 42 | 64 | 40 | 15 |
| Octal | 52 | 127 | 23 | 64 | 0 | 116 | 102 | 144 | 100 | 25 |
| Binary | 101010 | 1010111 | 10011 | 110100 | 0 | 1001110 | 1000010 | 1100100 | 1000000 | 10101 |
Color Harmonies of #2A5713
Complementary color
Monochromatic Colors of #2A5713
Black with #2A5713
Text Example
Text Example
White with #2A5713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5713; }
p { color: rgb(42,87,19); }
H1.HeaderClassName
{
color: #2A5713;
}
.AnyTagClassName
{
color: #2A5713;
}
</style>
background-color css
<style>
a { background-color: #2A5713; }
a { background-color: rgb(42,87,19); }
div.DivClassName
{
background-color: #2A5713;
}
.BgClassName
{
background-color: #2A5713;
}
</style>
border-color css
<style>
span { border-color: #2A5713; }
span { border-color: rgb(42,87,19); }
td.TdClassName
{
border-color: #2A5713;
}
.TagClassName
{
border-color: #2A5713;
}
</style>