Shades of Myrtle #2A5816
Tints of Myrtle #2A5816
RGB
CMYK
RGB Variations
Color information
#2A5816 (or 0x2A5816) is known color: Myrtle. HEX triplet: 2A, 58 and 16. RGB value is (42,88,22). Sum of RGB (Red+Green+Blue) = 42+88+22=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 88 (34.77% from 255 or 57.89% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 88 - color contains mainly: green. Hex color #2A5816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5816 is #D5A7E9. Grayscale: #424242. Windows color (decimal): -14002154 or 1464362. OLE color: 1464362.
HSL color Cylindrical-coordinate representation of color #2A5816: hue angle of 101.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A5816 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 22 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.65 |
| HSL | 101.82º | 0.6% | 0.22% | - |
| HSV(B) | 101.82º | 0.75% | 0.35% | - |
| XYZ | 4.59 | 7.53 | 1.97 | - |
| YUV | 66.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 22 | 0.52 | 0 | 0.75 | 0.65 | 101.82 | 0.6 | 0.22 |
| Hex | 2A | 58 | 16 | 34 | 0 | 4B | 41 | 66 | 3C | 16 |
| Octal | 52 | 130 | 26 | 64 | 0 | 113 | 101 | 146 | 74 | 26 |
| Binary | 101010 | 1011000 | 10110 | 110100 | 0 | 1001011 | 1000001 | 1100110 | 111100 | 10110 |
Color Harmonies of #2A5816
Complementary color
Monochromatic Colors of #2A5816
Black with #2A5816
Text Example
Text Example
White with #2A5816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5816; }
p { color: rgb(42,88,22); }
H1.HeaderClassName
{
color: #2A5816;
}
.AnyTagClassName
{
color: #2A5816;
}
</style>
background-color css
<style>
a { background-color: #2A5816; }
a { background-color: rgb(42,88,22); }
div.DivClassName
{
background-color: #2A5816;
}
.BgClassName
{
background-color: #2A5816;
}
</style>
border-color css
<style>
span { border-color: #2A5816; }
span { border-color: rgb(42,88,22); }
td.TdClassName
{
border-color: #2A5816;
}
.TagClassName
{
border-color: #2A5816;
}
</style>