Shades of Myrtle #024006
Tints of Myrtle #024006
RGB
CMYK
RGB Variations
Color information
#024006 (or 0x024006) is known color: Myrtle. HEX triplet: 02, 40 and 06. RGB value is (2,64,6). Sum of RGB (Red+Green+Blue) = 2+64+6=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #024006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024006 is #FDBFF9. Grayscale: #272727. Windows color (decimal): -16629754 or 409602. OLE color: 409602.
HSL color Cylindrical-coordinate representation of color #024006: hue angle of 123.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024006 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 64 | 6 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.75 |
| HSL | 123.87º | 0.94% | 0.13% | - |
| HSV(B) | 123.87º | 0.97% | 0.25% | - |
| XYZ | 1.89 | 3.69 | 0.79 | - |
| YUV | 38.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 6 | 0.97 | 0 | 0.91 | 0.75 | 123.87 | 0.94 | 0.13 |
| Hex | 2 | 40 | 6 | 61 | 0 | 5B | 4B | 7C | 5E | D |
| Octal | 2 | 100 | 6 | 141 | 0 | 133 | 113 | 174 | 136 | 15 |
| Binary | 10 | 1000000 | 110 | 1100001 | 0 | 1011011 | 1001011 | 1111100 | 1011110 | 1101 |
Color Harmonies of #024006
Complementary color
Monochromatic Colors of #024006
Black with #024006
Text Example
Text Example
White with #024006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024006; }
p { color: rgb(2,64,6); }
H1.HeaderClassName
{
color: #024006;
}
.AnyTagClassName
{
color: #024006;
}
</style>
background-color css
<style>
a { background-color: #024006; }
a { background-color: rgb(2,64,6); }
div.DivClassName
{
background-color: #024006;
}
.BgClassName
{
background-color: #024006;
}
</style>
border-color css
<style>
span { border-color: #024006; }
span { border-color: rgb(2,64,6); }
td.TdClassName
{
border-color: #024006;
}
.TagClassName
{
border-color: #024006;
}
</style>