Shades of Myrtle #2A540E
Tints of Myrtle #2A540E
RGB
CMYK
RGB Variations
Color information
#2A540E (or 0x2A540E) is known color: Myrtle. HEX triplet: 2A, 54 and 0E. RGB value is (42,84,14). Sum of RGB (Red+Green+Blue) = 42+84+14=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #2A540E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A540E is #D5ABF1. Grayscale: #3F3F3F. Windows color (decimal): -14003186 or 939050. OLE color: 939050.
HSL color Cylindrical-coordinate representation of color #2A540E: hue angle of 96º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A540E is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 14 | - |
| CMYK | 0.5 | 0 | 0.83 | 0.67 |
| HSL | 96º | 0.71% | 0.19% | - |
| HSV(B) | 96º | 0.83% | 0.33% | - |
| XYZ | 4.2 | 6.86 | 1.52 | - |
| YUV | 63.46 | 100.09 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 14 | 0.5 | 0 | 0.83 | 0.67 | 96 | 0.71 | 0.19 |
| Hex | 2A | 54 | E | 32 | 0 | 53 | 43 | 60 | 47 | 13 |
| Octal | 52 | 124 | 16 | 62 | 0 | 123 | 103 | 140 | 107 | 23 |
| Binary | 101010 | 1010100 | 1110 | 110010 | 0 | 1010011 | 1000011 | 1100000 | 1000111 | 10011 |
Color Harmonies of #2A540E
Complementary color
Monochromatic Colors of #2A540E
Black with #2A540E
Text Example
Text Example
White with #2A540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A540E; }
p { color: rgb(42,84,14); }
H1.HeaderClassName
{
color: #2A540E;
}
.AnyTagClassName
{
color: #2A540E;
}
</style>
background-color css
<style>
a { background-color: #2A540E; }
a { background-color: rgb(42,84,14); }
div.DivClassName
{
background-color: #2A540E;
}
.BgClassName
{
background-color: #2A540E;
}
</style>
border-color css
<style>
span { border-color: #2A540E; }
span { border-color: rgb(42,84,14); }
td.TdClassName
{
border-color: #2A540E;
}
.TagClassName
{
border-color: #2A540E;
}
</style>