Shades of Myrtle #024F0E
Tints of Myrtle #024F0E
RGB
CMYK
RGB Variations
Color information
#024F0E (or 0x024F0E) is known color: Myrtle. HEX triplet: 02, 4F and 0E. RGB value is (2,79,14). Sum of RGB (Red+Green+Blue) = 2+79+14=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 79 (31.25% from 255 or 83.16% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 79 - color contains mainly: green. Hex color #024F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F0E is #FDB0F1. Grayscale: #303030. Windows color (decimal): -16625906 or 937730. OLE color: 937730.
HSL color Cylindrical-coordinate representation of color #024F0E: hue angle of 129.35º 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 #024F0E is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 14 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.69 |
| HSL | 129.35º | 0.95% | 0.16% | - |
| HSV(B) | 129.35º | 0.97% | 0.31% | - |
| XYZ | 2.9 | 5.64 | 1.35 | - |
| YUV | 48.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 14 | 0.97 | 0 | 0.82 | 0.69 | 129.35 | 0.95 | 0.16 |
| Hex | 2 | 4F | E | 61 | 0 | 52 | 45 | 81 | 5F | 10 |
| Octal | 2 | 117 | 16 | 141 | 0 | 122 | 105 | 201 | 137 | 20 |
| Binary | 10 | 1001111 | 1110 | 1100001 | 0 | 1010010 | 1000101 | 10000001 | 1011111 | 10000 |
Color Harmonies of #024F0E
Complementary color
Monochromatic Colors of #024F0E
Black with #024F0E
Text Example
Text Example
White with #024F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F0E; }
p { color: rgb(2,79,14); }
H1.HeaderClassName
{
color: #024F0E;
}
.AnyTagClassName
{
color: #024F0E;
}
</style>
background-color css
<style>
a { background-color: #024F0E; }
a { background-color: rgb(2,79,14); }
div.DivClassName
{
background-color: #024F0E;
}
.BgClassName
{
background-color: #024F0E;
}
</style>
border-color css
<style>
span { border-color: #024F0E; }
span { border-color: rgb(2,79,14); }
td.TdClassName
{
border-color: #024F0E;
}
.TagClassName
{
border-color: #024F0E;
}
</style>