Shades of Myrtle #2A590F
Tints of Myrtle #2A590F
RGB
CMYK
RGB Variations
Color information
#2A590F (or 0x2A590F) is known color: Myrtle. HEX triplet: 2A, 59 and 0F. RGB value is (42,89,15). Sum of RGB (Red+Green+Blue) = 42+89+15=146 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.77% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #2A590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A590F is #D5A6F0. Grayscale: #424242. Windows color (decimal): -14001905 or 1005866. OLE color: 1005866.
HSL color Cylindrical-coordinate representation of color #2A590F: hue angle of 98.11º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A590F is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 89 | 15 | - |
| CMYK | 0.53 | 0 | 0.83 | 0.65 |
| HSL | 98.11º | 0.71% | 0.2% | - |
| HSV(B) | 98.11º | 0.83% | 0.35% | - |
| XYZ | 4.61 | 7.67 | 1.69 | - |
| YUV | 66.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 89 | 15 | 0.53 | 0 | 0.83 | 0.65 | 98.11 | 0.71 | 0.2 |
| Hex | 2A | 59 | F | 35 | 0 | 53 | 41 | 62 | 47 | 14 |
| Octal | 52 | 131 | 17 | 65 | 0 | 123 | 101 | 142 | 107 | 24 |
| Binary | 101010 | 1011001 | 1111 | 110101 | 0 | 1010011 | 1000001 | 1100010 | 1000111 | 10100 |
Color Harmonies of #2A590F
Complementary color
Monochromatic Colors of #2A590F
Black with #2A590F
Text Example
Text Example
White with #2A590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A590F; }
p { color: rgb(42,89,15); }
H1.HeaderClassName
{
color: #2A590F;
}
.AnyTagClassName
{
color: #2A590F;
}
</style>
background-color css
<style>
a { background-color: #2A590F; }
a { background-color: rgb(42,89,15); }
div.DivClassName
{
background-color: #2A590F;
}
.BgClassName
{
background-color: #2A590F;
}
</style>
border-color css
<style>
span { border-color: #2A590F; }
span { border-color: rgb(42,89,15); }
td.TdClassName
{
border-color: #2A590F;
}
.TagClassName
{
border-color: #2A590F;
}
</style>