Shades of Myrtle #2A5509
Tints of Myrtle #2A5509
RGB
CMYK
RGB Variations
Color information
#2A5509 (or 0x2A5509) is known color: Myrtle. HEX triplet: 2A, 55 and 09. RGB value is (42,85,9). Sum of RGB (Red+Green+Blue) = 42+85+9=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #2A5509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5509 is #D5AAF6. Grayscale: #3F3F3F. Windows color (decimal): -14002935 or 611626. OLE color: 611626.
HSL color Cylindrical-coordinate representation of color #2A5509: hue angle of 93.95º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2A5509 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 85 | 9 | - |
| CMYK | 0.51 | 0 | 0.89 | 0.67 |
| HSL | 93.95º | 0.81% | 0.18% | - |
| HSV(B) | 93.95º | 0.89% | 0.33% | - |
| XYZ | 4.25 | 7.01 | 1.39 | - |
| YUV | 63.48 | 97.25 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 9 | 0.51 | 0 | 0.89 | 0.67 | 93.95 | 0.81 | 0.18 |
| Hex | 2A | 55 | 9 | 33 | 0 | 59 | 43 | 5E | 51 | 12 |
| Octal | 52 | 125 | 11 | 63 | 0 | 131 | 103 | 136 | 121 | 22 |
| Binary | 101010 | 1010101 | 1001 | 110011 | 0 | 1011001 | 1000011 | 1011110 | 1010001 | 10010 |
Color Harmonies of #2A5509
Complementary color
Monochromatic Colors of #2A5509
Black with #2A5509
Text Example
Text Example
White with #2A5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5509; }
p { color: rgb(42,85,9); }
H1.HeaderClassName
{
color: #2A5509;
}
.AnyTagClassName
{
color: #2A5509;
}
</style>
background-color css
<style>
a { background-color: #2A5509; }
a { background-color: rgb(42,85,9); }
div.DivClassName
{
background-color: #2A5509;
}
.BgClassName
{
background-color: #2A5509;
}
</style>
border-color css
<style>
span { border-color: #2A5509; }
span { border-color: rgb(42,85,9); }
td.TdClassName
{
border-color: #2A5509;
}
.TagClassName
{
border-color: #2A5509;
}
</style>