Shades of Myrtle #0F4301
Tints of Myrtle #0F4301
RGB
CMYK
RGB Variations
Color information
#0F4301 (or 0x0F4301) is known color: Myrtle. HEX triplet: 0F, 43 and 01. RGB value is (15,67,1). Sum of RGB (Red+Green+Blue) = 15+67+1=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 67 (26.56% from 255 or 80.72% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4301 is #F0BCFE. Grayscale: #2C2C2C. Windows color (decimal): -15777023 or 82703. OLE color: 82703.
HSL color Cylindrical-coordinate representation of color #0F4301: hue angle of 107.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F4301 is Cyan = 0.78, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 67 | 1 | - |
| CMYK | 0.78 | 0 | 0.99 | 0.74 |
| HSL | 107.27º | 0.97% | 0.13% | - |
| HSV(B) | 107.27º | 0.99% | 0.26% | - |
| XYZ | 2.21 | 4.12 | 0.71 | - |
| YUV | 43.93 | 103.77 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 1 | 0.78 | 0 | 0.99 | 0.74 | 107.27 | 0.97 | 0.13 |
| Hex | F | 43 | 1 | 4E | 0 | 63 | 4A | 6B | 61 | D |
| Octal | 17 | 103 | 1 | 116 | 0 | 143 | 112 | 153 | 141 | 15 |
| Binary | 1111 | 1000011 | 1 | 1001110 | 0 | 1100011 | 1001010 | 1101011 | 1100001 | 1101 |
Color Harmonies of #0F4301
Complementary color
Monochromatic Colors of #0F4301
Black with #0F4301
Text Example
Text Example
White with #0F4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4301; }
p { color: rgb(15,67,1); }
H1.HeaderClassName
{
color: #0F4301;
}
.AnyTagClassName
{
color: #0F4301;
}
</style>
background-color css
<style>
a { background-color: #0F4301; }
a { background-color: rgb(15,67,1); }
div.DivClassName
{
background-color: #0F4301;
}
.BgClassName
{
background-color: #0F4301;
}
</style>
border-color css
<style>
span { border-color: #0F4301; }
span { border-color: rgb(15,67,1); }
td.TdClassName
{
border-color: #0F4301;
}
.TagClassName
{
border-color: #0F4301;
}
</style>