Shades of Myrtle #0F2308
Tints of Myrtle #0F2308
RGB
CMYK
RGB Variations
Color information
#0F2308 (or 0x0F2308) is known color: Myrtle. HEX triplet: 0F, 23 and 08. RGB value is (15,35,8). Sum of RGB (Red+Green+Blue) = 15+35+8=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2308 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2308 is #F0DCF7. Grayscale: #1A1A1A. Windows color (decimal): -15785208 or 533263. OLE color: 533263.
HSL color Cylindrical-coordinate representation of color #0F2308: hue angle of 104.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F2308 is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 8 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.86 |
| HSL | 104.44º | 0.63% | 0.08% | - |
| HSV(B) | 104.44º | 0.77% | 0.14% | - |
| XYZ | 0.84 | 1.32 | 0.44 | - |
| YUV | 25.94 | 117.87 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 8 | 0.57 | 0 | 0.77 | 0.86 | 104.44 | 0.63 | 0.08 |
| Hex | F | 23 | 8 | 39 | 0 | 4D | 56 | 68 | 3F | 8 |
| Octal | 17 | 43 | 10 | 71 | 0 | 115 | 126 | 150 | 77 | 10 |
| Binary | 1111 | 100011 | 1000 | 111001 | 0 | 1001101 | 1010110 | 1101000 | 111111 | 1000 |
Color Harmonies of #0F2308
Complementary color
Monochromatic Colors of #0F2308
Black with #0F2308
Text Example
Text Example
White with #0F2308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2308; }
p { color: rgb(15,35,8); }
H1.HeaderClassName
{
color: #0F2308;
}
.AnyTagClassName
{
color: #0F2308;
}
</style>
background-color css
<style>
a { background-color: #0F2308; }
a { background-color: rgb(15,35,8); }
div.DivClassName
{
background-color: #0F2308;
}
.BgClassName
{
background-color: #0F2308;
}
</style>
border-color css
<style>
span { border-color: #0F2308; }
span { border-color: rgb(15,35,8); }
td.TdClassName
{
border-color: #0F2308;
}
.TagClassName
{
border-color: #0F2308;
}
</style>