Shades of Myrtle #024507
Tints of Myrtle #024507
RGB
CMYK
RGB Variations
Color information
#024507 (or 0x024507) is known color: Myrtle. HEX triplet: 02, 45 and 07. RGB value is (2,69,7). Sum of RGB (Red+Green+Blue) = 2+69+7=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 69 (27.34% from 255 or 88.46% from 78); Blue value is 7 (3.12% from 255 or 8.97% from 78); Max value from RGB is 69 - color contains mainly: green. Hex color #024507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024507 is #FDBAF8. Grayscale: #2A2A2A. Windows color (decimal): -16628473 or 476418. OLE color: 476418.
HSL color Cylindrical-coordinate representation of color #024507: hue angle of 124.48º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024507 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 7 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.73 |
| HSL | 124.48º | 0.94% | 0.14% | - |
| HSV(B) | 124.48º | 0.97% | 0.27% | - |
| XYZ | 2.19 | 4.28 | 0.91 | - |
| YUV | 41.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 7 | 0.97 | 0 | 0.90 | 0.73 | 124.48 | 0.94 | 0.14 |
| Hex | 2 | 45 | 7 | 61 | 0 | 5A | 49 | 7C | 5E | E |
| Octal | 2 | 105 | 7 | 141 | 0 | 132 | 111 | 174 | 136 | 16 |
| Binary | 10 | 1000101 | 111 | 1100001 | 0 | 1011010 | 1001001 | 1111100 | 1011110 | 1110 |
Color Harmonies of #024507
Complementary color
Monochromatic Colors of #024507
Black with #024507
Text Example
Text Example
White with #024507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024507; }
p { color: rgb(2,69,7); }
H1.HeaderClassName
{
color: #024507;
}
.AnyTagClassName
{
color: #024507;
}
</style>
background-color css
<style>
a { background-color: #024507; }
a { background-color: rgb(2,69,7); }
div.DivClassName
{
background-color: #024507;
}
.BgClassName
{
background-color: #024507;
}
</style>
border-color css
<style>
span { border-color: #024507; }
span { border-color: rgb(2,69,7); }
td.TdClassName
{
border-color: #024507;
}
.TagClassName
{
border-color: #024507;
}
</style>