Shades of Myrtle #0F2802
Tints of Myrtle #0F2802
RGB
CMYK
RGB Variations
Color information
#0F2802 (or 0x0F2802) is known color: Myrtle. HEX triplet: 0F, 28 and 02. RGB value is (15,40,2). Sum of RGB (Red+Green+Blue) = 15+40+2=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 40 (16.02% from 255 or 70.18% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2802 is #F0D7FD. Grayscale: #1C1C1C. Windows color (decimal): -15783934 or 141327. OLE color: 141327.
HSL color Cylindrical-coordinate representation of color #0F2802: hue angle of 99.47º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F2802 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 2 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.84 |
| HSL | 99.47º | 0.9% | 0.08% | - |
| HSV(B) | 99.47º | 0.95% | 0.16% | - |
| XYZ | 0.97 | 1.62 | 0.32 | - |
| YUV | 28.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 2 | 0.62 | 0 | 0.95 | 0.84 | 99.47 | 0.9 | 0.08 |
| Hex | F | 28 | 2 | 3E | 0 | 5F | 54 | 63 | 5A | 8 |
| Octal | 17 | 50 | 2 | 76 | 0 | 137 | 124 | 143 | 132 | 10 |
| Binary | 1111 | 101000 | 10 | 111110 | 0 | 1011111 | 1010100 | 1100011 | 1011010 | 1000 |
Color Harmonies of #0F2802
Complementary color
Monochromatic Colors of #0F2802
Black with #0F2802
Text Example
Text Example
White with #0F2802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2802; }
p { color: rgb(15,40,2); }
H1.HeaderClassName
{
color: #0F2802;
}
.AnyTagClassName
{
color: #0F2802;
}
</style>
background-color css
<style>
a { background-color: #0F2802; }
a { background-color: rgb(15,40,2); }
div.DivClassName
{
background-color: #0F2802;
}
.BgClassName
{
background-color: #0F2802;
}
</style>
border-color css
<style>
span { border-color: #0F2802; }
span { border-color: rgb(15,40,2); }
td.TdClassName
{
border-color: #0F2802;
}
.TagClassName
{
border-color: #0F2802;
}
</style>