Shades of Myrtle #0F2A01
Tints of Myrtle #0F2A01
RGB
CMYK
RGB Variations
Color information
#0F2A01 (or 0x0F2A01) is known color: Myrtle. HEX triplet: 0F, 2A and 01. RGB value is (15,42,1). Sum of RGB (Red+Green+Blue) = 15+42+1=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 42 (16.80% from 255 or 72.41% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 42 - color contains mainly: green. Hex color #0F2A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2A01 is #F0D5FE. Grayscale: #1D1D1D. Windows color (decimal): -15783423 or 76303. OLE color: 76303.
HSL color Cylindrical-coordinate representation of color #0F2A01: hue angle of 99.51º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F2A01 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 42 | 1 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.84 |
| HSL | 99.51º | 0.95% | 0.08% | - |
| HSV(B) | 99.51º | 0.98% | 0.16% | - |
| XYZ | 1.03 | 1.76 | 0.31 | - |
| YUV | 29.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 1 | 0.64 | 0 | 0.98 | 0.84 | 99.51 | 0.95 | 0.08 |
| Hex | F | 2A | 1 | 40 | 0 | 62 | 54 | 64 | 5F | 8 |
| Octal | 17 | 52 | 1 | 100 | 0 | 142 | 124 | 144 | 137 | 10 |
| Binary | 1111 | 101010 | 1 | 1000000 | 0 | 1100010 | 1010100 | 1100100 | 1011111 | 1000 |
Color Harmonies of #0F2A01
Complementary color
Monochromatic Colors of #0F2A01
Black with #0F2A01
Text Example
Text Example
White with #0F2A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2A01; }
p { color: rgb(15,42,1); }
H1.HeaderClassName
{
color: #0F2A01;
}
.AnyTagClassName
{
color: #0F2A01;
}
</style>
background-color css
<style>
a { background-color: #0F2A01; }
a { background-color: rgb(15,42,1); }
div.DivClassName
{
background-color: #0F2A01;
}
.BgClassName
{
background-color: #0F2A01;
}
</style>
border-color css
<style>
span { border-color: #0F2A01; }
span { border-color: rgb(15,42,1); }
td.TdClassName
{
border-color: #0F2A01;
}
.TagClassName
{
border-color: #0F2A01;
}
</style>