Shades of Myrtle #0F2008
Tints of Myrtle #0F2008
RGB
CMYK
RGB Variations
Color information
#0F2008 (or 0x0F2008) is known color: Myrtle. HEX triplet: 0F, 20 and 08. RGB value is (15,32,8). Sum of RGB (Red+Green+Blue) = 15+32+8=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 8 (3.52% from 255 or 14.55% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2008 is #F0DFF7. Grayscale: #181818. Windows color (decimal): -15785976 or 532495. OLE color: 532495.
HSL color Cylindrical-coordinate representation of color #0F2008: hue angle of 102.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F2008 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 8 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.87 |
| HSL | 102.5º | 0.6% | 0.08% | - |
| HSV(B) | 102.5º | 0.75% | 0.13% | - |
| XYZ | 0.76 | 1.15 | 0.41 | - |
| YUV | 24.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 8 | 0.53 | 0 | 0.75 | 0.87 | 102.5 | 0.6 | 0.08 |
| Hex | F | 20 | 8 | 35 | 0 | 4B | 57 | 66 | 3C | 8 |
| Octal | 17 | 40 | 10 | 65 | 0 | 113 | 127 | 146 | 74 | 10 |
| Binary | 1111 | 100000 | 1000 | 110101 | 0 | 1001011 | 1010111 | 1100110 | 111100 | 1000 |
Color Harmonies of #0F2008
Complementary color
Monochromatic Colors of #0F2008
Black with #0F2008
Text Example
Text Example
White with #0F2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2008; }
p { color: rgb(15,32,8); }
H1.HeaderClassName
{
color: #0F2008;
}
.AnyTagClassName
{
color: #0F2008;
}
</style>
background-color css
<style>
a { background-color: #0F2008; }
a { background-color: rgb(15,32,8); }
div.DivClassName
{
background-color: #0F2008;
}
.BgClassName
{
background-color: #0F2008;
}
</style>
border-color css
<style>
span { border-color: #0F2008; }
span { border-color: rgb(15,32,8); }
td.TdClassName
{
border-color: #0F2008;
}
.TagClassName
{
border-color: #0F2008;
}
</style>