Shades of Myrtle #030E00
Tints of Myrtle #030E00
RGB
CMYK
RGB Variations
Color information
#030E00 (or 0x030E00) is known color: Myrtle. HEX triplet: 03, 0E and 00. RGB value is (3,14,0). Sum of RGB (Red+Green+Blue) = 3+14+0=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 14 (5.86% from 255 or 82.35% from 17); Blue value is 0 (0.39% from 255 or 0% from 17); Max value from RGB is 14 - color contains mainly: green. Hex color #030E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E00 is #FCF1FF. Grayscale: #090909. Windows color (decimal): -16577024 or 3587. OLE color: 3587.
HSL color Cylindrical-coordinate representation of color #030E00: hue angle of 107.14º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030E00 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 14 | 0 | - |
| CMYK | 0.79 | 0 | 1 | 0.95 |
| HSL | 107.14º | 1% | 0.03% | - |
| HSV(B) | 107.14º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.33 | 0.05 | - |
| YUV | 9.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 0 | 0.79 | 0 | 1 | 0.95 | 107.14 | 1 | 0.03 |
| Hex | 3 | E | 0 | 4F | 0 | 64 | 5F | 6B | 64 | 3 |
| Octal | 3 | 16 | 0 | 117 | 0 | 144 | 137 | 153 | 144 | 3 |
| Binary | 11 | 1110 | 0 | 1001111 | 0 | 1100100 | 1011111 | 1101011 | 1100100 | 11 |
Color Harmonies of #030E00
Complementary color
Monochromatic Colors of #030E00
Black with #030E00
Text Example
Text Example
White with #030E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E00; }
p { color: rgb(3,14,0); }
H1.HeaderClassName
{
color: #030E00;
}
.AnyTagClassName
{
color: #030E00;
}
</style>
background-color css
<style>
a { background-color: #030E00; }
a { background-color: rgb(3,14,0); }
div.DivClassName
{
background-color: #030E00;
}
.BgClassName
{
background-color: #030E00;
}
</style>
border-color css
<style>
span { border-color: #030E00; }
span { border-color: rgb(3,14,0); }
td.TdClassName
{
border-color: #030E00;
}
.TagClassName
{
border-color: #030E00;
}
</style>