Shades of Myrtle #0F2A09
Tints of Myrtle #0F2A09
RGB
CMYK
RGB Variations
Color information
#0F2A09 (or 0x0F2A09) is known color: Myrtle. HEX triplet: 0F, 2A and 09. RGB value is (15,42,9). Sum of RGB (Red+Green+Blue) = 15+42+9=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 42 (16.80% from 255 or 63.64% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A09 is #F0D5F6. Grayscale: #1E1E1E. Windows color (decimal): -15783415 or 600591. OLE color: 600591.
HSL color Cylindrical-coordinate representation of color #0F2A09: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2A09 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 9 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.84 |
| HSL | 109.09º | 0.65% | 0.1% | - |
| HSV(B) | 109.09º | 0.79% | 0.16% | - |
| XYZ | 1.07 | 1.78 | 0.54 | - |
| YUV | 30.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 9 | 0.64 | 0 | 0.79 | 0.84 | 109.09 | 0.65 | 0.1 |
| Hex | F | 2A | 9 | 40 | 0 | 4F | 54 | 6D | 41 | A |
| Octal | 17 | 52 | 11 | 100 | 0 | 117 | 124 | 155 | 101 | 12 |
| Binary | 1111 | 101010 | 1001 | 1000000 | 0 | 1001111 | 1010100 | 1101101 | 1000001 | 1010 |
Color Harmonies of #0F2A09
Complementary color
Monochromatic Colors of #0F2A09
Black with #0F2A09
Text Example
Text Example
White with #0F2A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A09; }
p { color: rgb(15,42,9); }
H1.HeaderClassName
{
color: #0F2A09;
}
.AnyTagClassName
{
color: #0F2A09;
}
</style>
background-color css
<style>
a { background-color: #0F2A09; }
a { background-color: rgb(15,42,9); }
div.DivClassName
{
background-color: #0F2A09;
}
.BgClassName
{
background-color: #0F2A09;
}
</style>
border-color css
<style>
span { border-color: #0F2A09; }
span { border-color: rgb(15,42,9); }
td.TdClassName
{
border-color: #0F2A09;
}
.TagClassName
{
border-color: #0F2A09;
}
</style>