Shades of Myrtle #2A5416
Tints of Myrtle #2A5416
RGB
CMYK
RGB Variations
Color information
#2A5416 (or 0x2A5416) is known color: Myrtle. HEX triplet: 2A, 54 and 16. RGB value is (42,84,22). Sum of RGB (Red+Green+Blue) = 42+84+22=148 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.38% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #2A5416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5416 is #D5ABE9. Grayscale: #404040. Windows color (decimal): -14003178 or 1463338. OLE color: 1463338.
HSL color Cylindrical-coordinate representation of color #2A5416: hue angle of 100.65º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A5416 is Cyan = 0.5, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 22 | - |
| CMYK | 0.5 | 0 | 0.74 | 0.67 |
| HSL | 100.65º | 0.58% | 0.21% | - |
| HSV(B) | 100.65º | 0.74% | 0.33% | - |
| XYZ | 4.27 | 6.89 | 1.86 | - |
| YUV | 64.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 22 | 0.5 | 0 | 0.74 | 0.67 | 100.65 | 0.58 | 0.21 |
| Hex | 2A | 54 | 16 | 32 | 0 | 4A | 43 | 65 | 3A | 15 |
| Octal | 52 | 124 | 26 | 62 | 0 | 112 | 103 | 145 | 72 | 25 |
| Binary | 101010 | 1010100 | 10110 | 110010 | 0 | 1001010 | 1000011 | 1100101 | 111010 | 10101 |
Color Harmonies of #2A5416
Complementary color
Monochromatic Colors of #2A5416
Black with #2A5416
Text Example
Text Example
White with #2A5416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5416; }
p { color: rgb(42,84,22); }
H1.HeaderClassName
{
color: #2A5416;
}
.AnyTagClassName
{
color: #2A5416;
}
</style>
background-color css
<style>
a { background-color: #2A5416; }
a { background-color: rgb(42,84,22); }
div.DivClassName
{
background-color: #2A5416;
}
.BgClassName
{
background-color: #2A5416;
}
</style>
border-color css
<style>
span { border-color: #2A5416; }
span { border-color: rgb(42,84,22); }
td.TdClassName
{
border-color: #2A5416;
}
.TagClassName
{
border-color: #2A5416;
}
</style>