Shades of Myrtle #0C300E
Tints of Myrtle #0C300E
RGB
CMYK
RGB Variations
Color information
#0C300E (or 0x0C300E) is known color: Myrtle. HEX triplet: 0C, 30 and 0E. RGB value is (12,48,14). Sum of RGB (Red+Green+Blue) = 12+48+14=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #0C300E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C300E is #F3CFF1. Grayscale: #212121. Windows color (decimal): -15978482 or 929804. OLE color: 929804.
HSL color Cylindrical-coordinate representation of color #0C300E: hue angle of 123.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C300E is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 14 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.81 |
| HSL | 123.33º | 0.6% | 0.12% | - |
| HSV(B) | 123.33º | 0.75% | 0.19% | - |
| XYZ | 1.29 | 2.22 | 0.78 | - |
| YUV | 33.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 14 | 0.75 | 0 | 0.71 | 0.81 | 123.33 | 0.6 | 0.12 |
| Hex | C | 30 | E | 4B | 0 | 47 | 51 | 7B | 3C | C |
| Octal | 14 | 60 | 16 | 113 | 0 | 107 | 121 | 173 | 74 | 14 |
| Binary | 1100 | 110000 | 1110 | 1001011 | 0 | 1000111 | 1010001 | 1111011 | 111100 | 1100 |
Color Harmonies of #0C300E
Complementary color
Monochromatic Colors of #0C300E
Black with #0C300E
Text Example
Text Example
White with #0C300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C300E; }
p { color: rgb(12,48,14); }
H1.HeaderClassName
{
color: #0C300E;
}
.AnyTagClassName
{
color: #0C300E;
}
</style>
background-color css
<style>
a { background-color: #0C300E; }
a { background-color: rgb(12,48,14); }
div.DivClassName
{
background-color: #0C300E;
}
.BgClassName
{
background-color: #0C300E;
}
</style>
border-color css
<style>
span { border-color: #0C300E; }
span { border-color: rgb(12,48,14); }
td.TdClassName
{
border-color: #0C300E;
}
.TagClassName
{
border-color: #0C300E;
}
</style>