Shades of Myrtle #2A580A
Tints of Myrtle #2A580A
RGB
CMYK
RGB Variations
Color information
#2A580A (or 0x2A580A) is known color: Myrtle. HEX triplet: 2A, 58 and 0A. RGB value is (42,88,10). Sum of RGB (Red+Green+Blue) = 42+88+10=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 88 (34.77% from 255 or 62.86% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 88 - color contains mainly: green. Hex color #2A580A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A580A is #D5A7F5. Grayscale: #414141. Windows color (decimal): -14002166 or 677930. OLE color: 677930.
HSL color Cylindrical-coordinate representation of color #2A580A: hue angle of 95.38º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A580A is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 88 | 10 | - |
| CMYK | 0.52 | 0 | 0.89 | 0.65 |
| HSL | 95.38º | 0.8% | 0.19% | - |
| HSV(B) | 95.38º | 0.89% | 0.35% | - |
| XYZ | 4.5 | 7.49 | 1.5 | - |
| YUV | 65.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 10 | 0.52 | 0 | 0.89 | 0.65 | 95.38 | 0.8 | 0.19 |
| Hex | 2A | 58 | A | 34 | 0 | 59 | 41 | 5F | 50 | 13 |
| Octal | 52 | 130 | 12 | 64 | 0 | 131 | 101 | 137 | 120 | 23 |
| Binary | 101010 | 1011000 | 1010 | 110100 | 0 | 1011001 | 1000001 | 1011111 | 1010000 | 10011 |
Color Harmonies of #2A580A
Complementary color
Monochromatic Colors of #2A580A
Black with #2A580A
Text Example
Text Example
White with #2A580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A580A; }
p { color: rgb(42,88,10); }
H1.HeaderClassName
{
color: #2A580A;
}
.AnyTagClassName
{
color: #2A580A;
}
</style>
background-color css
<style>
a { background-color: #2A580A; }
a { background-color: rgb(42,88,10); }
div.DivClassName
{
background-color: #2A580A;
}
.BgClassName
{
background-color: #2A580A;
}
</style>
border-color css
<style>
span { border-color: #2A580A; }
span { border-color: rgb(42,88,10); }
td.TdClassName
{
border-color: #2A580A;
}
.TagClassName
{
border-color: #2A580A;
}
</style>