Shades of Myrtle #011F00
Tints of Myrtle #011F00
RGB
CMYK
RGB Variations
Color information
#011F00 (or 0x011F00) is known color: Myrtle. HEX triplet: 01, 1F and 00. RGB value is (1,31,0). Sum of RGB (Red+Green+Blue) = 1+31+0=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 31 (12.5% from 255 or 96.88% from 32); Blue value is 0 (0.39% from 255 or 0% from 32); Max value from RGB is 31 - color contains mainly: green. Hex color #011F00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #011F00 is #FEE0FF. Grayscale: #121212. Windows color (decimal): -16703744 or 7937. OLE color: 7937.
HSL color Cylindrical-coordinate representation of color #011F00: hue angle of 118.06º 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 #011F00 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 1 | 31 | 0 | - |
| CMYK | 0.97 | 0 | 1 | 0.88 |
| HSL | 118.06º | 1% | 0.06% | - |
| HSV(B) | 118.06º | 1% | 0.12% | - |
| XYZ | 0.5 | 0.99 | 0.16 | - |
| YUV | 18.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 0 | 0.97 | 0 | 1 | 0.88 | 118.06 | 1 | 0.06 |
| Hex | 1 | 1F | 0 | 61 | 0 | 64 | 58 | 76 | 64 | 6 |
| Octal | 1 | 37 | 0 | 141 | 0 | 144 | 130 | 166 | 144 | 6 |
| Binary | 1 | 11111 | 0 | 1100001 | 0 | 1100100 | 1011000 | 1110110 | 1100100 | 110 |
Color Harmonies of #011F00
Complementary color
Monochromatic Colors of #011F00
Black with #011F00
Text Example
Text Example
White with #011F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F00; }
p { color: rgb(1,31,0); }
H1.HeaderClassName
{
color: #011F00;
}
.AnyTagClassName
{
color: #011F00;
}
</style>
background-color css
<style>
a { background-color: #011F00; }
a { background-color: rgb(1,31,0); }
div.DivClassName
{
background-color: #011F00;
}
.BgClassName
{
background-color: #011F00;
}
</style>
border-color css
<style>
span { border-color: #011F00; }
span { border-color: rgb(1,31,0); }
td.TdClassName
{
border-color: #011F00;
}
.TagClassName
{
border-color: #011F00;
}
</style>