Shades of Myrtle #2A5924
Tints of Myrtle #2A5924
RGB
CMYK
RGB Variations
Color information
#2A5924 (or 0x2A5924) is known color: Myrtle. HEX triplet: 2A, 59 and 24. RGB value is (42,89,36). Sum of RGB (Red+Green+Blue) = 42+89+36=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #2A5924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5924 is #D5A6DB. Grayscale: #454545. Windows color (decimal): -14001884 or 2382122. OLE color: 2382122.
HSL color Cylindrical-coordinate representation of color #2A5924: hue angle of 113.21º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5924 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 36 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.65 |
| HSL | 113.21º | 0.42% | 0.25% | - |
| HSV(B) | 113.21º | 0.6% | 0.35% | - |
| XYZ | 4.85 | 7.76 | 2.91 | - |
| YUV | 68.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 36 | 0.53 | 0 | 0.60 | 0.65 | 113.21 | 0.42 | 0.25 |
| Hex | 2A | 59 | 24 | 35 | 0 | 3C | 41 | 71 | 2A | 19 |
| Octal | 52 | 131 | 44 | 65 | 0 | 74 | 101 | 161 | 52 | 31 |
| Binary | 101010 | 1011001 | 100100 | 110101 | 0 | 111100 | 1000001 | 1110001 | 101010 | 11001 |
Color Harmonies of #2A5924
Complementary color
Monochromatic Colors of #2A5924
Black with #2A5924
Text Example
Text Example
White with #2A5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5924; }
p { color: rgb(42,89,36); }
H1.HeaderClassName
{
color: #2A5924;
}
.AnyTagClassName
{
color: #2A5924;
}
</style>
background-color css
<style>
a { background-color: #2A5924; }
a { background-color: rgb(42,89,36); }
div.DivClassName
{
background-color: #2A5924;
}
.BgClassName
{
background-color: #2A5924;
}
</style>
border-color css
<style>
span { border-color: #2A5924; }
span { border-color: rgb(42,89,36); }
td.TdClassName
{
border-color: #2A5924;
}
.TagClassName
{
border-color: #2A5924;
}
</style>