Shades of Myrtle #0F2E05
Tints of Myrtle #0F2E05
RGB
CMYK
RGB Variations
Color information
#0F2E05 (or 0x0F2E05) is known color: Myrtle. HEX triplet: 0F, 2E and 05. RGB value is (15,46,5). Sum of RGB (Red+Green+Blue) = 15+46+5=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 46 (18.36% from 255 or 69.70% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2E05 is #F0D1FA. Grayscale: #202020. Windows color (decimal): -15782395 or 339471. OLE color: 339471.
HSL color Cylindrical-coordinate representation of color #0F2E05: hue angle of 105.37º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2E05 is Cyan = 0.67, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 46 | 5 | - |
| CMYK | 0.67 | 0 | 0.89 | 0.82 |
| HSL | 105.37º | 0.8% | 0.1% | - |
| HSV(B) | 105.37º | 0.89% | 0.18% | - |
| XYZ | 1.2 | 2.07 | 0.48 | - |
| YUV | 32.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 46 | 5 | 0.67 | 0 | 0.89 | 0.82 | 105.37 | 0.8 | 0.1 |
| Hex | F | 2E | 5 | 43 | 0 | 59 | 52 | 69 | 50 | A |
| Octal | 17 | 56 | 5 | 103 | 0 | 131 | 122 | 151 | 120 | 12 |
| Binary | 1111 | 101110 | 101 | 1000011 | 0 | 1011001 | 1010010 | 1101001 | 1010000 | 1010 |
Color Harmonies of #0F2E05
Complementary color
Monochromatic Colors of #0F2E05
Black with #0F2E05
Text Example
Text Example
White with #0F2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2E05; }
p { color: rgb(15,46,5); }
H1.HeaderClassName
{
color: #0F2E05;
}
.AnyTagClassName
{
color: #0F2E05;
}
</style>
background-color css
<style>
a { background-color: #0F2E05; }
a { background-color: rgb(15,46,5); }
div.DivClassName
{
background-color: #0F2E05;
}
.BgClassName
{
background-color: #0F2E05;
}
</style>
border-color css
<style>
span { border-color: #0F2E05; }
span { border-color: rgb(15,46,5); }
td.TdClassName
{
border-color: #0F2E05;
}
.TagClassName
{
border-color: #0F2E05;
}
</style>