Shades of Myrtle #0A2E07
Tints of Myrtle #0A2E07
RGB
CMYK
RGB Variations
Color information
#0A2E07 (or 0x0A2E07) is known color: Myrtle. HEX triplet: 0A, 2E and 07. RGB value is (10,46,7). Sum of RGB (Red+Green+Blue) = 10+46+7=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 46 (18.36% from 255 or 73.02% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 46 - color contains mainly: green. Hex color #0A2E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2E07 is #F5D1F8. Grayscale: #1E1E1E. Windows color (decimal): -16110073 or 470538. OLE color: 470538.
HSL color Cylindrical-coordinate representation of color #0A2E07: hue angle of 115.38º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A2E07 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 46 | 7 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.82 |
| HSL | 115.38º | 0.74% | 0.1% | - |
| HSV(B) | 115.38º | 0.85% | 0.18% | - |
| XYZ | 1.14 | 2.03 | 0.53 | - |
| YUV | 30.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 46 | 7 | 0.78 | 0 | 0.85 | 0.82 | 115.38 | 0.74 | 0.1 |
| Hex | A | 2E | 7 | 4E | 0 | 55 | 52 | 73 | 4A | A |
| Octal | 12 | 56 | 7 | 116 | 0 | 125 | 122 | 163 | 112 | 12 |
| Binary | 1010 | 101110 | 111 | 1001110 | 0 | 1010101 | 1010010 | 1110011 | 1001010 | 1010 |
Color Harmonies of #0A2E07
Complementary color
Monochromatic Colors of #0A2E07
Black with #0A2E07
Text Example
Text Example
White with #0A2E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2E07; }
p { color: rgb(10,46,7); }
H1.HeaderClassName
{
color: #0A2E07;
}
.AnyTagClassName
{
color: #0A2E07;
}
</style>
background-color css
<style>
a { background-color: #0A2E07; }
a { background-color: rgb(10,46,7); }
div.DivClassName
{
background-color: #0A2E07;
}
.BgClassName
{
background-color: #0A2E07;
}
</style>
border-color css
<style>
span { border-color: #0A2E07; }
span { border-color: rgb(10,46,7); }
td.TdClassName
{
border-color: #0A2E07;
}
.TagClassName
{
border-color: #0A2E07;
}
</style>