Shades of Myrtle #0A2F0D
Tints of Myrtle #0A2F0D
RGB
CMYK
RGB Variations
Color information
#0A2F0D (or 0x0A2F0D) is known color: Myrtle. HEX triplet: 0A, 2F and 0D. RGB value is (10,47,13). Sum of RGB (Red+Green+Blue) = 10+47+13=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 47 (18.75% from 255 or 67.14% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 47 - color contains mainly: green. Hex color #0A2F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2F0D is #F5D0F2. Grayscale: #202020. Windows color (decimal): -16109811 or 864010. OLE color: 864010.
HSL color Cylindrical-coordinate representation of color #0A2F0D: hue angle of 124.86º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A2F0D is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 47 | 13 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.82 |
| HSL | 124.86º | 0.65% | 0.11% | - |
| HSV(B) | 124.86º | 0.79% | 0.18% | - |
| XYZ | 1.21 | 2.13 | 0.73 | - |
| YUV | 32.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 47 | 13 | 0.79 | 0 | 0.72 | 0.82 | 124.86 | 0.65 | 0.11 |
| Hex | A | 2F | D | 4F | 0 | 48 | 52 | 7D | 41 | B |
| Octal | 12 | 57 | 15 | 117 | 0 | 110 | 122 | 175 | 101 | 13 |
| Binary | 1010 | 101111 | 1101 | 1001111 | 0 | 1001000 | 1010010 | 1111101 | 1000001 | 1011 |
Color Harmonies of #0A2F0D
Complementary color
Monochromatic Colors of #0A2F0D
Black with #0A2F0D
Text Example
Text Example
White with #0A2F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2F0D; }
p { color: rgb(10,47,13); }
H1.HeaderClassName
{
color: #0A2F0D;
}
.AnyTagClassName
{
color: #0A2F0D;
}
</style>
background-color css
<style>
a { background-color: #0A2F0D; }
a { background-color: rgb(10,47,13); }
div.DivClassName
{
background-color: #0A2F0D;
}
.BgClassName
{
background-color: #0A2F0D;
}
</style>
border-color css
<style>
span { border-color: #0A2F0D; }
span { border-color: rgb(10,47,13); }
td.TdClassName
{
border-color: #0A2F0D;
}
.TagClassName
{
border-color: #0A2F0D;
}
</style>