Shades of Myrtle #0F2C0E
Tints of Myrtle #0F2C0E
RGB
CMYK
RGB Variations
Color information
#0F2C0E (or 0x0F2C0E) is known color: Myrtle. HEX triplet: 0F, 2C and 0E. RGB value is (15,44,14). Sum of RGB (Red+Green+Blue) = 15+44+14=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 44 (17.58% from 255 or 60.27% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 44 - color contains mainly: green. Hex color #0F2C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2C0E is #F0D3F1. Grayscale: #1F1F1F. Windows color (decimal): -15782898 or 928783. OLE color: 928783.
HSL color Cylindrical-coordinate representation of color #0F2C0E: hue angle of 118º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2C0E is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 44 | 14 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.83 |
| HSL | 118º | 0.52% | 0.11% | - |
| HSV(B) | 118º | 0.68% | 0.17% | - |
| XYZ | 1.18 | 1.93 | 0.73 | - |
| YUV | 31.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 14 | 0.66 | 0 | 0.68 | 0.83 | 118 | 0.52 | 0.11 |
| Hex | F | 2C | E | 42 | 0 | 44 | 53 | 76 | 34 | B |
| Octal | 17 | 54 | 16 | 102 | 0 | 104 | 123 | 166 | 64 | 13 |
| Binary | 1111 | 101100 | 1110 | 1000010 | 0 | 1000100 | 1010011 | 1110110 | 110100 | 1011 |
Color Harmonies of #0F2C0E
Complementary color
Monochromatic Colors of #0F2C0E
Black with #0F2C0E
Text Example
Text Example
White with #0F2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2C0E; }
p { color: rgb(15,44,14); }
H1.HeaderClassName
{
color: #0F2C0E;
}
.AnyTagClassName
{
color: #0F2C0E;
}
</style>
background-color css
<style>
a { background-color: #0F2C0E; }
a { background-color: rgb(15,44,14); }
div.DivClassName
{
background-color: #0F2C0E;
}
.BgClassName
{
background-color: #0F2C0E;
}
</style>
border-color css
<style>
span { border-color: #0F2C0E; }
span { border-color: rgb(15,44,14); }
td.TdClassName
{
border-color: #0F2C0E;
}
.TagClassName
{
border-color: #0F2C0E;
}
</style>