Shades of Myrtle #0F3000
Tints of Myrtle #0F3000
RGB
CMYK
RGB Variations
Color information
#0F3000 (or 0x0F3000) is known color: Myrtle. HEX triplet: 0F, 30 and 00. RGB value is (15,48,0). Sum of RGB (Red+Green+Blue) = 15+48+0=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 0 (0.39% from 255 or 0% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3000 is #F0CFFF. Grayscale: #202020. Windows color (decimal): -15781888 or 12303. OLE color: 12303.
HSL color Cylindrical-coordinate representation of color #0F3000: hue angle of 101.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F3000 is Cyan = 0.69, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 0 | - |
| CMYK | 0.69 | 0 | 1 | 0.81 |
| HSL | 101.25º | 1% | 0.09% | - |
| HSV(B) | 101.25º | 1% | 0.19% | - |
| XYZ | 1.25 | 2.22 | 0.36 | - |
| YUV | 32.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 0 | 0.69 | 0 | 1 | 0.81 | 101.25 | 1 | 0.09 |
| Hex | F | 30 | 0 | 45 | 0 | 64 | 51 | 65 | 64 | 9 |
| Octal | 17 | 60 | 0 | 105 | 0 | 144 | 121 | 145 | 144 | 11 |
| Binary | 1111 | 110000 | 0 | 1000101 | 0 | 1100100 | 1010001 | 1100101 | 1100100 | 1001 |
Color Harmonies of #0F3000
Complementary color
Monochromatic Colors of #0F3000
Black with #0F3000
Text Example
Text Example
White with #0F3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3000; }
p { color: rgb(15,48,0); }
H1.HeaderClassName
{
color: #0F3000;
}
.AnyTagClassName
{
color: #0F3000;
}
</style>
background-color css
<style>
a { background-color: #0F3000; }
a { background-color: rgb(15,48,0); }
div.DivClassName
{
background-color: #0F3000;
}
.BgClassName
{
background-color: #0F3000;
}
</style>
border-color css
<style>
span { border-color: #0F3000; }
span { border-color: rgb(15,48,0); }
td.TdClassName
{
border-color: #0F3000;
}
.TagClassName
{
border-color: #0F3000;
}
</style>