Shades of Myrtle #0C1E0A
Tints of Myrtle #0C1E0A
RGB
CMYK
RGB Variations
Color information
#0C1E0A (or 0x0C1E0A) is known color: Myrtle. HEX triplet: 0C, 1E and 0A. RGB value is (12,30,10). Sum of RGB (Red+Green+Blue) = 12+30+10=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 30 (12.11% from 255 or 57.69% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E0A is #F3E1F5. Grayscale: #161616. Windows color (decimal): -15983094 or 663052. OLE color: 663052.
HSL color Cylindrical-coordinate representation of color #0C1E0A: hue angle of 114º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C1E0A is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 30 | 10 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.88 |
| HSL | 114º | 0.5% | 0.08% | - |
| HSV(B) | 114º | 0.67% | 0.12% | - |
| XYZ | 0.67 | 1.03 | 0.45 | - |
| YUV | 22.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 10 | 0.60 | 0 | 0.67 | 0.88 | 114 | 0.5 | 0.08 |
| Hex | C | 1E | A | 3C | 0 | 43 | 58 | 72 | 32 | 8 |
| Octal | 14 | 36 | 12 | 74 | 0 | 103 | 130 | 162 | 62 | 10 |
| Binary | 1100 | 11110 | 1010 | 111100 | 0 | 1000011 | 1011000 | 1110010 | 110010 | 1000 |
Color Harmonies of #0C1E0A
Complementary color
Monochromatic Colors of #0C1E0A
Black with #0C1E0A
Text Example
Text Example
White with #0C1E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E0A; }
p { color: rgb(12,30,10); }
H1.HeaderClassName
{
color: #0C1E0A;
}
.AnyTagClassName
{
color: #0C1E0A;
}
</style>
background-color css
<style>
a { background-color: #0C1E0A; }
a { background-color: rgb(12,30,10); }
div.DivClassName
{
background-color: #0C1E0A;
}
.BgClassName
{
background-color: #0C1E0A;
}
</style>
border-color css
<style>
span { border-color: #0C1E0A; }
span { border-color: rgb(12,30,10); }
td.TdClassName
{
border-color: #0C1E0A;
}
.TagClassName
{
border-color: #0C1E0A;
}
</style>