Shades of Myrtle #021500
Tints of Myrtle #021500
RGB
CMYK
RGB Variations
Color information
#021500 (or 0x021500) is known color: Myrtle. HEX triplet: 02, 15 and 00. RGB value is (2,21,0). Sum of RGB (Red+Green+Blue) = 2+21+0=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 21 (8.59% from 255 or 91.30% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 21 - color contains mainly: green. Hex color #021500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021500 is #FDEAFF. Grayscale: #0C0C0C. Windows color (decimal): -16640768 or 5378. OLE color: 5378.
HSL color Cylindrical-coordinate representation of color #021500: hue angle of 114.29º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021500 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 21 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.92 |
| HSL | 114.29º | 1% | 0.04% | - |
| HSV(B) | 114.29º | 1% | 0.08% | - |
| XYZ | 0.29 | 0.55 | 0.09 | - |
| YUV | 12.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 0 | 0.90 | 0 | 1 | 0.92 | 114.29 | 1 | 0.04 |
| Hex | 2 | 15 | 0 | 5A | 0 | 64 | 5C | 72 | 64 | 4 |
| Octal | 2 | 25 | 0 | 132 | 0 | 144 | 134 | 162 | 144 | 4 |
| Binary | 10 | 10101 | 0 | 1011010 | 0 | 1100100 | 1011100 | 1110010 | 1100100 | 100 |
Color Harmonies of #021500
Complementary color
Monochromatic Colors of #021500
Black with #021500
Text Example
Text Example
White with #021500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021500; }
p { color: rgb(2,21,0); }
H1.HeaderClassName
{
color: #021500;
}
.AnyTagClassName
{
color: #021500;
}
</style>
background-color css
<style>
a { background-color: #021500; }
a { background-color: rgb(2,21,0); }
div.DivClassName
{
background-color: #021500;
}
.BgClassName
{
background-color: #021500;
}
</style>
border-color css
<style>
span { border-color: #021500; }
span { border-color: rgb(2,21,0); }
td.TdClassName
{
border-color: #021500;
}
.TagClassName
{
border-color: #021500;
}
</style>