Shades of Myrtle #0C2403
Tints of Myrtle #0C2403
RGB
CMYK
RGB Variations
Color information
#0C2403 (or 0x0C2403) is known color: Myrtle. HEX triplet: 0C, 24 and 03. RGB value is (12,36,3). Sum of RGB (Red+Green+Blue) = 12+36+3=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 36 (14.45% from 255 or 70.59% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2403 is #F3DBFC. Grayscale: #191919. Windows color (decimal): -15981565 or 205836. OLE color: 205836.
HSL color Cylindrical-coordinate representation of color #0C2403: hue angle of 103.64º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2403 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 3 | - |
| CMYK | 0.67 | 0 | 0.92 | 0.86 |
| HSL | 103.64º | 0.85% | 0.08% | - |
| HSV(B) | 103.64º | 0.92% | 0.14% | - |
| XYZ | 0.8 | 1.35 | 0.3 | - |
| YUV | 25.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 3 | 0.67 | 0 | 0.92 | 0.86 | 103.64 | 0.85 | 0.08 |
| Hex | C | 24 | 3 | 43 | 0 | 5C | 56 | 68 | 55 | 8 |
| Octal | 14 | 44 | 3 | 103 | 0 | 134 | 126 | 150 | 125 | 10 |
| Binary | 1100 | 100100 | 11 | 1000011 | 0 | 1011100 | 1010110 | 1101000 | 1010101 | 1000 |
Color Harmonies of #0C2403
Complementary color
Monochromatic Colors of #0C2403
Black with #0C2403
Text Example
Text Example
White with #0C2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2403; }
p { color: rgb(12,36,3); }
H1.HeaderClassName
{
color: #0C2403;
}
.AnyTagClassName
{
color: #0C2403;
}
</style>
background-color css
<style>
a { background-color: #0C2403; }
a { background-color: rgb(12,36,3); }
div.DivClassName
{
background-color: #0C2403;
}
.BgClassName
{
background-color: #0C2403;
}
</style>
border-color css
<style>
span { border-color: #0C2403; }
span { border-color: rgb(12,36,3); }
td.TdClassName
{
border-color: #0C2403;
}
.TagClassName
{
border-color: #0C2403;
}
</style>