Shades of Myrtle #02460A
Tints of Myrtle #02460A
RGB
CMYK
RGB Variations
Color information
#02460A (or 0x02460A) is known color: Myrtle. HEX triplet: 02, 46 and 0A. RGB value is (2,70,10). Sum of RGB (Red+Green+Blue) = 2+70+10=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 70 (27.73% from 255 or 85.37% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 70 - color contains mainly: green. Hex color #02460A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02460A is #FDB9F5. Grayscale: #2B2B2B. Windows color (decimal): -16628214 or 673282. OLE color: 673282.
HSL color Cylindrical-coordinate representation of color #02460A: hue angle of 127.06º 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 #02460A is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 10 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.73 |
| HSL | 127.06º | 0.94% | 0.14% | - |
| HSV(B) | 127.06º | 0.97% | 0.27% | - |
| XYZ | 2.27 | 4.42 | 1.02 | - |
| YUV | 42.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 10 | 0.97 | 0 | 0.86 | 0.73 | 127.06 | 0.94 | 0.14 |
| Hex | 2 | 46 | A | 61 | 0 | 56 | 49 | 7F | 5E | E |
| Octal | 2 | 106 | 12 | 141 | 0 | 126 | 111 | 177 | 136 | 16 |
| Binary | 10 | 1000110 | 1010 | 1100001 | 0 | 1010110 | 1001001 | 1111111 | 1011110 | 1110 |
Color Harmonies of #02460A
Complementary color
Monochromatic Colors of #02460A
Black with #02460A
Text Example
Text Example
White with #02460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02460A; }
p { color: rgb(2,70,10); }
H1.HeaderClassName
{
color: #02460A;
}
.AnyTagClassName
{
color: #02460A;
}
</style>
background-color css
<style>
a { background-color: #02460A; }
a { background-color: rgb(2,70,10); }
div.DivClassName
{
background-color: #02460A;
}
.BgClassName
{
background-color: #02460A;
}
</style>
border-color css
<style>
span { border-color: #02460A; }
span { border-color: rgb(2,70,10); }
td.TdClassName
{
border-color: #02460A;
}
.TagClassName
{
border-color: #02460A;
}
</style>