Shades of Myrtle #2A540B
Tints of Myrtle #2A540B
RGB
CMYK
RGB Variations
Color information
#2A540B (or 0x2A540B) is known color: Myrtle. HEX triplet: 2A, 54 and 0B. RGB value is (42,84,11). Sum of RGB (Red+Green+Blue) = 42+84+11=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #2A540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A540B is #D5ABF4. Grayscale: #3F3F3F. Windows color (decimal): -14003189 or 742442. OLE color: 742442.
HSL color Cylindrical-coordinate representation of color #2A540B: hue angle of 94.52º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2A540B is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 42 | 84 | 11 | - |
| CMYK | 0.5 | 0 | 0.87 | 0.67 |
| HSL | 94.52º | 0.77% | 0.19% | - |
| HSV(B) | 94.52º | 0.87% | 0.33% | - |
| XYZ | 4.19 | 6.86 | 1.42 | - |
| YUV | 63.12 | 98.59 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 11 | 0.5 | 0 | 0.87 | 0.67 | 94.52 | 0.77 | 0.19 |
| Hex | 2A | 54 | B | 32 | 0 | 57 | 43 | 5F | 4D | 13 |
| Octal | 52 | 124 | 13 | 62 | 0 | 127 | 103 | 137 | 115 | 23 |
| Binary | 101010 | 1010100 | 1011 | 110010 | 0 | 1010111 | 1000011 | 1011111 | 1001101 | 10011 |
Color Harmonies of #2A540B
Complementary color
Monochromatic Colors of #2A540B
Black with #2A540B
Text Example
Text Example
White with #2A540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A540B; }
p { color: rgb(42,84,11); }
H1.HeaderClassName
{
color: #2A540B;
}
.AnyTagClassName
{
color: #2A540B;
}
</style>
background-color css
<style>
a { background-color: #2A540B; }
a { background-color: rgb(42,84,11); }
div.DivClassName
{
background-color: #2A540B;
}
.BgClassName
{
background-color: #2A540B;
}
</style>
border-color css
<style>
span { border-color: #2A540B; }
span { border-color: rgb(42,84,11); }
td.TdClassName
{
border-color: #2A540B;
}
.TagClassName
{
border-color: #2A540B;
}
</style>