Shades of Myrtle #024206
Tints of Myrtle #024206
RGB
CMYK
RGB Variations
Color information
#024206 (or 0x024206) is known color: Myrtle. HEX triplet: 02, 42 and 06. RGB value is (2,66,6). Sum of RGB (Red+Green+Blue) = 2+66+6=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #024206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024206 is #FDBDF9. Grayscale: #282828. Windows color (decimal): -16629242 or 410114. OLE color: 410114.
HSL color Cylindrical-coordinate representation of color #024206: hue angle of 123.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024206 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 6 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.74 |
| HSL | 123.75º | 0.94% | 0.13% | - |
| HSV(B) | 123.75º | 0.97% | 0.26% | - |
| XYZ | 2.01 | 3.92 | 0.82 | - |
| YUV | 40.02 | 108.8 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 6 | 0.97 | 0 | 0.91 | 0.74 | 123.75 | 0.94 | 0.13 |
| Hex | 2 | 42 | 6 | 61 | 0 | 5B | 4A | 7C | 5E | D |
| Octal | 2 | 102 | 6 | 141 | 0 | 133 | 112 | 174 | 136 | 15 |
| Binary | 10 | 1000010 | 110 | 1100001 | 0 | 1011011 | 1001010 | 1111100 | 1011110 | 1101 |
Color Harmonies of #024206
Complementary color
Monochromatic Colors of #024206
Black with #024206
Text Example
Text Example
White with #024206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024206; }
p { color: rgb(2,66,6); }
H1.HeaderClassName
{
color: #024206;
}
.AnyTagClassName
{
color: #024206;
}
</style>
background-color css
<style>
a { background-color: #024206; }
a { background-color: rgb(2,66,6); }
div.DivClassName
{
background-color: #024206;
}
.BgClassName
{
background-color: #024206;
}
</style>
border-color css
<style>
span { border-color: #024206; }
span { border-color: rgb(2,66,6); }
td.TdClassName
{
border-color: #024206;
}
.TagClassName
{
border-color: #024206;
}
</style>