Shades of Myrtle #0F3102
Tints of Myrtle #0F3102
RGB
CMYK
RGB Variations
Color information
#0F3102 (or 0x0F3102) is known color: Myrtle. HEX triplet: 0F, 31 and 02. RGB value is (15,49,2). Sum of RGB (Red+Green+Blue) = 15+49+2=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3102 is #F0CEFD. Grayscale: #212121. Windows color (decimal): -15781630 or 143631. OLE color: 143631.
HSL color Cylindrical-coordinate representation of color #0F3102: hue angle of 103.4º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F3102 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 2 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.81 |
| HSL | 103.4º | 0.92% | 0.1% | - |
| HSV(B) | 103.4º | 0.96% | 0.19% | - |
| XYZ | 1.31 | 2.3 | 0.43 | - |
| YUV | 33.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 2 | 0.69 | 0 | 0.96 | 0.81 | 103.4 | 0.92 | 0.1 |
| Hex | F | 31 | 2 | 45 | 0 | 60 | 51 | 67 | 5C | A |
| Octal | 17 | 61 | 2 | 105 | 0 | 140 | 121 | 147 | 134 | 12 |
| Binary | 1111 | 110001 | 10 | 1000101 | 0 | 1100000 | 1010001 | 1100111 | 1011100 | 1010 |
Color Harmonies of #0F3102
Complementary color
Monochromatic Colors of #0F3102
Black with #0F3102
Text Example
Text Example
White with #0F3102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3102; }
p { color: rgb(15,49,2); }
H1.HeaderClassName
{
color: #0F3102;
}
.AnyTagClassName
{
color: #0F3102;
}
</style>
background-color css
<style>
a { background-color: #0F3102; }
a { background-color: rgb(15,49,2); }
div.DivClassName
{
background-color: #0F3102;
}
.BgClassName
{
background-color: #0F3102;
}
</style>
border-color css
<style>
span { border-color: #0F3102; }
span { border-color: rgb(15,49,2); }
td.TdClassName
{
border-color: #0F3102;
}
.TagClassName
{
border-color: #0F3102;
}
</style>