Shades of Myrtle #0F280F
Tints of Myrtle #0F280F
RGB
CMYK
RGB Variations
Color information
#0F280F (or 0x0F280F) is known color: Myrtle. HEX triplet: 0F, 28 and 0F. RGB value is (15,40,15). Sum of RGB (Red+Green+Blue) = 15+40+15=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #0F280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F280F is #F0D7F0. Grayscale: #1D1D1D. Windows color (decimal): -15783921 or 993295. OLE color: 993295.
HSL color Cylindrical-coordinate representation of color #0F280F: hue angle of 120º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F280F is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 15 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.84 |
| HSL | 120º | 0.45% | 0.11% | - |
| HSV(B) | 120º | 0.63% | 0.16% | - |
| XYZ | 1.04 | 1.65 | 0.72 | - |
| YUV | 29.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 15 | 0.62 | 0 | 0.62 | 0.84 | 120 | 0.45 | 0.11 |
| Hex | F | 28 | F | 3E | 0 | 3E | 54 | 78 | 2D | B |
| Octal | 17 | 50 | 17 | 76 | 0 | 76 | 124 | 170 | 55 | 13 |
| Binary | 1111 | 101000 | 1111 | 111110 | 0 | 111110 | 1010100 | 1111000 | 101101 | 1011 |
Color Harmonies of #0F280F
Complementary color
Monochromatic Colors of #0F280F
Black with #0F280F
Text Example
Text Example
White with #0F280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F280F; }
p { color: rgb(15,40,15); }
H1.HeaderClassName
{
color: #0F280F;
}
.AnyTagClassName
{
color: #0F280F;
}
</style>
background-color css
<style>
a { background-color: #0F280F; }
a { background-color: rgb(15,40,15); }
div.DivClassName
{
background-color: #0F280F;
}
.BgClassName
{
background-color: #0F280F;
}
</style>
border-color css
<style>
span { border-color: #0F280F; }
span { border-color: rgb(15,40,15); }
td.TdClassName
{
border-color: #0F280F;
}
.TagClassName
{
border-color: #0F280F;
}
</style>