Shades of Myrtle #0A3102
Tints of Myrtle #0A3102
RGB
CMYK
RGB Variations
Color information
#0A3102 (or 0x0A3102) is known color: Myrtle. HEX triplet: 0A, 31 and 02. RGB value is (10,49,2). Sum of RGB (Red+Green+Blue) = 10+49+2=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 49 (19.53% from 255 or 80.33% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3102 is #F5CEFD. Grayscale: #202020. Windows color (decimal): -16109310 or 143626. OLE color: 143626.
HSL color Cylindrical-coordinate representation of color #0A3102: hue angle of 109.79º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A3102 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 2 | - |
| CMYK | 0.80 | 0 | 0.96 | 0.81 |
| HSL | 109.79º | 0.92% | 0.1% | - |
| HSV(B) | 109.79º | 0.96% | 0.19% | - |
| XYZ | 1.23 | 2.27 | 0.43 | - |
| YUV | 31.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 2 | 0.80 | 0 | 0.96 | 0.81 | 109.79 | 0.92 | 0.1 |
| Hex | A | 31 | 2 | 50 | 0 | 60 | 51 | 6E | 5C | A |
| Octal | 12 | 61 | 2 | 120 | 0 | 140 | 121 | 156 | 134 | 12 |
| Binary | 1010 | 110001 | 10 | 1010000 | 0 | 1100000 | 1010001 | 1101110 | 1011100 | 1010 |
Color Harmonies of #0A3102
Complementary color
Monochromatic Colors of #0A3102
Black with #0A3102
Text Example
Text Example
White with #0A3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3102; }
p { color: rgb(10,49,2); }
H1.HeaderClassName
{
color: #0A3102;
}
.AnyTagClassName
{
color: #0A3102;
}
</style>
background-color css
<style>
a { background-color: #0A3102; }
a { background-color: rgb(10,49,2); }
div.DivClassName
{
background-color: #0A3102;
}
.BgClassName
{
background-color: #0A3102;
}
</style>
border-color css
<style>
span { border-color: #0A3102; }
span { border-color: rgb(10,49,2); }
td.TdClassName
{
border-color: #0A3102;
}
.TagClassName
{
border-color: #0A3102;
}
</style>