Shades of Myrtle #0F2B05
Tints of Myrtle #0F2B05
RGB
CMYK
RGB Variations
Color information
#0F2B05 (or 0x0F2B05) is known color: Myrtle. HEX triplet: 0F, 2B and 05. RGB value is (15,43,5). Sum of RGB (Red+Green+Blue) = 15+43+5=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 43 (17.19% from 255 or 68.25% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 43 - color contains mainly: green. Hex color #0F2B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2B05 is #F0D4FA. Grayscale: #1E1E1E. Windows color (decimal): -15783163 or 338703. OLE color: 338703.
HSL color Cylindrical-coordinate representation of color #0F2B05: hue angle of 104.21º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2B05 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.83.
Color convert
RGB | 15 | 43 | 5 | - |
CMYK | 0.65 | 0 | 0.88 | 0.83 |
HSL | 104.21º | 0.79% | 0.09% | - |
HSV(B) | 104.21º | 0.88% | 0.17% | - |
XYZ | 1.09 | 1.84 | 0.44 | - |
YUV | 30.3 | 113.72 | 117.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 43 | 5 | 0.65 | 0 | 0.88 | 0.83 | 104.21 | 0.79 | 0.09 |
Hex | F | 2B | 5 | 41 | 0 | 58 | 53 | 68 | 4F | 9 |
Octal | 17 | 53 | 5 | 101 | 0 | 130 | 123 | 150 | 117 | 11 |
Binary | 1111 | 101011 | 101 | 1000001 | 0 | 1011000 | 1010011 | 1101000 | 1001111 | 1001 |
Color Harmonies of #0F2B05
Complementary color
Monochromatic Colors of #0F2B05
Black with #0F2B05
Text Example
Text Example
White with #0F2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2B05; }
p { color: rgb(15,43,5); }
H1.HeaderClassName
{
color: #0F2B05;
}
.AnyTagClassName
{
color: #0F2B05;
}
</style>
background-color css
<style>
a { background-color: #0F2B05; }
a { background-color: rgb(15,43,5); }
div.DivClassName
{
background-color: #0F2B05;
}
.BgClassName
{
background-color: #0F2B05;
}
</style>
border-color css
<style>
span { border-color: #0F2B05; }
span { border-color: rgb(15,43,5); }
td.TdClassName
{
border-color: #0F2B05;
}
.TagClassName
{
border-color: #0F2B05;
}
</style>