Shades of Myrtle #0C2400
Tints of Myrtle #0C2400
RGB
CMYK
RGB Variations
Color information
#0C2400 (or 0x0C2400) is known color: Myrtle. HEX triplet: 0C, 24 and 00. RGB value is (12,36,0). Sum of RGB (Red+Green+Blue) = 12+36+0=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 36 (14.45% from 255 or 75% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 36 - color contains mainly: green. Hex color #0C2400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2400 is #F3DBFF. Grayscale: #181818. Windows color (decimal): -15981568 or 9228. OLE color: 9228.
HSL color Cylindrical-coordinate representation of color #0C2400: hue angle of 100º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C2400 is Cyan = 0.67, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 0 | - |
| CMYK | 0.67 | 0 | 1 | 0.86 |
| HSL | 100º | 1% | 0.07% | - |
| HSV(B) | 100º | 1% | 0.14% | - |
| XYZ | 0.78 | 1.34 | 0.22 | - |
| YUV | 24.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 0 | 0.67 | 0 | 1 | 0.86 | 100 | 1 | 0.07 |
| Hex | C | 24 | 0 | 43 | 0 | 64 | 56 | 64 | 64 | 7 |
| Octal | 14 | 44 | 0 | 103 | 0 | 144 | 126 | 144 | 144 | 7 |
| Binary | 1100 | 100100 | 0 | 1000011 | 0 | 1100100 | 1010110 | 1100100 | 1100100 | 111 |
Color Harmonies of #0C2400
Complementary color
Monochromatic Colors of #0C2400
Black with #0C2400
Text Example
Text Example
White with #0C2400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2400; }
p { color: rgb(12,36,0); }
H1.HeaderClassName
{
color: #0C2400;
}
.AnyTagClassName
{
color: #0C2400;
}
</style>
background-color css
<style>
a { background-color: #0C2400; }
a { background-color: rgb(12,36,0); }
div.DivClassName
{
background-color: #0C2400;
}
.BgClassName
{
background-color: #0C2400;
}
</style>
border-color css
<style>
span { border-color: #0C2400; }
span { border-color: rgb(12,36,0); }
td.TdClassName
{
border-color: #0C2400;
}
.TagClassName
{
border-color: #0C2400;
}
</style>