Shades of Myrtle #0C2E03
Tints of Myrtle #0C2E03
RGB
CMYK
RGB Variations
Color information
#0C2E03 (or 0x0C2E03) is known color: Myrtle. HEX triplet: 0C, 2E and 03. RGB value is (12,46,3). Sum of RGB (Red+Green+Blue) = 12+46+3=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 46 (18.36% from 255 or 75.41% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2E03 is #F3D1FC. Grayscale: #1F1F1F. Windows color (decimal): -15979005 or 208396. OLE color: 208396.
HSL color Cylindrical-coordinate representation of color #0C2E03: hue angle of 107.44º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2E03 is Cyan = 0.74, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 46 | 3 | - |
| CMYK | 0.74 | 0 | 0.93 | 0.82 |
| HSL | 107.44º | 0.88% | 0.1% | - |
| HSV(B) | 107.44º | 0.93% | 0.18% | - |
| XYZ | 1.15 | 2.04 | 0.42 | - |
| YUV | 30.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 46 | 3 | 0.74 | 0 | 0.93 | 0.82 | 107.44 | 0.88 | 0.1 |
| Hex | C | 2E | 3 | 4A | 0 | 5D | 52 | 6B | 58 | A |
| Octal | 14 | 56 | 3 | 112 | 0 | 135 | 122 | 153 | 130 | 12 |
| Binary | 1100 | 101110 | 11 | 1001010 | 0 | 1011101 | 1010010 | 1101011 | 1011000 | 1010 |
Color Harmonies of #0C2E03
Complementary color
Monochromatic Colors of #0C2E03
Black with #0C2E03
Text Example
Text Example
White with #0C2E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2E03; }
p { color: rgb(12,46,3); }
H1.HeaderClassName
{
color: #0C2E03;
}
.AnyTagClassName
{
color: #0C2E03;
}
</style>
background-color css
<style>
a { background-color: #0C2E03; }
a { background-color: rgb(12,46,3); }
div.DivClassName
{
background-color: #0C2E03;
}
.BgClassName
{
background-color: #0C2E03;
}
</style>
border-color css
<style>
span { border-color: #0C2E03; }
span { border-color: rgb(12,46,3); }
td.TdClassName
{
border-color: #0C2E03;
}
.TagClassName
{
border-color: #0C2E03;
}
</style>