Shades of Myrtle #0A2D0C
Tints of Myrtle #0A2D0C
RGB
CMYK
RGB Variations
Color information
#0A2D0C (or 0x0A2D0C) is known color: Myrtle. HEX triplet: 0A, 2D and 0C. RGB value is (10,45,12). Sum of RGB (Red+Green+Blue) = 10+45+12=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #0A2D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2D0C is #F5D2F3. Grayscale: #1E1E1E. Windows color (decimal): -16110324 or 797962. OLE color: 797962.
HSL color Cylindrical-coordinate representation of color #0A2D0C: hue angle of 123.43º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0A2D0C is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 45 | 12 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.82 |
| HSL | 123.43º | 0.64% | 0.11% | - |
| HSV(B) | 123.43º | 0.78% | 0.18% | - |
| XYZ | 1.13 | 1.97 | 0.67 | - |
| YUV | 30.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 45 | 12 | 0.78 | 0 | 0.73 | 0.82 | 123.43 | 0.64 | 0.11 |
| Hex | A | 2D | C | 4E | 0 | 49 | 52 | 7B | 40 | B |
| Octal | 12 | 55 | 14 | 116 | 0 | 111 | 122 | 173 | 100 | 13 |
| Binary | 1010 | 101101 | 1100 | 1001110 | 0 | 1001001 | 1010010 | 1111011 | 1000000 | 1011 |
Color Harmonies of #0A2D0C
Complementary color
Monochromatic Colors of #0A2D0C
Black with #0A2D0C
Text Example
Text Example
White with #0A2D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2D0C; }
p { color: rgb(10,45,12); }
H1.HeaderClassName
{
color: #0A2D0C;
}
.AnyTagClassName
{
color: #0A2D0C;
}
</style>
background-color css
<style>
a { background-color: #0A2D0C; }
a { background-color: rgb(10,45,12); }
div.DivClassName
{
background-color: #0A2D0C;
}
.BgClassName
{
background-color: #0A2D0C;
}
</style>
border-color css
<style>
span { border-color: #0A2D0C; }
span { border-color: rgb(10,45,12); }
td.TdClassName
{
border-color: #0A2D0C;
}
.TagClassName
{
border-color: #0A2D0C;
}
</style>