Shades of Myrtle #2A5014
Tints of Myrtle #2A5014
RGB
CMYK
RGB Variations
Color information
#2A5014 (or 0x2A5014) is known color: Myrtle. HEX triplet: 2A, 50 and 14. RGB value is (42,80,20). Sum of RGB (Red+Green+Blue) = 42+80+20=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5014 is #D5AFEB. Grayscale: #3E3E3E. Windows color (decimal): -14004204 or 1331242. OLE color: 1331242.
HSL color Cylindrical-coordinate representation of color #2A5014: hue angle of 98º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A5014 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 80 | 20 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.69 |
| HSL | 98º | 0.6% | 0.2% | - |
| HSV(B) | 98º | 0.75% | 0.31% | - |
| XYZ | 3.95 | 6.28 | 1.67 | - |
| YUV | 61.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 20 | 0.48 | 0 | 0.75 | 0.69 | 98 | 0.6 | 0.2 |
| Hex | 2A | 50 | 14 | 30 | 0 | 4B | 45 | 62 | 3C | 14 |
| Octal | 52 | 120 | 24 | 60 | 0 | 113 | 105 | 142 | 74 | 24 |
| Binary | 101010 | 1010000 | 10100 | 110000 | 0 | 1001011 | 1000101 | 1100010 | 111100 | 10100 |
Color Harmonies of #2A5014
Complementary color
Monochromatic Colors of #2A5014
Black with #2A5014
Text Example
Text Example
White with #2A5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5014; }
p { color: rgb(42,80,20); }
H1.HeaderClassName
{
color: #2A5014;
}
.AnyTagClassName
{
color: #2A5014;
}
</style>
background-color css
<style>
a { background-color: #2A5014; }
a { background-color: rgb(42,80,20); }
div.DivClassName
{
background-color: #2A5014;
}
.BgClassName
{
background-color: #2A5014;
}
</style>
border-color css
<style>
span { border-color: #2A5014; }
span { border-color: rgb(42,80,20); }
td.TdClassName
{
border-color: #2A5014;
}
.TagClassName
{
border-color: #2A5014;
}
</style>