Shades of Myrtle #0C3002
Tints of Myrtle #0C3002
RGB
CMYK
RGB Variations
Color information
#0C3002 (or 0x0C3002) is known color: Myrtle. HEX triplet: 0C, 30 and 02. RGB value is (12,48,2). Sum of RGB (Red+Green+Blue) = 12+48+2=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 48 (19.14% from 255 or 77.42% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3002 is #F3CFFD. Grayscale: #202020. Windows color (decimal): -15978494 or 143372. OLE color: 143372.
HSL color Cylindrical-coordinate representation of color #0C3002: hue angle of 106.96º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3002 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 2 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.81 |
| HSL | 106.96º | 0.92% | 0.1% | - |
| HSV(B) | 106.96º | 0.96% | 0.19% | - |
| XYZ | 1.22 | 2.2 | 0.42 | - |
| YUV | 31.99 | 111.07 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 2 | 0.75 | 0 | 0.96 | 0.81 | 106.96 | 0.92 | 0.1 |
| Hex | C | 30 | 2 | 4B | 0 | 60 | 51 | 6B | 5C | A |
| Octal | 14 | 60 | 2 | 113 | 0 | 140 | 121 | 153 | 134 | 12 |
| Binary | 1100 | 110000 | 10 | 1001011 | 0 | 1100000 | 1010001 | 1101011 | 1011100 | 1010 |
Color Harmonies of #0C3002
Complementary color
Monochromatic Colors of #0C3002
Black with #0C3002
Text Example
Text Example
White with #0C3002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3002; }
p { color: rgb(12,48,2); }
H1.HeaderClassName
{
color: #0C3002;
}
.AnyTagClassName
{
color: #0C3002;
}
</style>
background-color css
<style>
a { background-color: #0C3002; }
a { background-color: rgb(12,48,2); }
div.DivClassName
{
background-color: #0C3002;
}
.BgClassName
{
background-color: #0C3002;
}
</style>
border-color css
<style>
span { border-color: #0C3002; }
span { border-color: rgb(12,48,2); }
td.TdClassName
{
border-color: #0C3002;
}
.TagClassName
{
border-color: #0C3002;
}
</style>