Shades of Myrtle #031A00
Tints of Myrtle #031A00
RGB
CMYK
RGB Variations
Color information
#031A00 (or 0x031A00) is known color: Myrtle. HEX triplet: 03, 1A and 00. RGB value is (3,26,0). Sum of RGB (Red+Green+Blue) = 3+26+0=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 26 (10.55% from 255 or 89.66% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 26 - color contains mainly: green. Hex color #031A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031A00 is #FCE5FF. Grayscale: #101010. Windows color (decimal): -16573952 or 6659. OLE color: 6659.
HSL color Cylindrical-coordinate representation of color #031A00: hue angle of 113.08º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031A00 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 26 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.90 |
| HSL | 113.08º | 1% | 0.05% | - |
| HSV(B) | 113.08º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.76 | 0.12 | - |
| YUV | 16.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 0 | 0.88 | 0 | 1 | 0.90 | 113.08 | 1 | 0.05 |
| Hex | 3 | 1A | 0 | 58 | 0 | 64 | 5A | 71 | 64 | 5 |
| Octal | 3 | 32 | 0 | 130 | 0 | 144 | 132 | 161 | 144 | 5 |
| Binary | 11 | 11010 | 0 | 1011000 | 0 | 1100100 | 1011010 | 1110001 | 1100100 | 101 |
Color Harmonies of #031A00
Complementary color
Monochromatic Colors of #031A00
Black with #031A00
Text Example
Text Example
White with #031A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A00; }
p { color: rgb(3,26,0); }
H1.HeaderClassName
{
color: #031A00;
}
.AnyTagClassName
{
color: #031A00;
}
</style>
background-color css
<style>
a { background-color: #031A00; }
a { background-color: rgb(3,26,0); }
div.DivClassName
{
background-color: #031A00;
}
.BgClassName
{
background-color: #031A00;
}
</style>
border-color css
<style>
span { border-color: #031A00; }
span { border-color: rgb(3,26,0); }
td.TdClassName
{
border-color: #031A00;
}
.TagClassName
{
border-color: #031A00;
}
</style>