Shades of Myrtle #024E04
Tints of Myrtle #024E04
RGB
CMYK
RGB Variations
Color information
#024E04 (or 0x024E04) is known color: Myrtle. HEX triplet: 02, 4E and 04. RGB value is (2,78,4). Sum of RGB (Red+Green+Blue) = 2+78+4=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 78 (30.86% from 255 or 92.86% from 84); Blue value is 4 (1.95% from 255 or 4.76% from 84); Max value from RGB is 78 - color contains mainly: green. Hex color #024E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E04 is #FDB1FB. Grayscale: #2F2F2F. Windows color (decimal): -16626172 or 282114. OLE color: 282114.
HSL color Cylindrical-coordinate representation of color #024E04: hue angle of 121.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E04 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 4 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.69 |
| HSL | 121.58º | 0.95% | 0.16% | - |
| HSV(B) | 121.58º | 0.97% | 0.31% | - |
| XYZ | 2.77 | 5.47 | 1.02 | - |
| YUV | 46.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 4 | 0.97 | 0 | 0.95 | 0.69 | 121.58 | 0.95 | 0.16 |
| Hex | 2 | 4E | 4 | 61 | 0 | 5F | 45 | 7A | 5F | 10 |
| Octal | 2 | 116 | 4 | 141 | 0 | 137 | 105 | 172 | 137 | 20 |
| Binary | 10 | 1001110 | 100 | 1100001 | 0 | 1011111 | 1000101 | 1111010 | 1011111 | 10000 |
Color Harmonies of #024E04
Complementary color
Monochromatic Colors of #024E04
Black with #024E04
Text Example
Text Example
White with #024E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E04; }
p { color: rgb(2,78,4); }
H1.HeaderClassName
{
color: #024E04;
}
.AnyTagClassName
{
color: #024E04;
}
</style>
background-color css
<style>
a { background-color: #024E04; }
a { background-color: rgb(2,78,4); }
div.DivClassName
{
background-color: #024E04;
}
.BgClassName
{
background-color: #024E04;
}
</style>
border-color css
<style>
span { border-color: #024E04; }
span { border-color: rgb(2,78,4); }
td.TdClassName
{
border-color: #024E04;
}
.TagClassName
{
border-color: #024E04;
}
</style>