Shades of Myrtle #02420A
Tints of Myrtle #02420A
RGB
CMYK
RGB Variations
Color information
#02420A (or 0x02420A) is known color: Myrtle. HEX triplet: 02, 42 and 0A. RGB value is (2,66,10). Sum of RGB (Red+Green+Blue) = 2+66+10=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 66 (26.17% from 255 or 84.62% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 66 - color contains mainly: green. Hex color #02420A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02420A is #FDBDF5. Grayscale: #282828. Windows color (decimal): -16629238 or 672258. OLE color: 672258.
HSL color Cylindrical-coordinate representation of color #02420A: hue angle of 127.5º 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 #02420A is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 66 | 10 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.74 |
| HSL | 127.5º | 0.94% | 0.13% | - |
| HSV(B) | 127.5º | 0.97% | 0.26% | - |
| XYZ | 2.03 | 3.93 | 0.94 | - |
| YUV | 40.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 10 | 0.97 | 0 | 0.85 | 0.74 | 127.5 | 0.94 | 0.13 |
| Hex | 2 | 42 | A | 61 | 0 | 55 | 4A | 80 | 5E | D |
| Octal | 2 | 102 | 12 | 141 | 0 | 125 | 112 | 200 | 136 | 15 |
| Binary | 10 | 1000010 | 1010 | 1100001 | 0 | 1010101 | 1001010 | 10000000 | 1011110 | 1101 |
Color Harmonies of #02420A
Complementary color
Monochromatic Colors of #02420A
Black with #02420A
Text Example
Text Example
White with #02420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02420A; }
p { color: rgb(2,66,10); }
H1.HeaderClassName
{
color: #02420A;
}
.AnyTagClassName
{
color: #02420A;
}
</style>
background-color css
<style>
a { background-color: #02420A; }
a { background-color: rgb(2,66,10); }
div.DivClassName
{
background-color: #02420A;
}
.BgClassName
{
background-color: #02420A;
}
</style>
border-color css
<style>
span { border-color: #02420A; }
span { border-color: rgb(2,66,10); }
td.TdClassName
{
border-color: #02420A;
}
.TagClassName
{
border-color: #02420A;
}
</style>