Shades of Myrtle #021B00
Tints of Myrtle #021B00
RGB
CMYK
RGB Variations
Color information
#021B00 (or 0x021B00) is known color: Myrtle. HEX triplet: 02, 1B and 00. RGB value is (2,27,0). Sum of RGB (Red+Green+Blue) = 2+27+0=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 27 (10.94% from 255 or 93.10% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 27 - color contains mainly: green. Hex color #021B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021B00 is #FDE4FF. Grayscale: #101010. Windows color (decimal): -16639232 or 6914. OLE color: 6914.
HSL color Cylindrical-coordinate representation of color #021B00: hue angle of 115.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #021B00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 27 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.89 |
| HSL | 115.56º | 1% | 0.05% | - |
| HSV(B) | 115.56º | 1% | 0.11% | - |
| XYZ | 0.42 | 0.8 | 0.13 | - |
| YUV | 16.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 27 | 0 | 0.93 | 0 | 1 | 0.89 | 115.56 | 1 | 0.05 |
| Hex | 2 | 1B | 0 | 5D | 0 | 64 | 59 | 74 | 64 | 5 |
| Octal | 2 | 33 | 0 | 135 | 0 | 144 | 131 | 164 | 144 | 5 |
| Binary | 10 | 11011 | 0 | 1011101 | 0 | 1100100 | 1011001 | 1110100 | 1100100 | 101 |
Color Harmonies of #021B00
Complementary color
Monochromatic Colors of #021B00
Black with #021B00
Text Example
Text Example
White with #021B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021B00; }
p { color: rgb(2,27,0); }
H1.HeaderClassName
{
color: #021B00;
}
.AnyTagClassName
{
color: #021B00;
}
</style>
background-color css
<style>
a { background-color: #021B00; }
a { background-color: rgb(2,27,0); }
div.DivClassName
{
background-color: #021B00;
}
.BgClassName
{
background-color: #021B00;
}
</style>
border-color css
<style>
span { border-color: #021B00; }
span { border-color: rgb(2,27,0); }
td.TdClassName
{
border-color: #021B00;
}
.TagClassName
{
border-color: #021B00;
}
</style>