Shades of Myrtle #031E03
Tints of Myrtle #031E03
RGB
CMYK
RGB Variations
Color information
#031E03 (or 0x031E03) is known color: Myrtle. HEX triplet: 03, 1E and 03. RGB value is (3,30,3). Sum of RGB (Red+Green+Blue) = 3+30+3=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 30 (12.11% from 255 or 83.33% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 30 - color contains mainly: green. Hex color #031E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E03 is #FCE1FC. Grayscale: #121212. Windows color (decimal): -16572925 or 204291. OLE color: 204291.
HSL color Cylindrical-coordinate representation of color #031E03: hue angle of 120º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E03 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 3 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.88 |
| HSL | 120º | 0.82% | 0.06% | - |
| HSV(B) | 120º | 0.9% | 0.12% | - |
| XYZ | 0.52 | 0.95 | 0.24 | - |
| YUV | 18.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 3 | 0.90 | 0 | 0.90 | 0.88 | 120 | 0.82 | 0.06 |
| Hex | 3 | 1E | 3 | 5A | 0 | 5A | 58 | 78 | 52 | 6 |
| Octal | 3 | 36 | 3 | 132 | 0 | 132 | 130 | 170 | 122 | 6 |
| Binary | 11 | 11110 | 11 | 1011010 | 0 | 1011010 | 1011000 | 1111000 | 1010010 | 110 |
Color Harmonies of #031E03
Complementary color
Monochromatic Colors of #031E03
Black with #031E03
Text Example
Text Example
White with #031E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E03; }
p { color: rgb(3,30,3); }
H1.HeaderClassName
{
color: #031E03;
}
.AnyTagClassName
{
color: #031E03;
}
</style>
background-color css
<style>
a { background-color: #031E03; }
a { background-color: rgb(3,30,3); }
div.DivClassName
{
background-color: #031E03;
}
.BgClassName
{
background-color: #031E03;
}
</style>
border-color css
<style>
span { border-color: #031E03; }
span { border-color: rgb(3,30,3); }
td.TdClassName
{
border-color: #031E03;
}
.TagClassName
{
border-color: #031E03;
}
</style>