Shades of Myrtle #0F3F01
Tints of Myrtle #0F3F01
RGB
CMYK
RGB Variations
Color information
#0F3F01 (or 0x0F3F01) is known color: Myrtle. HEX triplet: 0F, 3F and 01. RGB value is (15,63,1). Sum of RGB (Red+Green+Blue) = 15+63+1=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 63 (25% from 255 or 79.75% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 63 - color contains mainly: green. Hex color #0F3F01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3F01 is #F0C0FE. Grayscale: #292929. Windows color (decimal): -15778047 or 81679. OLE color: 81679.
HSL color Cylindrical-coordinate representation of color #0F3F01: hue angle of 106.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3F01 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 63 | 1 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.75 |
| HSL | 106.45º | 0.97% | 0.13% | - |
| HSV(B) | 106.45º | 0.98% | 0.25% | - |
| XYZ | 1.98 | 3.66 | 0.63 | - |
| YUV | 41.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 63 | 1 | 0.76 | 0 | 0.98 | 0.75 | 106.45 | 0.97 | 0.13 |
| Hex | F | 3F | 1 | 4C | 0 | 62 | 4B | 6A | 61 | D |
| Octal | 17 | 77 | 1 | 114 | 0 | 142 | 113 | 152 | 141 | 15 |
| Binary | 1111 | 111111 | 1 | 1001100 | 0 | 1100010 | 1001011 | 1101010 | 1100001 | 1101 |
Color Harmonies of #0F3F01
Complementary color
Monochromatic Colors of #0F3F01
Black with #0F3F01
Text Example
Text Example
White with #0F3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3F01; }
p { color: rgb(15,63,1); }
H1.HeaderClassName
{
color: #0F3F01;
}
.AnyTagClassName
{
color: #0F3F01;
}
</style>
background-color css
<style>
a { background-color: #0F3F01; }
a { background-color: rgb(15,63,1); }
div.DivClassName
{
background-color: #0F3F01;
}
.BgClassName
{
background-color: #0F3F01;
}
</style>
border-color css
<style>
span { border-color: #0F3F01; }
span { border-color: rgb(15,63,1); }
td.TdClassName
{
border-color: #0F3F01;
}
.TagClassName
{
border-color: #0F3F01;
}
</style>