Shades of Myrtle #024E06
Tints of Myrtle #024E06
RGB
CMYK
RGB Variations
Color information
#024E06 (or 0x024E06) is known color: Myrtle. HEX triplet: 02, 4E and 06. RGB value is (2,78,6). Sum of RGB (Red+Green+Blue) = 2+78+6=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 78 (30.86% from 255 or 90.70% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 78 - color contains mainly: green. Hex color #024E06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E06 is #FDB1F9. Grayscale: #2F2F2F. Windows color (decimal): -16626170 or 413186. OLE color: 413186.
HSL color Cylindrical-coordinate representation of color #024E06: hue angle of 123.16º 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 #024E06 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 6 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.69 |
| HSL | 123.16º | 0.95% | 0.16% | - |
| HSV(B) | 123.16º | 0.97% | 0.31% | - |
| XYZ | 2.78 | 5.47 | 1.08 | - |
| YUV | 47.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 6 | 0.97 | 0 | 0.92 | 0.69 | 123.16 | 0.95 | 0.16 |
| Hex | 2 | 4E | 6 | 61 | 0 | 5C | 45 | 7B | 5F | 10 |
| Octal | 2 | 116 | 6 | 141 | 0 | 134 | 105 | 173 | 137 | 20 |
| Binary | 10 | 1001110 | 110 | 1100001 | 0 | 1011100 | 1000101 | 1111011 | 1011111 | 10000 |
Color Harmonies of #024E06
Complementary color
Monochromatic Colors of #024E06
Black with #024E06
Text Example
Text Example
White with #024E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E06; }
p { color: rgb(2,78,6); }
H1.HeaderClassName
{
color: #024E06;
}
.AnyTagClassName
{
color: #024E06;
}
</style>
background-color css
<style>
a { background-color: #024E06; }
a { background-color: rgb(2,78,6); }
div.DivClassName
{
background-color: #024E06;
}
.BgClassName
{
background-color: #024E06;
}
</style>
border-color css
<style>
span { border-color: #024E06; }
span { border-color: rgb(2,78,6); }
td.TdClassName
{
border-color: #024E06;
}
.TagClassName
{
border-color: #024E06;
}
</style>