Shades of Myrtle #021E00
Tints of Myrtle #021E00
RGB
CMYK
RGB Variations
Color information
#021E00 (or 0x021E00) is known color: Myrtle. HEX triplet: 02, 1E and 00. RGB value is (2,30,0). Sum of RGB (Red+Green+Blue) = 2+30+0=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 30 (12.11% from 255 or 93.75% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 30 - color contains mainly: green. Hex color #021E00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E00 is #FDE1FF. Grayscale: #121212. Windows color (decimal): -16638464 or 7682. OLE color: 7682.
HSL color Cylindrical-coordinate representation of color #021E00: hue angle of 116º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021E00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.88 |
| HSL | 116º | 1% | 0.06% | - |
| HSV(B) | 116º | 1% | 0.12% | - |
| XYZ | 0.49 | 0.94 | 0.16 | - |
| YUV | 18.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 0 | 0.93 | 0 | 1 | 0.88 | 116 | 1 | 0.06 |
| Hex | 2 | 1E | 0 | 5D | 0 | 64 | 58 | 74 | 64 | 6 |
| Octal | 2 | 36 | 0 | 135 | 0 | 144 | 130 | 164 | 144 | 6 |
| Binary | 10 | 11110 | 0 | 1011101 | 0 | 1100100 | 1011000 | 1110100 | 1100100 | 110 |
Color Harmonies of #021E00
Complementary color
Monochromatic Colors of #021E00
Black with #021E00
Text Example
Text Example
White with #021E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E00; }
p { color: rgb(2,30,0); }
H1.HeaderClassName
{
color: #021E00;
}
.AnyTagClassName
{
color: #021E00;
}
</style>
background-color css
<style>
a { background-color: #021E00; }
a { background-color: rgb(2,30,0); }
div.DivClassName
{
background-color: #021E00;
}
.BgClassName
{
background-color: #021E00;
}
</style>
border-color css
<style>
span { border-color: #021E00; }
span { border-color: rgb(2,30,0); }
td.TdClassName
{
border-color: #021E00;
}
.TagClassName
{
border-color: #021E00;
}
</style>