Shades of Myrtle #0A2B0C
Tints of Myrtle #0A2B0C
RGB
CMYK
RGB Variations
Color information
#0A2B0C (or 0x0A2B0C) is known color: Myrtle. HEX triplet: 0A, 2B and 0C. RGB value is (10,43,12). Sum of RGB (Red+Green+Blue) = 10+43+12=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 43 (17.19% from 255 or 66.15% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 43 - color contains mainly: green. Hex color #0A2B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2B0C is #F5D4F3. Grayscale: #1D1D1D. Windows color (decimal): -16110836 or 797450. OLE color: 797450.
HSL color Cylindrical-coordinate representation of color #0A2B0C: hue angle of 123.64º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0A2B0C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 10 | 43 | 12 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.83 |
| HSL | 123.64º | 0.62% | 0.1% | - |
| HSV(B) | 123.64º | 0.77% | 0.17% | - |
| XYZ | 1.06 | 1.82 | 0.64 | - |
| YUV | 29.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 43 | 12 | 0.77 | 0 | 0.72 | 0.83 | 123.64 | 0.62 | 0.1 |
| Hex | A | 2B | C | 4D | 0 | 48 | 53 | 7C | 3E | A |
| Octal | 12 | 53 | 14 | 115 | 0 | 110 | 123 | 174 | 76 | 12 |
| Binary | 1010 | 101011 | 1100 | 1001101 | 0 | 1001000 | 1010011 | 1111100 | 111110 | 1010 |
Color Harmonies of #0A2B0C
Complementary color
Monochromatic Colors of #0A2B0C
Black with #0A2B0C
Text Example
Text Example
White with #0A2B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2B0C; }
p { color: rgb(10,43,12); }
H1.HeaderClassName
{
color: #0A2B0C;
}
.AnyTagClassName
{
color: #0A2B0C;
}
</style>
background-color css
<style>
a { background-color: #0A2B0C; }
a { background-color: rgb(10,43,12); }
div.DivClassName
{
background-color: #0A2B0C;
}
.BgClassName
{
background-color: #0A2B0C;
}
</style>
border-color css
<style>
span { border-color: #0A2B0C; }
span { border-color: rgb(10,43,12); }
td.TdClassName
{
border-color: #0A2B0C;
}
.TagClassName
{
border-color: #0A2B0C;
}
</style>