Shades of Myrtle #024F04
Tints of Myrtle #024F04
RGB
CMYK
RGB Variations
Color information
#024F04 (or 0x024F04) is known color: Myrtle. HEX triplet: 02, 4F and 04. RGB value is (2,79,4). Sum of RGB (Red+Green+Blue) = 2+79+4=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 79 (31.25% from 255 or 92.94% from 85); Blue value is 4 (1.95% from 255 or 4.71% from 85); Max value from RGB is 79 - color contains mainly: green. Hex color #024F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F04 is #FDB0FB. Grayscale: #2F2F2F. Windows color (decimal): -16625916 or 282370. OLE color: 282370.
HSL color Cylindrical-coordinate representation of color #024F04: hue angle of 121.56º 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 #024F04 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 4 | - |
| CMYK | 0.97 | 0 | 0.95 | 0.69 |
| HSL | 121.56º | 0.95% | 0.16% | - |
| HSV(B) | 121.56º | 0.97% | 0.31% | - |
| XYZ | 2.84 | 5.61 | 1.05 | - |
| YUV | 47.43 | 103.49 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 4 | 0.97 | 0 | 0.95 | 0.69 | 121.56 | 0.95 | 0.16 |
| Hex | 2 | 4F | 4 | 61 | 0 | 5F | 45 | 7A | 5F | 10 |
| Octal | 2 | 117 | 4 | 141 | 0 | 137 | 105 | 172 | 137 | 20 |
| Binary | 10 | 1001111 | 100 | 1100001 | 0 | 1011111 | 1000101 | 1111010 | 1011111 | 10000 |
Color Harmonies of #024F04
Complementary color
Monochromatic Colors of #024F04
Black with #024F04
Text Example
Text Example
White with #024F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F04; }
p { color: rgb(2,79,4); }
H1.HeaderClassName
{
color: #024F04;
}
.AnyTagClassName
{
color: #024F04;
}
</style>
background-color css
<style>
a { background-color: #024F04; }
a { background-color: rgb(2,79,4); }
div.DivClassName
{
background-color: #024F04;
}
.BgClassName
{
background-color: #024F04;
}
</style>
border-color css
<style>
span { border-color: #024F04; }
span { border-color: rgb(2,79,4); }
td.TdClassName
{
border-color: #024F04;
}
.TagClassName
{
border-color: #024F04;
}
</style>