Shades of Myrtle #2A5514
Tints of Myrtle #2A5514
RGB
CMYK
RGB Variations
Color information
#2A5514 (or 0x2A5514) is known color: Myrtle. HEX triplet: 2A, 55 and 14. RGB value is (42,85,20). Sum of RGB (Red+Green+Blue) = 42+85+20=147 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.57% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5514 is #D5AAEB. Grayscale: #404040. Windows color (decimal): -14002924 or 1332522. OLE color: 1332522.
HSL color Cylindrical-coordinate representation of color #2A5514: hue angle of 99.69º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A5514 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 20 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.67 |
| HSL | 99.69º | 0.62% | 0.21% | - |
| HSV(B) | 99.69º | 0.76% | 0.33% | - |
| XYZ | 4.33 | 7.04 | 1.79 | - |
| YUV | 64.73 | 102.75 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 20 | 0.51 | 0 | 0.76 | 0.67 | 99.69 | 0.62 | 0.21 |
| Hex | 2A | 55 | 14 | 33 | 0 | 4C | 43 | 64 | 3E | 15 |
| Octal | 52 | 125 | 24 | 63 | 0 | 114 | 103 | 144 | 76 | 25 |
| Binary | 101010 | 1010101 | 10100 | 110011 | 0 | 1001100 | 1000011 | 1100100 | 111110 | 10101 |
Color Harmonies of #2A5514
Complementary color
Monochromatic Colors of #2A5514
Black with #2A5514
Text Example
Text Example
White with #2A5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5514; }
p { color: rgb(42,85,20); }
H1.HeaderClassName
{
color: #2A5514;
}
.AnyTagClassName
{
color: #2A5514;
}
</style>
background-color css
<style>
a { background-color: #2A5514; }
a { background-color: rgb(42,85,20); }
div.DivClassName
{
background-color: #2A5514;
}
.BgClassName
{
background-color: #2A5514;
}
</style>
border-color css
<style>
span { border-color: #2A5514; }
span { border-color: rgb(42,85,20); }
td.TdClassName
{
border-color: #2A5514;
}
.TagClassName
{
border-color: #2A5514;
}
</style>