Shades of Myrtle #0C2F03
Tints of Myrtle #0C2F03
RGB
CMYK
RGB Variations
Color information
#0C2F03 (or 0x0C2F03) is known color: Myrtle. HEX triplet: 0C, 2F and 03. RGB value is (12,47,3). Sum of RGB (Red+Green+Blue) = 12+47+3=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 47 (18.75% from 255 or 75.81% from 62); Blue value is 3 (1.56% from 255 or 4.84% from 62); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2F03 is #F3D0FC. Grayscale: #1F1F1F. Windows color (decimal): -15978749 or 208652. OLE color: 208652.
HSL color Cylindrical-coordinate representation of color #0C2F03: hue angle of 107.73º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2F03 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 47 | 3 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.82 |
| HSL | 107.73º | 0.88% | 0.1% | - |
| HSV(B) | 107.73º | 0.94% | 0.18% | - |
| XYZ | 1.18 | 2.12 | 0.43 | - |
| YUV | 31.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 3 | 0.74 | 0 | 0.94 | 0.82 | 107.73 | 0.88 | 0.1 |
| Hex | C | 2F | 3 | 4A | 0 | 5E | 52 | 6C | 58 | A |
| Octal | 14 | 57 | 3 | 112 | 0 | 136 | 122 | 154 | 130 | 12 |
| Binary | 1100 | 101111 | 11 | 1001010 | 0 | 1011110 | 1010010 | 1101100 | 1011000 | 1010 |
Color Harmonies of #0C2F03
Complementary color
Monochromatic Colors of #0C2F03
Black with #0C2F03
Text Example
Text Example
White with #0C2F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F03; }
p { color: rgb(12,47,3); }
H1.HeaderClassName
{
color: #0C2F03;
}
.AnyTagClassName
{
color: #0C2F03;
}
</style>
background-color css
<style>
a { background-color: #0C2F03; }
a { background-color: rgb(12,47,3); }
div.DivClassName
{
background-color: #0C2F03;
}
.BgClassName
{
background-color: #0C2F03;
}
</style>
border-color css
<style>
span { border-color: #0C2F03; }
span { border-color: rgb(12,47,3); }
td.TdClassName
{
border-color: #0C2F03;
}
.TagClassName
{
border-color: #0C2F03;
}
</style>