Shades of Myrtle #2A5D02
Tints of Myrtle #2A5D02
RGB
CMYK
RGB Variations
Color information
#2A5D02 (or 0x2A5D02) is known color: Myrtle. HEX triplet: 2A, 5D and 02. RGB value is (42,93,2). Sum of RGB (Red+Green+Blue) = 42+93+2=137 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.66% from 137); Green value is 93 (36.72% from 255 or 67.88% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 93 - color contains mainly: green. Hex color #2A5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A5D02 is #D5A2FD. Grayscale: #434343. Windows color (decimal): -14000894 or 154922. OLE color: 154922.
HSL color Cylindrical-coordinate representation of color #2A5D02: hue angle of 93.63º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A5D02 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 42 | 93 | 2 | - |
| CMYK | 0.55 | 0 | 0.98 | 0.64 |
| HSL | 93.63º | 0.96% | 0.19% | - |
| HSV(B) | 93.63º | 0.98% | 0.36% | - |
| XYZ | 4.88 | 8.33 | 1.41 | - |
| YUV | 67.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 2 | 0.55 | 0 | 0.98 | 0.64 | 93.63 | 0.96 | 0.19 |
| Hex | 2A | 5D | 2 | 37 | 0 | 62 | 40 | 5E | 60 | 13 |
| Octal | 52 | 135 | 2 | 67 | 0 | 142 | 100 | 136 | 140 | 23 |
| Binary | 101010 | 1011101 | 10 | 110111 | 0 | 1100010 | 1000000 | 1011110 | 1100000 | 10011 |
Color Harmonies of #2A5D02
Complementary color
Monochromatic Colors of #2A5D02
Black with #2A5D02
Text Example
Text Example
White with #2A5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D02; }
p { color: rgb(42,93,2); }
H1.HeaderClassName
{
color: #2A5D02;
}
.AnyTagClassName
{
color: #2A5D02;
}
</style>
background-color css
<style>
a { background-color: #2A5D02; }
a { background-color: rgb(42,93,2); }
div.DivClassName
{
background-color: #2A5D02;
}
.BgClassName
{
background-color: #2A5D02;
}
</style>
border-color css
<style>
span { border-color: #2A5D02; }
span { border-color: rgb(42,93,2); }
td.TdClassName
{
border-color: #2A5D02;
}
.TagClassName
{
border-color: #2A5D02;
}
</style>