Shades of Myrtle #0C2F02
Tints of Myrtle #0C2F02
RGB
CMYK
RGB Variations
Color information
#0C2F02 (or 0x0C2F02) is known color: Myrtle. HEX triplet: 0C, 2F and 02. RGB value is (12,47,2). Sum of RGB (Red+Green+Blue) = 12+47+2=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 47 (18.75% from 255 or 77.05% from 61); Blue value is 2 (1.17% from 255 or 3.28% from 61); Max value from RGB is 47 - color contains mainly: green. Hex color #0C2F02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2F02 is #F3D0FD. Grayscale: #1F1F1F. Windows color (decimal): -15978750 or 143116. OLE color: 143116.
HSL color Cylindrical-coordinate representation of color #0C2F02: hue angle of 106.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C2F02 is Cyan = 0.74, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 12 | 47 | 2 | - |
| CMYK | 0.74 | 0 | 0.96 | 0.82 |
| HSL | 106.67º | 0.92% | 0.1% | - |
| HSV(B) | 106.67º | 0.96% | 0.18% | - |
| XYZ | 1.18 | 2.12 | 0.4 | - |
| YUV | 31.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 47 | 2 | 0.74 | 0 | 0.96 | 0.82 | 106.67 | 0.92 | 0.1 |
| Hex | C | 2F | 2 | 4A | 0 | 60 | 52 | 6B | 5C | A |
| Octal | 14 | 57 | 2 | 112 | 0 | 140 | 122 | 153 | 134 | 12 |
| Binary | 1100 | 101111 | 10 | 1001010 | 0 | 1100000 | 1010010 | 1101011 | 1011100 | 1010 |
Color Harmonies of #0C2F02
Complementary color
Monochromatic Colors of #0C2F02
Black with #0C2F02
Text Example
Text Example
White with #0C2F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2F02; }
p { color: rgb(12,47,2); }
H1.HeaderClassName
{
color: #0C2F02;
}
.AnyTagClassName
{
color: #0C2F02;
}
</style>
background-color css
<style>
a { background-color: #0C2F02; }
a { background-color: rgb(12,47,2); }
div.DivClassName
{
background-color: #0C2F02;
}
.BgClassName
{
background-color: #0C2F02;
}
</style>
border-color css
<style>
span { border-color: #0C2F02; }
span { border-color: rgb(12,47,2); }
td.TdClassName
{
border-color: #0C2F02;
}
.TagClassName
{
border-color: #0C2F02;
}
</style>