Shades of Myrtle #0A2C07
Tints of Myrtle #0A2C07
RGB
CMYK
RGB Variations
Color information
#0A2C07 (or 0x0A2C07) is known color: Myrtle. HEX triplet: 0A, 2C and 07. RGB value is (10,44,7). Sum of RGB (Red+Green+Blue) = 10+44+7=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 44 (17.58% from 255 or 72.13% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 44 - color contains mainly: green. Hex color #0A2C07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2C07 is #F5D3F8. Grayscale: #1D1D1D. Windows color (decimal): -16110585 or 470026. OLE color: 470026.
HSL color Cylindrical-coordinate representation of color #0A2C07: hue angle of 115.14º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A2C07 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 44 | 7 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.83 |
| HSL | 115.14º | 0.73% | 0.1% | - |
| HSV(B) | 115.14º | 0.84% | 0.17% | - |
| XYZ | 1.06 | 1.88 | 0.51 | - |
| YUV | 29.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 44 | 7 | 0.77 | 0 | 0.84 | 0.83 | 115.14 | 0.73 | 0.1 |
| Hex | A | 2C | 7 | 4D | 0 | 54 | 53 | 73 | 49 | A |
| Octal | 12 | 54 | 7 | 115 | 0 | 124 | 123 | 163 | 111 | 12 |
| Binary | 1010 | 101100 | 111 | 1001101 | 0 | 1010100 | 1010011 | 1110011 | 1001001 | 1010 |
Color Harmonies of #0A2C07
Complementary color
Monochromatic Colors of #0A2C07
Black with #0A2C07
Text Example
Text Example
White with #0A2C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2C07; }
p { color: rgb(10,44,7); }
H1.HeaderClassName
{
color: #0A2C07;
}
.AnyTagClassName
{
color: #0A2C07;
}
</style>
background-color css
<style>
a { background-color: #0A2C07; }
a { background-color: rgb(10,44,7); }
div.DivClassName
{
background-color: #0A2C07;
}
.BgClassName
{
background-color: #0A2C07;
}
</style>
border-color css
<style>
span { border-color: #0A2C07; }
span { border-color: rgb(10,44,7); }
td.TdClassName
{
border-color: #0A2C07;
}
.TagClassName
{
border-color: #0A2C07;
}
</style>