Shades of Myrtle #0F300B
Tints of Myrtle #0F300B
RGB
CMYK
RGB Variations
Color information
#0F300B (or 0x0F300B) is known color: Myrtle. HEX triplet: 0F, 30 and 0B. RGB value is (15,48,11). Sum of RGB (Red+Green+Blue) = 15+48+11=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #0F300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F300B is #F0CFF4. Grayscale: #222222. Windows color (decimal): -15781877 or 733199. OLE color: 733199.
HSL color Cylindrical-coordinate representation of color #0F300B: hue angle of 113.51º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F300B is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 11 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.81 |
| HSL | 113.51º | 0.63% | 0.12% | - |
| HSV(B) | 113.51º | 0.77% | 0.19% | - |
| XYZ | 1.31 | 2.24 | 0.68 | - |
| YUV | 33.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 11 | 0.69 | 0 | 0.77 | 0.81 | 113.51 | 0.63 | 0.12 |
| Hex | F | 30 | B | 45 | 0 | 4D | 51 | 72 | 3F | C |
| Octal | 17 | 60 | 13 | 105 | 0 | 115 | 121 | 162 | 77 | 14 |
| Binary | 1111 | 110000 | 1011 | 1000101 | 0 | 1001101 | 1010001 | 1110010 | 111111 | 1100 |
Color Harmonies of #0F300B
Complementary color
Monochromatic Colors of #0F300B
Black with #0F300B
Text Example
Text Example
White with #0F300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F300B; }
p { color: rgb(15,48,11); }
H1.HeaderClassName
{
color: #0F300B;
}
.AnyTagClassName
{
color: #0F300B;
}
</style>
background-color css
<style>
a { background-color: #0F300B; }
a { background-color: rgb(15,48,11); }
div.DivClassName
{
background-color: #0F300B;
}
.BgClassName
{
background-color: #0F300B;
}
</style>
border-color css
<style>
span { border-color: #0F300B; }
span { border-color: rgb(15,48,11); }
td.TdClassName
{
border-color: #0F300B;
}
.TagClassName
{
border-color: #0F300B;
}
</style>