Shades of Myrtle #0F2803
Tints of Myrtle #0F2803
RGB
CMYK
RGB Variations
Color information
#0F2803 (or 0x0F2803) is known color: Myrtle. HEX triplet: 0F, 28 and 03. RGB value is (15,40,3). Sum of RGB (Red+Green+Blue) = 15+40+3=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2803 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2803 is #F0D7FC. Grayscale: #1C1C1C. Windows color (decimal): -15783933 or 206863. OLE color: 206863.
HSL color Cylindrical-coordinate representation of color #0F2803: hue angle of 100.54º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F2803 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 3 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.84 |
| HSL | 100.54º | 0.86% | 0.08% | - |
| HSV(B) | 100.54º | 0.93% | 0.16% | - |
| XYZ | 0.97 | 1.63 | 0.35 | - |
| YUV | 28.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 3 | 0.62 | 0 | 0.93 | 0.84 | 100.54 | 0.86 | 0.08 |
| Hex | F | 28 | 3 | 3E | 0 | 5D | 54 | 65 | 56 | 8 |
| Octal | 17 | 50 | 3 | 76 | 0 | 135 | 124 | 145 | 126 | 10 |
| Binary | 1111 | 101000 | 11 | 111110 | 0 | 1011101 | 1010100 | 1100101 | 1010110 | 1000 |
Color Harmonies of #0F2803
Complementary color
Monochromatic Colors of #0F2803
Black with #0F2803
Text Example
Text Example
White with #0F2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2803; }
p { color: rgb(15,40,3); }
H1.HeaderClassName
{
color: #0F2803;
}
.AnyTagClassName
{
color: #0F2803;
}
</style>
background-color css
<style>
a { background-color: #0F2803; }
a { background-color: rgb(15,40,3); }
div.DivClassName
{
background-color: #0F2803;
}
.BgClassName
{
background-color: #0F2803;
}
</style>
border-color css
<style>
span { border-color: #0F2803; }
span { border-color: rgb(15,40,3); }
td.TdClassName
{
border-color: #0F2803;
}
.TagClassName
{
border-color: #0F2803;
}
</style>