Shades of Myrtle #2A5A1E
Tints of Myrtle #2A5A1E
RGB
CMYK
RGB Variations
Color information
#2A5A1E (or 0x2A5A1E) is known color: Myrtle. HEX triplet: 2A, 5A and 1E. RGB value is (42,90,30). Sum of RGB (Red+Green+Blue) = 42+90+30=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5A1E is #D5A5E1. Grayscale: #444444. Windows color (decimal): -14001634 or 1989162. OLE color: 1989162.
HSL color Cylindrical-coordinate representation of color #2A5A1E: hue angle of 108º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A5A1E is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 30 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.65 |
| HSL | 108º | 0.5% | 0.24% | - |
| HSV(B) | 108º | 0.67% | 0.35% | - |
| XYZ | 4.85 | 7.9 | 2.5 | - |
| YUV | 68.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 30 | 0.53 | 0 | 0.67 | 0.65 | 108 | 0.5 | 0.24 |
| Hex | 2A | 5A | 1E | 35 | 0 | 43 | 41 | 6C | 32 | 18 |
| Octal | 52 | 132 | 36 | 65 | 0 | 103 | 101 | 154 | 62 | 30 |
| Binary | 101010 | 1011010 | 11110 | 110101 | 0 | 1000011 | 1000001 | 1101100 | 110010 | 11000 |
Color Harmonies of #2A5A1E
Complementary color
Monochromatic Colors of #2A5A1E
Black with #2A5A1E
Text Example
Text Example
White with #2A5A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A1E; }
p { color: rgb(42,90,30); }
H1.HeaderClassName
{
color: #2A5A1E;
}
.AnyTagClassName
{
color: #2A5A1E;
}
</style>
background-color css
<style>
a { background-color: #2A5A1E; }
a { background-color: rgb(42,90,30); }
div.DivClassName
{
background-color: #2A5A1E;
}
.BgClassName
{
background-color: #2A5A1E;
}
</style>
border-color css
<style>
span { border-color: #2A5A1E; }
span { border-color: rgb(42,90,30); }
td.TdClassName
{
border-color: #2A5A1E;
}
.TagClassName
{
border-color: #2A5A1E;
}
</style>