Shades of Myrtle #0A2F03
Tints of Myrtle #0A2F03
RGB
CMYK
RGB Variations
Color information
#0A2F03 (or 0x0A2F03) is known color: Myrtle. HEX triplet: 0A, 2F and 03. RGB value is (10,47,3). Sum of RGB (Red+Green+Blue) = 10+47+3=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 47 (18.75% from 255 or 78.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2F03 is #F5D0FC. Grayscale: #1F1F1F. Windows color (decimal): -16109821 or 208650. OLE color: 208650.
HSL color Cylindrical-coordinate representation of color #0A2F03: hue angle of 110.45º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A2F03 is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 3 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.82 |
| HSL | 110.45º | 0.88% | 0.1% | - |
| HSV(B) | 110.45º | 0.94% | 0.18% | - |
| XYZ | 1.16 | 2.1 | 0.43 | - |
| YUV | 30.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 3 | 0.79 | 0 | 0.94 | 0.82 | 110.45 | 0.88 | 0.1 |
| Hex | A | 2F | 3 | 4F | 0 | 5E | 52 | 6E | 58 | A |
| Octal | 12 | 57 | 3 | 117 | 0 | 136 | 122 | 156 | 130 | 12 |
| Binary | 1010 | 101111 | 11 | 1001111 | 0 | 1011110 | 1010010 | 1101110 | 1011000 | 1010 |
Color Harmonies of #0A2F03
Complementary color
Monochromatic Colors of #0A2F03
Black with #0A2F03
Text Example
Text Example
White with #0A2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F03; }
p { color: rgb(10,47,3); }
H1.HeaderClassName
{
color: #0A2F03;
}
.AnyTagClassName
{
color: #0A2F03;
}
</style>
background-color css
<style>
a { background-color: #0A2F03; }
a { background-color: rgb(10,47,3); }
div.DivClassName
{
background-color: #0A2F03;
}
.BgClassName
{
background-color: #0A2F03;
}
</style>
border-color css
<style>
span { border-color: #0A2F03; }
span { border-color: rgb(10,47,3); }
td.TdClassName
{
border-color: #0A2F03;
}
.TagClassName
{
border-color: #0A2F03;
}
</style>