Shades of Myrtle #031902
Tints of Myrtle #031902
RGB
CMYK
RGB Variations
Color information
#031902 (or 0x031902) is known color: Myrtle. HEX triplet: 03, 19 and 02. RGB value is (3,25,2). Sum of RGB (Red+Green+Blue) = 3+25+2=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 25 (10.16% from 255 or 83.33% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 25 - color contains mainly: green. Hex color #031902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031902 is #FCE6FD. Grayscale: #0F0F0F. Windows color (decimal): -16574206 or 137475. OLE color: 137475.
HSL color Cylindrical-coordinate representation of color #031902: hue angle of 117.39º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031902 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 3 | 25 | 2 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.90 |
| HSL | 117.39º | 0.85% | 0.05% | - |
| HSV(B) | 117.39º | 0.92% | 0.1% | - |
| XYZ | 0.4 | 0.72 | 0.18 | - |
| YUV | 15.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 2 | 0.88 | 0 | 0.92 | 0.90 | 117.39 | 0.85 | 0.05 |
| Hex | 3 | 19 | 2 | 58 | 0 | 5C | 5A | 75 | 55 | 5 |
| Octal | 3 | 31 | 2 | 130 | 0 | 134 | 132 | 165 | 125 | 5 |
| Binary | 11 | 11001 | 10 | 1011000 | 0 | 1011100 | 1011010 | 1110101 | 1010101 | 101 |
Color Harmonies of #031902
Complementary color
Monochromatic Colors of #031902
Black with #031902
Text Example
Text Example
White with #031902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031902; }
p { color: rgb(3,25,2); }
H1.HeaderClassName
{
color: #031902;
}
.AnyTagClassName
{
color: #031902;
}
</style>
background-color css
<style>
a { background-color: #031902; }
a { background-color: rgb(3,25,2); }
div.DivClassName
{
background-color: #031902;
}
.BgClassName
{
background-color: #031902;
}
</style>
border-color css
<style>
span { border-color: #031902; }
span { border-color: rgb(3,25,2); }
td.TdClassName
{
border-color: #031902;
}
.TagClassName
{
border-color: #031902;
}
</style>