Shades of Myrtle #0F4902
Tints of Myrtle #0F4902
RGB
CMYK
RGB Variations
Color information
#0F4902 (or 0x0F4902) is known color: Myrtle. HEX triplet: 0F, 49 and 02. RGB value is (15,73,2). Sum of RGB (Red+Green+Blue) = 15+73+2=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 73 (28.91% from 255 or 81.11% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 73 - color contains mainly: green. Hex color #0F4902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4902 is #F0B6FD. Grayscale: #2F2F2F. Windows color (decimal): -15775486 or 149775. OLE color: 149775.
HSL color Cylindrical-coordinate representation of color #0F4902: hue angle of 109.01º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F4902 is Cyan = 0.79, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 2 | - |
| CMYK | 0.79 | 0 | 0.97 | 0.71 |
| HSL | 109.01º | 0.95% | 0.15% | - |
| HSV(B) | 109.01º | 0.97% | 0.29% | - |
| XYZ | 2.59 | 4.87 | 0.86 | - |
| YUV | 47.56 | 102.28 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 2 | 0.79 | 0 | 0.97 | 0.71 | 109.01 | 0.95 | 0.15 |
| Hex | F | 49 | 2 | 4F | 0 | 61 | 47 | 6D | 5F | F |
| Octal | 17 | 111 | 2 | 117 | 0 | 141 | 107 | 155 | 137 | 17 |
| Binary | 1111 | 1001001 | 10 | 1001111 | 0 | 1100001 | 1000111 | 1101101 | 1011111 | 1111 |
Color Harmonies of #0F4902
Complementary color
Monochromatic Colors of #0F4902
Black with #0F4902
Text Example
Text Example
White with #0F4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4902; }
p { color: rgb(15,73,2); }
H1.HeaderClassName
{
color: #0F4902;
}
.AnyTagClassName
{
color: #0F4902;
}
</style>
background-color css
<style>
a { background-color: #0F4902; }
a { background-color: rgb(15,73,2); }
div.DivClassName
{
background-color: #0F4902;
}
.BgClassName
{
background-color: #0F4902;
}
</style>
border-color css
<style>
span { border-color: #0F4902; }
span { border-color: rgb(15,73,2); }
td.TdClassName
{
border-color: #0F4902;
}
.TagClassName
{
border-color: #0F4902;
}
</style>