Shades of Myrtle #0F3003
Tints of Myrtle #0F3003
RGB
CMYK
RGB Variations
Color information
#0F3003 (or 0x0F3003) is known color: Myrtle. HEX triplet: 0F, 30 and 03. RGB value is (15,48,3). Sum of RGB (Red+Green+Blue) = 15+48+3=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 48 (19.14% from 255 or 72.73% from 66); Blue value is 3 (1.56% from 255 or 4.55% from 66); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3003 is #F0CFFC. Grayscale: #212121. Windows color (decimal): -15781885 or 208911. OLE color: 208911.
HSL color Cylindrical-coordinate representation of color #0F3003: hue angle of 104º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3003 is Cyan = 0.69, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 3 | - |
| CMYK | 0.69 | 0 | 0.94 | 0.81 |
| HSL | 104º | 0.88% | 0.1% | - |
| HSV(B) | 104º | 0.94% | 0.19% | - |
| XYZ | 1.27 | 2.22 | 0.45 | - |
| YUV | 33 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 3 | 0.69 | 0 | 0.94 | 0.81 | 104 | 0.88 | 0.1 |
| Hex | F | 30 | 3 | 45 | 0 | 5E | 51 | 68 | 58 | A |
| Octal | 17 | 60 | 3 | 105 | 0 | 136 | 121 | 150 | 130 | 12 |
| Binary | 1111 | 110000 | 11 | 1000101 | 0 | 1011110 | 1010001 | 1101000 | 1011000 | 1010 |
Color Harmonies of #0F3003
Complementary color
Monochromatic Colors of #0F3003
Black with #0F3003
Text Example
Text Example
White with #0F3003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3003; }
p { color: rgb(15,48,3); }
H1.HeaderClassName
{
color: #0F3003;
}
.AnyTagClassName
{
color: #0F3003;
}
</style>
background-color css
<style>
a { background-color: #0F3003; }
a { background-color: rgb(15,48,3); }
div.DivClassName
{
background-color: #0F3003;
}
.BgClassName
{
background-color: #0F3003;
}
</style>
border-color css
<style>
span { border-color: #0F3003; }
span { border-color: rgb(15,48,3); }
td.TdClassName
{
border-color: #0F3003;
}
.TagClassName
{
border-color: #0F3003;
}
</style>