Shades of Myrtle #0C2803
Tints of Myrtle #0C2803
RGB
CMYK
RGB Variations
Color information
#0C2803 (or 0x0C2803) is known color: Myrtle. HEX triplet: 0C, 28 and 03. RGB value is (12,40,3). Sum of RGB (Red+Green+Blue) = 12+40+3=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 40 (16.02% from 255 or 72.73% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 40 - color contains mainly: green. Hex color #0C2803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2803 is #F3D7FC. Grayscale: #1B1B1B. Windows color (decimal): -15980541 or 206860. OLE color: 206860.
HSL color Cylindrical-coordinate representation of color #0C2803: hue angle of 105.41º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C2803 is Cyan = 0.70, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 40 | 3 | - |
| CMYK | 0.70 | 0 | 0.93 | 0.84 |
| HSL | 105.41º | 0.86% | 0.08% | - |
| HSV(B) | 105.41º | 0.93% | 0.16% | - |
| XYZ | 0.93 | 1.6 | 0.35 | - |
| YUV | 27.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 3 | 0.70 | 0 | 0.93 | 0.84 | 105.41 | 0.86 | 0.08 |
| Hex | C | 28 | 3 | 46 | 0 | 5D | 54 | 69 | 56 | 8 |
| Octal | 14 | 50 | 3 | 106 | 0 | 135 | 124 | 151 | 126 | 10 |
| Binary | 1100 | 101000 | 11 | 1000110 | 0 | 1011101 | 1010100 | 1101001 | 1010110 | 1000 |
Color Harmonies of #0C2803
Complementary color
Monochromatic Colors of #0C2803
Black with #0C2803
Text Example
Text Example
White with #0C2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2803; }
p { color: rgb(12,40,3); }
H1.HeaderClassName
{
color: #0C2803;
}
.AnyTagClassName
{
color: #0C2803;
}
</style>
background-color css
<style>
a { background-color: #0C2803; }
a { background-color: rgb(12,40,3); }
div.DivClassName
{
background-color: #0C2803;
}
.BgClassName
{
background-color: #0C2803;
}
</style>
border-color css
<style>
span { border-color: #0C2803; }
span { border-color: rgb(12,40,3); }
td.TdClassName
{
border-color: #0C2803;
}
.TagClassName
{
border-color: #0C2803;
}
</style>