Shades of Myrtle #024204
Tints of Myrtle #024204
RGB
CMYK
RGB Variations
Color information
#024204 (or 0x024204) is known color: Myrtle. HEX triplet: 02, 42 and 04. RGB value is (2,66,4). Sum of RGB (Red+Green+Blue) = 2+66+4=72 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.78% from 72); Green value is 66 (26.17% from 255 or 91.67% from 72); Blue value is 4 (1.95% from 255 or 5.56% from 72); Max value from RGB is 66 - color contains mainly: green. Hex color #024204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024204 is #FDBDFB. Grayscale: #272727. Windows color (decimal): -16629244 or 279042. OLE color: 279042.
HSL color Cylindrical-coordinate representation of color #024204: hue angle of 121.88º 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 #024204 is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 4 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.74 |
| HSL | 121.88º | 0.94% | 0.13% | - |
| HSV(B) | 121.88º | 0.97% | 0.26% | - |
| XYZ | 2 | 3.92 | 0.77 | - |
| YUV | 39.8 | 107.8 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 4 | 0.97 | 0 | 0.94 | 0.74 | 121.88 | 0.94 | 0.13 |
| Hex | 2 | 42 | 4 | 61 | 0 | 5E | 4A | 7A | 5E | D |
| Octal | 2 | 102 | 4 | 141 | 0 | 136 | 112 | 172 | 136 | 15 |
| Binary | 10 | 1000010 | 100 | 1100001 | 0 | 1011110 | 1001010 | 1111010 | 1011110 | 1101 |
Color Harmonies of #024204
Complementary color
Monochromatic Colors of #024204
Black with #024204
Text Example
Text Example
White with #024204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024204; }
p { color: rgb(2,66,4); }
H1.HeaderClassName
{
color: #024204;
}
.AnyTagClassName
{
color: #024204;
}
</style>
background-color css
<style>
a { background-color: #024204; }
a { background-color: rgb(2,66,4); }
div.DivClassName
{
background-color: #024204;
}
.BgClassName
{
background-color: #024204;
}
</style>
border-color css
<style>
span { border-color: #024204; }
span { border-color: rgb(2,66,4); }
td.TdClassName
{
border-color: #024204;
}
.TagClassName
{
border-color: #024204;
}
</style>