Shades of Myrtle #0F2D11
Tints of Myrtle #0F2D11
RGB
CMYK
RGB Variations
Color information
#0F2D11 (or 0x0F2D11) is known color: Myrtle. HEX triplet: 0F, 2D and 11. RGB value is (15,45,17). Sum of RGB (Red+Green+Blue) = 15+45+17=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 45 (17.97% from 255 or 58.44% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 45 - color contains mainly: green. Hex color #0F2D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2D11 is #F0D2EE. Grayscale: #202020. Windows color (decimal): -15782639 or 1125647. OLE color: 1125647.
HSL color Cylindrical-coordinate representation of color #0F2D11: hue angle of 124º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F2D11 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 45 | 17 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.82 |
| HSL | 124º | 0.5% | 0.12% | - |
| HSV(B) | 124º | 0.67% | 0.18% | - |
| XYZ | 1.24 | 2.02 | 0.85 | - |
| YUV | 32.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 17 | 0.67 | 0 | 0.62 | 0.82 | 124 | 0.5 | 0.12 |
| Hex | F | 2D | 11 | 43 | 0 | 3E | 52 | 7C | 32 | C |
| Octal | 17 | 55 | 21 | 103 | 0 | 76 | 122 | 174 | 62 | 14 |
| Binary | 1111 | 101101 | 10001 | 1000011 | 0 | 111110 | 1010010 | 1111100 | 110010 | 1100 |
Color Harmonies of #0F2D11
Complementary color
Monochromatic Colors of #0F2D11
Black with #0F2D11
Text Example
Text Example
White with #0F2D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2D11; }
p { color: rgb(15,45,17); }
H1.HeaderClassName
{
color: #0F2D11;
}
.AnyTagClassName
{
color: #0F2D11;
}
</style>
background-color css
<style>
a { background-color: #0F2D11; }
a { background-color: rgb(15,45,17); }
div.DivClassName
{
background-color: #0F2D11;
}
.BgClassName
{
background-color: #0F2D11;
}
</style>
border-color css
<style>
span { border-color: #0F2D11; }
span { border-color: rgb(15,45,17); }
td.TdClassName
{
border-color: #0F2D11;
}
.TagClassName
{
border-color: #0F2D11;
}
</style>