Shades of Myrtle #0C280C
Tints of Myrtle #0C280C
RGB
CMYK
RGB Variations
Color information
#0C280C (or 0x0C280C) is known color: Myrtle. HEX triplet: 0C, 28 and 0C. RGB value is (12,40,12). Sum of RGB (Red+Green+Blue) = 12+40+12=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #0C280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C280C is #F3D7F3. Grayscale: #1C1C1C. Windows color (decimal): -15980532 or 796684. OLE color: 796684.
HSL color Cylindrical-coordinate representation of color #0C280C: hue angle of 120º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C280C is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 40 | 12 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.84 |
| HSL | 120º | 0.54% | 0.1% | - |
| HSV(B) | 120º | 0.7% | 0.16% | - |
| XYZ | 0.98 | 1.62 | 0.61 | - |
| YUV | 28.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 12 | 0.70 | 0 | 0.70 | 0.84 | 120 | 0.54 | 0.1 |
| Hex | C | 28 | C | 46 | 0 | 46 | 54 | 78 | 36 | A |
| Octal | 14 | 50 | 14 | 106 | 0 | 106 | 124 | 170 | 66 | 12 |
| Binary | 1100 | 101000 | 1100 | 1000110 | 0 | 1000110 | 1010100 | 1111000 | 110110 | 1010 |
Color Harmonies of #0C280C
Complementary color
Monochromatic Colors of #0C280C
Black with #0C280C
Text Example
Text Example
White with #0C280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C280C; }
p { color: rgb(12,40,12); }
H1.HeaderClassName
{
color: #0C280C;
}
.AnyTagClassName
{
color: #0C280C;
}
</style>
background-color css
<style>
a { background-color: #0C280C; }
a { background-color: rgb(12,40,12); }
div.DivClassName
{
background-color: #0C280C;
}
.BgClassName
{
background-color: #0C280C;
}
</style>
border-color css
<style>
span { border-color: #0C280C; }
span { border-color: rgb(12,40,12); }
td.TdClassName
{
border-color: #0C280C;
}
.TagClassName
{
border-color: #0C280C;
}
</style>