Shades of Myrtle #0F2909
Tints of Myrtle #0F2909
RGB
CMYK
RGB Variations
Color information
#0F2909 (or 0x0F2909) is known color: Myrtle. HEX triplet: 0F, 29 and 09. RGB value is (15,41,9). Sum of RGB (Red+Green+Blue) = 15+41+9=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2909 is #F0D6F6. Grayscale: #1D1D1D. Windows color (decimal): -15783671 or 600335. OLE color: 600335.
HSL color Cylindrical-coordinate representation of color #0F2909: hue angle of 108.75º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F2909 is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 41 | 9 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.84 |
| HSL | 108.75º | 0.64% | 0.1% | - |
| HSV(B) | 108.75º | 0.78% | 0.16% | - |
| XYZ | 1.04 | 1.71 | 0.53 | - |
| YUV | 29.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 9 | 0.63 | 0 | 0.78 | 0.84 | 108.75 | 0.64 | 0.1 |
| Hex | F | 29 | 9 | 3F | 0 | 4E | 54 | 6D | 40 | A |
| Octal | 17 | 51 | 11 | 77 | 0 | 116 | 124 | 155 | 100 | 12 |
| Binary | 1111 | 101001 | 1001 | 111111 | 0 | 1001110 | 1010100 | 1101101 | 1000000 | 1010 |
Color Harmonies of #0F2909
Complementary color
Monochromatic Colors of #0F2909
Black with #0F2909
Text Example
Text Example
White with #0F2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2909; }
p { color: rgb(15,41,9); }
H1.HeaderClassName
{
color: #0F2909;
}
.AnyTagClassName
{
color: #0F2909;
}
</style>
background-color css
<style>
a { background-color: #0F2909; }
a { background-color: rgb(15,41,9); }
div.DivClassName
{
background-color: #0F2909;
}
.BgClassName
{
background-color: #0F2909;
}
</style>
border-color css
<style>
span { border-color: #0F2909; }
span { border-color: rgb(15,41,9); }
td.TdClassName
{
border-color: #0F2909;
}
.TagClassName
{
border-color: #0F2909;
}
</style>