Shades of Myrtle #012F03
Tints of Myrtle #012F03
RGB
CMYK
RGB Variations
Color information
#012F03 (or 0x012F03) is known color: Myrtle. HEX triplet: 01, 2F and 03. RGB value is (1,47,3). Sum of RGB (Red+Green+Blue) = 1+47+3=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 47 (18.75% from 255 or 92.16% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 47 - color contains mainly: green. Hex color #012F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012F03 is #FED0FC. Grayscale: #1C1C1C. Windows color (decimal): -16699645 or 208641. OLE color: 208641.
HSL color Cylindrical-coordinate representation of color #012F03: hue angle of 122.61º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F03 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 47 | 3 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.82 |
| HSL | 122.61º | 0.96% | 0.09% | - |
| HSV(B) | 122.61º | 0.98% | 0.18% | - |
| XYZ | 1.05 | 2.05 | 0.43 | - |
| YUV | 28.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 3 | 0.98 | 0 | 0.94 | 0.82 | 122.61 | 0.96 | 0.09 |
| Hex | 1 | 2F | 3 | 62 | 0 | 5E | 52 | 7B | 60 | 9 |
| Octal | 1 | 57 | 3 | 142 | 0 | 136 | 122 | 173 | 140 | 11 |
| Binary | 1 | 101111 | 11 | 1100010 | 0 | 1011110 | 1010010 | 1111011 | 1100000 | 1001 |
Color Harmonies of #012F03
Complementary color
Monochromatic Colors of #012F03
Black with #012F03
Text Example
Text Example
White with #012F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F03; }
p { color: rgb(1,47,3); }
H1.HeaderClassName
{
color: #012F03;
}
.AnyTagClassName
{
color: #012F03;
}
</style>
background-color css
<style>
a { background-color: #012F03; }
a { background-color: rgb(1,47,3); }
div.DivClassName
{
background-color: #012F03;
}
.BgClassName
{
background-color: #012F03;
}
</style>
border-color css
<style>
span { border-color: #012F03; }
span { border-color: rgb(1,47,3); }
td.TdClassName
{
border-color: #012F03;
}
.TagClassName
{
border-color: #012F03;
}
</style>