Shades of Myrtle #0F3010
Tints of Myrtle #0F3010
RGB
CMYK
RGB Variations
Color information
#0F3010 (or 0x0F3010) is known color: Myrtle. HEX triplet: 0F, 30 and 10. RGB value is (15,48,16). Sum of RGB (Red+Green+Blue) = 15+48+16=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 48 (19.14% from 255 or 60.76% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3010 is #F0CFEF. Grayscale: #222222. Windows color (decimal): -15781872 or 1060879. OLE color: 1060879.
HSL color Cylindrical-coordinate representation of color #0F3010: hue angle of 121.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3010 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 48 | 16 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.81 |
| HSL | 121.82º | 0.52% | 0.12% | - |
| HSV(B) | 121.82º | 0.69% | 0.19% | - |
| XYZ | 1.35 | 2.25 | 0.85 | - |
| YUV | 34.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 48 | 16 | 0.69 | 0 | 0.67 | 0.81 | 121.82 | 0.52 | 0.12 |
| Hex | F | 30 | 10 | 45 | 0 | 43 | 51 | 7A | 34 | C |
| Octal | 17 | 60 | 20 | 105 | 0 | 103 | 121 | 172 | 64 | 14 |
| Binary | 1111 | 110000 | 10000 | 1000101 | 0 | 1000011 | 1010001 | 1111010 | 110100 | 1100 |
Color Harmonies of #0F3010
Complementary color
Monochromatic Colors of #0F3010
Black with #0F3010
Text Example
Text Example
White with #0F3010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3010; }
p { color: rgb(15,48,16); }
H1.HeaderClassName
{
color: #0F3010;
}
.AnyTagClassName
{
color: #0F3010;
}
</style>
background-color css
<style>
a { background-color: #0F3010; }
a { background-color: rgb(15,48,16); }
div.DivClassName
{
background-color: #0F3010;
}
.BgClassName
{
background-color: #0F3010;
}
</style>
border-color css
<style>
span { border-color: #0F3010; }
span { border-color: rgb(15,48,16); }
td.TdClassName
{
border-color: #0F3010;
}
.TagClassName
{
border-color: #0F3010;
}
</style>