Shades of Myrtle #2A5A04
Tints of Myrtle #2A5A04
RGB
CMYK
RGB Variations
Color information
#2A5A04 (or 0x2A5A04) is known color: Myrtle. HEX triplet: 2A, 5A and 04. RGB value is (42,90,4). Sum of RGB (Red+Green+Blue) = 42+90+4=136 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.88% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #2A5A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5A04 is #D5A5FB. Grayscale: #424242. Windows color (decimal): -14001660 or 285226. OLE color: 285226.
HSL color Cylindrical-coordinate representation of color #2A5A04: hue angle of 93.49º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A5A04 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 42 | 90 | 4 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.65 |
| HSL | 93.49º | 0.91% | 0.18% | - |
| HSV(B) | 93.49º | 0.96% | 0.35% | - |
| XYZ | 4.63 | 7.81 | 1.38 | - |
| YUV | 65.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 90 | 4 | 0.53 | 0 | 0.96 | 0.65 | 93.49 | 0.91 | 0.18 |
| Hex | 2A | 5A | 4 | 35 | 0 | 60 | 41 | 5D | 5B | 12 |
| Octal | 52 | 132 | 4 | 65 | 0 | 140 | 101 | 135 | 133 | 22 |
| Binary | 101010 | 1011010 | 100 | 110101 | 0 | 1100000 | 1000001 | 1011101 | 1011011 | 10010 |
Color Harmonies of #2A5A04
Complementary color
Monochromatic Colors of #2A5A04
Black with #2A5A04
Text Example
Text Example
White with #2A5A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5A04; }
p { color: rgb(42,90,4); }
H1.HeaderClassName
{
color: #2A5A04;
}
.AnyTagClassName
{
color: #2A5A04;
}
</style>
background-color css
<style>
a { background-color: #2A5A04; }
a { background-color: rgb(42,90,4); }
div.DivClassName
{
background-color: #2A5A04;
}
.BgClassName
{
background-color: #2A5A04;
}
</style>
border-color css
<style>
span { border-color: #2A5A04; }
span { border-color: rgb(42,90,4); }
td.TdClassName
{
border-color: #2A5A04;
}
.TagClassName
{
border-color: #2A5A04;
}
</style>