Shades of Myrtle #024A0A
Tints of Myrtle #024A0A
RGB
CMYK
RGB Variations
Color information
#024A0A (or 0x024A0A) is known color: Myrtle. HEX triplet: 02, 4A and 0A. RGB value is (2,74,10). Sum of RGB (Red+Green+Blue) = 2+74+10=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 74 (29.30% from 255 or 86.05% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 74 - color contains mainly: green. Hex color #024A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A0A is #FDB5F5. Grayscale: #2D2D2D. Windows color (decimal): -16627190 or 674306. OLE color: 674306.
HSL color Cylindrical-coordinate representation of color #024A0A: hue angle of 126.67º 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 #024A0A is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 74 | 10 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.71 |
| HSL | 126.67º | 0.95% | 0.15% | - |
| HSV(B) | 126.67º | 0.97% | 0.29% | - |
| XYZ | 2.53 | 4.93 | 1.11 | - |
| YUV | 45.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 10 | 0.97 | 0 | 0.86 | 0.71 | 126.67 | 0.95 | 0.15 |
| Hex | 2 | 4A | A | 61 | 0 | 56 | 47 | 7F | 5F | F |
| Octal | 2 | 112 | 12 | 141 | 0 | 126 | 107 | 177 | 137 | 17 |
| Binary | 10 | 1001010 | 1010 | 1100001 | 0 | 1010110 | 1000111 | 1111111 | 1011111 | 1111 |
Color Harmonies of #024A0A
Complementary color
Monochromatic Colors of #024A0A
Black with #024A0A
Text Example
Text Example
White with #024A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A0A; }
p { color: rgb(2,74,10); }
H1.HeaderClassName
{
color: #024A0A;
}
.AnyTagClassName
{
color: #024A0A;
}
</style>
background-color css
<style>
a { background-color: #024A0A; }
a { background-color: rgb(2,74,10); }
div.DivClassName
{
background-color: #024A0A;
}
.BgClassName
{
background-color: #024A0A;
}
</style>
border-color css
<style>
span { border-color: #024A0A; }
span { border-color: rgb(2,74,10); }
td.TdClassName
{
border-color: #024A0A;
}
.TagClassName
{
border-color: #024A0A;
}
</style>