Shades of Myrtle #2A5D04
Tints of Myrtle #2A5D04
RGB
CMYK
RGB Variations
Color information
#2A5D04 (or 0x2A5D04) is known color: Myrtle. HEX triplet: 2A, 5D and 04. RGB value is (42,93,4). Sum of RGB (Red+Green+Blue) = 42+93+4=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 93 (36.72% from 255 or 66.91% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5D04 is #D5A2FB. Grayscale: #434343. Windows color (decimal): -14000892 or 285994. OLE color: 285994.
HSL color Cylindrical-coordinate representation of color #2A5D04: hue angle of 94.38º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A5D04 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 4 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.64 |
| HSL | 94.38º | 0.92% | 0.19% | - |
| HSV(B) | 94.38º | 0.96% | 0.36% | - |
| XYZ | 4.89 | 8.33 | 1.46 | - |
| YUV | 67.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 4 | 0.55 | 0 | 0.96 | 0.64 | 94.38 | 0.92 | 0.19 |
| Hex | 2A | 5D | 4 | 37 | 0 | 60 | 40 | 5E | 5C | 13 |
| Octal | 52 | 135 | 4 | 67 | 0 | 140 | 100 | 136 | 134 | 23 |
| Binary | 101010 | 1011101 | 100 | 110111 | 0 | 1100000 | 1000000 | 1011110 | 1011100 | 10011 |
Color Harmonies of #2A5D04
Complementary color
Monochromatic Colors of #2A5D04
Black with #2A5D04
Text Example
Text Example
White with #2A5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D04; }
p { color: rgb(42,93,4); }
H1.HeaderClassName
{
color: #2A5D04;
}
.AnyTagClassName
{
color: #2A5D04;
}
</style>
background-color css
<style>
a { background-color: #2A5D04; }
a { background-color: rgb(42,93,4); }
div.DivClassName
{
background-color: #2A5D04;
}
.BgClassName
{
background-color: #2A5D04;
}
</style>
border-color css
<style>
span { border-color: #2A5D04; }
span { border-color: rgb(42,93,4); }
td.TdClassName
{
border-color: #2A5D04;
}
.TagClassName
{
border-color: #2A5D04;
}
</style>