Shades of Myrtle #0C1E05
Tints of Myrtle #0C1E05
RGB
CMYK
RGB Variations
Color information
#0C1E05 (or 0x0C1E05) is known color: Myrtle. HEX triplet: 0C, 1E and 05. RGB value is (12,30,5). Sum of RGB (Red+Green+Blue) = 12+30+5=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E05 is #F3E1FA. Grayscale: #151515. Windows color (decimal): -15983099 or 335372. OLE color: 335372.
HSL color Cylindrical-coordinate representation of color #0C1E05: hue angle of 103.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C1E05 is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 30 | 5 | - |
| CMYK | 0.60 | 0 | 0.83 | 0.88 |
| HSL | 103.2º | 0.71% | 0.07% | - |
| HSV(B) | 103.2º | 0.83% | 0.12% | - |
| XYZ | 0.64 | 1.02 | 0.31 | - |
| YUV | 21.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 5 | 0.60 | 0 | 0.83 | 0.88 | 103.2 | 0.71 | 0.07 |
| Hex | C | 1E | 5 | 3C | 0 | 53 | 58 | 67 | 47 | 7 |
| Octal | 14 | 36 | 5 | 74 | 0 | 123 | 130 | 147 | 107 | 7 |
| Binary | 1100 | 11110 | 101 | 111100 | 0 | 1010011 | 1011000 | 1100111 | 1000111 | 111 |
Color Harmonies of #0C1E05
Complementary color
Monochromatic Colors of #0C1E05
Black with #0C1E05
Text Example
Text Example
White with #0C1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E05; }
p { color: rgb(12,30,5); }
H1.HeaderClassName
{
color: #0C1E05;
}
.AnyTagClassName
{
color: #0C1E05;
}
</style>
background-color css
<style>
a { background-color: #0C1E05; }
a { background-color: rgb(12,30,5); }
div.DivClassName
{
background-color: #0C1E05;
}
.BgClassName
{
background-color: #0C1E05;
}
</style>
border-color css
<style>
span { border-color: #0C1E05; }
span { border-color: rgb(12,30,5); }
td.TdClassName
{
border-color: #0C1E05;
}
.TagClassName
{
border-color: #0C1E05;
}
</style>