Shades of Myrtle #024E0A
Tints of Myrtle #024E0A
RGB
CMYK
RGB Variations
Color information
#024E0A (or 0x024E0A) is known color: Myrtle. HEX triplet: 02, 4E and 0A. RGB value is (2,78,10). Sum of RGB (Red+Green+Blue) = 2+78+10=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 78 (30.86% from 255 or 86.67% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 78 - color contains mainly: green. Hex color #024E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024E0A is #FDB1F5. Grayscale: #2F2F2F. Windows color (decimal): -16626166 or 675330. OLE color: 675330.
HSL color Cylindrical-coordinate representation of color #024E0A: hue angle of 126.32º 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 #024E0A is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 78 | 10 | - |
| CMYK | 0.97 | 0 | 0.87 | 0.69 |
| HSL | 126.32º | 0.95% | 0.16% | - |
| HSV(B) | 126.32º | 0.97% | 0.31% | - |
| XYZ | 2.8 | 5.48 | 1.2 | - |
| YUV | 47.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 10 | 0.97 | 0 | 0.87 | 0.69 | 126.32 | 0.95 | 0.16 |
| Hex | 2 | 4E | A | 61 | 0 | 57 | 45 | 7E | 5F | 10 |
| Octal | 2 | 116 | 12 | 141 | 0 | 127 | 105 | 176 | 137 | 20 |
| Binary | 10 | 1001110 | 1010 | 1100001 | 0 | 1010111 | 1000101 | 1111110 | 1011111 | 10000 |
Color Harmonies of #024E0A
Complementary color
Monochromatic Colors of #024E0A
Black with #024E0A
Text Example
Text Example
White with #024E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024E0A; }
p { color: rgb(2,78,10); }
H1.HeaderClassName
{
color: #024E0A;
}
.AnyTagClassName
{
color: #024E0A;
}
</style>
background-color css
<style>
a { background-color: #024E0A; }
a { background-color: rgb(2,78,10); }
div.DivClassName
{
background-color: #024E0A;
}
.BgClassName
{
background-color: #024E0A;
}
</style>
border-color css
<style>
span { border-color: #024E0A; }
span { border-color: rgb(2,78,10); }
td.TdClassName
{
border-color: #024E0A;
}
.TagClassName
{
border-color: #024E0A;
}
</style>