Shades of Myrtle #0F2E0D
Tints of Myrtle #0F2E0D
RGB
CMYK
RGB Variations
Color information
#0F2E0D (or 0x0F2E0D) is known color: Myrtle. HEX triplet: 0F, 2E and 0D. RGB value is (15,46,13). Sum of RGB (Red+Green+Blue) = 15+46+13=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 46 (18.36% from 255 or 62.16% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2E0D is #F0D1F2. Grayscale: #212121. Windows color (decimal): -15782387 or 863759. OLE color: 863759.
HSL color Cylindrical-coordinate representation of color #0F2E0D: hue angle of 116.36º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F2E0D is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 46 | 13 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.82 |
| HSL | 116.36º | 0.56% | 0.12% | - |
| HSV(B) | 116.36º | 0.72% | 0.18% | - |
| XYZ | 1.25 | 2.08 | 0.72 | - |
| YUV | 32.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 46 | 13 | 0.67 | 0 | 0.72 | 0.82 | 116.36 | 0.56 | 0.12 |
| Hex | F | 2E | D | 43 | 0 | 48 | 52 | 74 | 38 | C |
| Octal | 17 | 56 | 15 | 103 | 0 | 110 | 122 | 164 | 70 | 14 |
| Binary | 1111 | 101110 | 1101 | 1000011 | 0 | 1001000 | 1010010 | 1110100 | 111000 | 1100 |
Color Harmonies of #0F2E0D
Complementary color
Monochromatic Colors of #0F2E0D
Black with #0F2E0D
Text Example
Text Example
White with #0F2E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2E0D; }
p { color: rgb(15,46,13); }
H1.HeaderClassName
{
color: #0F2E0D;
}
.AnyTagClassName
{
color: #0F2E0D;
}
</style>
background-color css
<style>
a { background-color: #0F2E0D; }
a { background-color: rgb(15,46,13); }
div.DivClassName
{
background-color: #0F2E0D;
}
.BgClassName
{
background-color: #0F2E0D;
}
</style>
border-color css
<style>
span { border-color: #0F2E0D; }
span { border-color: rgb(15,46,13); }
td.TdClassName
{
border-color: #0F2E0D;
}
.TagClassName
{
border-color: #0F2E0D;
}
</style>