Shades of Myrtle #024A08
Tints of Myrtle #024A08
RGB
CMYK
RGB Variations
Color information
#024A08 (or 0x024A08) is known color: Myrtle. HEX triplet: 02, 4A and 08. RGB value is (2,74,8). Sum of RGB (Red+Green+Blue) = 2+74+8=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 74 (29.30% from 255 or 88.10% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 74 - color contains mainly: green. Hex color #024A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A08 is #FDB5F7. Grayscale: #2D2D2D. Windows color (decimal): -16627192 or 543234. OLE color: 543234.
HSL color Cylindrical-coordinate representation of color #024A08: hue angle of 125º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024A08 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 8 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.71 |
| HSL | 125º | 0.95% | 0.15% | - |
| HSV(B) | 125º | 0.97% | 0.29% | - |
| XYZ | 2.52 | 4.93 | 1.05 | - |
| YUV | 44.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 8 | 0.97 | 0 | 0.89 | 0.71 | 125 | 0.95 | 0.15 |
| Hex | 2 | 4A | 8 | 61 | 0 | 59 | 47 | 7D | 5F | F |
| Octal | 2 | 112 | 10 | 141 | 0 | 131 | 107 | 175 | 137 | 17 |
| Binary | 10 | 1001010 | 1000 | 1100001 | 0 | 1011001 | 1000111 | 1111101 | 1011111 | 1111 |
Color Harmonies of #024A08
Complementary color
Monochromatic Colors of #024A08
Black with #024A08
Text Example
Text Example
White with #024A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A08; }
p { color: rgb(2,74,8); }
H1.HeaderClassName
{
color: #024A08;
}
.AnyTagClassName
{
color: #024A08;
}
</style>
background-color css
<style>
a { background-color: #024A08; }
a { background-color: rgb(2,74,8); }
div.DivClassName
{
background-color: #024A08;
}
.BgClassName
{
background-color: #024A08;
}
</style>
border-color css
<style>
span { border-color: #024A08; }
span { border-color: rgb(2,74,8); }
td.TdClassName
{
border-color: #024A08;
}
.TagClassName
{
border-color: #024A08;
}
</style>