Shades of Myrtle #2A5515
Tints of Myrtle #2A5515
RGB
CMYK
RGB Variations
Color information
#2A5515 (or 0x2A5515) is known color: Myrtle. HEX triplet: 2A, 55 and 15. RGB value is (42,85,21). Sum of RGB (Red+Green+Blue) = 42+85+21=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5515 is #D5AAEA. Grayscale: #414141. Windows color (decimal): -14002923 or 1398058. OLE color: 1398058.
HSL color Cylindrical-coordinate representation of color #2A5515: hue angle of 100.31º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A5515 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 21 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.67 |
| HSL | 100.31º | 0.6% | 0.21% | - |
| HSV(B) | 100.31º | 0.75% | 0.33% | - |
| XYZ | 4.34 | 7.04 | 1.84 | - |
| YUV | 64.85 | 103.25 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 21 | 0.51 | 0 | 0.75 | 0.67 | 100.31 | 0.6 | 0.21 |
| Hex | 2A | 55 | 15 | 33 | 0 | 4B | 43 | 64 | 3C | 15 |
| Octal | 52 | 125 | 25 | 63 | 0 | 113 | 103 | 144 | 74 | 25 |
| Binary | 101010 | 1010101 | 10101 | 110011 | 0 | 1001011 | 1000011 | 1100100 | 111100 | 10101 |
Color Harmonies of #2A5515
Complementary color
Monochromatic Colors of #2A5515
Black with #2A5515
Text Example
Text Example
White with #2A5515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5515; }
p { color: rgb(42,85,21); }
H1.HeaderClassName
{
color: #2A5515;
}
.AnyTagClassName
{
color: #2A5515;
}
</style>
background-color css
<style>
a { background-color: #2A5515; }
a { background-color: rgb(42,85,21); }
div.DivClassName
{
background-color: #2A5515;
}
.BgClassName
{
background-color: #2A5515;
}
</style>
border-color css
<style>
span { border-color: #2A5515; }
span { border-color: rgb(42,85,21); }
td.TdClassName
{
border-color: #2A5515;
}
.TagClassName
{
border-color: #2A5515;
}
</style>