Shades of Myrtle #2A5015
Tints of Myrtle #2A5015
RGB
CMYK
RGB Variations
Color information
#2A5015 (or 0x2A5015) is known color: Myrtle. HEX triplet: 2A, 50 and 15. RGB value is (42,80,21). Sum of RGB (Red+Green+Blue) = 42+80+21=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5015 is #D5AFEA. Grayscale: #3E3E3E. Windows color (decimal): -14004203 or 1396778. OLE color: 1396778.
HSL color Cylindrical-coordinate representation of color #2A5015: hue angle of 98.64º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A5015 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 21 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.69 |
| HSL | 98.64º | 0.58% | 0.2% | - |
| HSV(B) | 98.64º | 0.74% | 0.31% | - |
| XYZ | 3.96 | 6.28 | 1.71 | - |
| YUV | 61.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 21 | 0.48 | 0 | 0.74 | 0.69 | 98.64 | 0.58 | 0.2 |
| Hex | 2A | 50 | 15 | 30 | 0 | 4A | 45 | 63 | 3A | 14 |
| Octal | 52 | 120 | 25 | 60 | 0 | 112 | 105 | 143 | 72 | 24 |
| Binary | 101010 | 1010000 | 10101 | 110000 | 0 | 1001010 | 1000101 | 1100011 | 111010 | 10100 |
Color Harmonies of #2A5015
Complementary color
Monochromatic Colors of #2A5015
Black with #2A5015
Text Example
Text Example
White with #2A5015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5015; }
p { color: rgb(42,80,21); }
H1.HeaderClassName
{
color: #2A5015;
}
.AnyTagClassName
{
color: #2A5015;
}
</style>
background-color css
<style>
a { background-color: #2A5015; }
a { background-color: rgb(42,80,21); }
div.DivClassName
{
background-color: #2A5015;
}
.BgClassName
{
background-color: #2A5015;
}
</style>
border-color css
<style>
span { border-color: #2A5015; }
span { border-color: rgb(42,80,21); }
td.TdClassName
{
border-color: #2A5015;
}
.TagClassName
{
border-color: #2A5015;
}
</style>