Shades of Myrtle #024F06
Tints of Myrtle #024F06
RGB
CMYK
RGB Variations
Color information
#024F06 (or 0x024F06) is known color: Myrtle. HEX triplet: 02, 4F and 06. RGB value is (2,79,6). Sum of RGB (Red+Green+Blue) = 2+79+6=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 79 (31.25% from 255 or 90.80% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 79 - color contains mainly: green. Hex color #024F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #024F06 is #FDB0F9. Grayscale: #2F2F2F. Windows color (decimal): -16625914 or 413442. OLE color: 413442.
HSL color Cylindrical-coordinate representation of color #024F06: hue angle of 123.12º 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 #024F06 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 6 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.69 |
| HSL | 123.12º | 0.95% | 0.16% | - |
| HSV(B) | 123.12º | 0.97% | 0.31% | - |
| XYZ | 2.85 | 5.62 | 1.11 | - |
| YUV | 47.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 6 | 0.97 | 0 | 0.92 | 0.69 | 123.12 | 0.95 | 0.16 |
| Hex | 2 | 4F | 6 | 61 | 0 | 5C | 45 | 7B | 5F | 10 |
| Octal | 2 | 117 | 6 | 141 | 0 | 134 | 105 | 173 | 137 | 20 |
| Binary | 10 | 1001111 | 110 | 1100001 | 0 | 1011100 | 1000101 | 1111011 | 1011111 | 10000 |
Color Harmonies of #024F06
Complementary color
Monochromatic Colors of #024F06
Black with #024F06
Text Example
Text Example
White with #024F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F06; }
p { color: rgb(2,79,6); }
H1.HeaderClassName
{
color: #024F06;
}
.AnyTagClassName
{
color: #024F06;
}
</style>
background-color css
<style>
a { background-color: #024F06; }
a { background-color: rgb(2,79,6); }
div.DivClassName
{
background-color: #024F06;
}
.BgClassName
{
background-color: #024F06;
}
</style>
border-color css
<style>
span { border-color: #024F06; }
span { border-color: rgb(2,79,6); }
td.TdClassName
{
border-color: #024F06;
}
.TagClassName
{
border-color: #024F06;
}
</style>