Shades of Myrtle #0C2A01
Tints of Myrtle #0C2A01
RGB
CMYK
RGB Variations
Color information
#0C2A01 (or 0x0C2A01) is known color: Myrtle. HEX triplet: 0C, 2A and 01. RGB value is (12,42,1). Sum of RGB (Red+Green+Blue) = 12+42+1=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 42 (16.80% from 255 or 76.36% from 55); Blue value is 1 (0.78% from 255 or 1.82% from 55); Max value from RGB is 42 - color contains mainly: green. Hex color #0C2A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2A01 is #F3D5FE. Grayscale: #1C1C1C. Windows color (decimal): -15980031 or 76300. OLE color: 76300.
HSL color Cylindrical-coordinate representation of color #0C2A01: hue angle of 103.9º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C2A01 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 42 | 1 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.84 |
| HSL | 103.9º | 0.95% | 0.08% | - |
| HSV(B) | 103.9º | 0.98% | 0.16% | - |
| XYZ | 0.99 | 1.74 | 0.31 | - |
| YUV | 28.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 42 | 1 | 0.71 | 0 | 0.98 | 0.84 | 103.9 | 0.95 | 0.08 |
| Hex | C | 2A | 1 | 47 | 0 | 62 | 54 | 68 | 5F | 8 |
| Octal | 14 | 52 | 1 | 107 | 0 | 142 | 124 | 150 | 137 | 10 |
| Binary | 1100 | 101010 | 1 | 1000111 | 0 | 1100010 | 1010100 | 1101000 | 1011111 | 1000 |
Color Harmonies of #0C2A01
Complementary color
Monochromatic Colors of #0C2A01
Black with #0C2A01
Text Example
Text Example
White with #0C2A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2A01; }
p { color: rgb(12,42,1); }
H1.HeaderClassName
{
color: #0C2A01;
}
.AnyTagClassName
{
color: #0C2A01;
}
</style>
background-color css
<style>
a { background-color: #0C2A01; }
a { background-color: rgb(12,42,1); }
div.DivClassName
{
background-color: #0C2A01;
}
.BgClassName
{
background-color: #0C2A01;
}
</style>
border-color css
<style>
span { border-color: #0C2A01; }
span { border-color: rgb(12,42,1); }
td.TdClassName
{
border-color: #0C2A01;
}
.TagClassName
{
border-color: #0C2A01;
}
</style>