Shades of Myrtle #0F3007
Tints of Myrtle #0F3007
RGB
CMYK
RGB Variations
Color information
#0F3007 (or 0x0F3007) is known color: Myrtle. HEX triplet: 0F, 30 and 07. RGB value is (15,48,7). Sum of RGB (Red+Green+Blue) = 15+48+7=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 48 (19.14% from 255 or 68.57% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3007 is #F0CFF8. Grayscale: #212121. Windows color (decimal): -15781881 or 471055. OLE color: 471055.
HSL color Cylindrical-coordinate representation of color #0F3007: hue angle of 108.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F3007 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 7 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.81 |
| HSL | 108.29º | 0.75% | 0.11% | - |
| HSV(B) | 108.29º | 0.85% | 0.19% | - |
| XYZ | 1.29 | 2.23 | 0.56 | - |
| YUV | 33.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 7 | 0.69 | 0 | 0.85 | 0.81 | 108.29 | 0.75 | 0.11 |
| Hex | F | 30 | 7 | 45 | 0 | 55 | 51 | 6C | 4B | B |
| Octal | 17 | 60 | 7 | 105 | 0 | 125 | 121 | 154 | 113 | 13 |
| Binary | 1111 | 110000 | 111 | 1000101 | 0 | 1010101 | 1010001 | 1101100 | 1001011 | 1011 |
Color Harmonies of #0F3007
Complementary color
Monochromatic Colors of #0F3007
Black with #0F3007
Text Example
Text Example
White with #0F3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3007; }
p { color: rgb(15,48,7); }
H1.HeaderClassName
{
color: #0F3007;
}
.AnyTagClassName
{
color: #0F3007;
}
</style>
background-color css
<style>
a { background-color: #0F3007; }
a { background-color: rgb(15,48,7); }
div.DivClassName
{
background-color: #0F3007;
}
.BgClassName
{
background-color: #0F3007;
}
</style>
border-color css
<style>
span { border-color: #0F3007; }
span { border-color: rgb(15,48,7); }
td.TdClassName
{
border-color: #0F3007;
}
.TagClassName
{
border-color: #0F3007;
}
</style>