Shades of Myrtle #0F230F
Tints of Myrtle #0F230F
RGB
CMYK
RGB Variations
Color information
#0F230F (or 0x0F230F) is known color: Myrtle. HEX triplet: 0F, 23 and 0F. RGB value is (15,35,15). Sum of RGB (Red+Green+Blue) = 15+35+15=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #0F230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F230F is #F0DCF0. Grayscale: #1A1A1A. Windows color (decimal): -15785201 or 992015. OLE color: 992015.
HSL color Cylindrical-coordinate representation of color #0F230F: hue angle of 120º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F230F is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 15 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.86 |
| HSL | 120º | 0.4% | 0.1% | - |
| HSV(B) | 120º | 0.57% | 0.14% | - |
| XYZ | 0.88 | 1.34 | 0.66 | - |
| YUV | 26.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 15 | 0.57 | 0 | 0.57 | 0.86 | 120 | 0.4 | 0.1 |
| Hex | F | 23 | F | 39 | 0 | 39 | 56 | 78 | 28 | A |
| Octal | 17 | 43 | 17 | 71 | 0 | 71 | 126 | 170 | 50 | 12 |
| Binary | 1111 | 100011 | 1111 | 111001 | 0 | 111001 | 1010110 | 1111000 | 101000 | 1010 |
Color Harmonies of #0F230F
Complementary color
Monochromatic Colors of #0F230F
Black with #0F230F
Text Example
Text Example
White with #0F230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F230F; }
p { color: rgb(15,35,15); }
H1.HeaderClassName
{
color: #0F230F;
}
.AnyTagClassName
{
color: #0F230F;
}
</style>
background-color css
<style>
a { background-color: #0F230F; }
a { background-color: rgb(15,35,15); }
div.DivClassName
{
background-color: #0F230F;
}
.BgClassName
{
background-color: #0F230F;
}
</style>
border-color css
<style>
span { border-color: #0F230F; }
span { border-color: rgb(15,35,15); }
td.TdClassName
{
border-color: #0F230F;
}
.TagClassName
{
border-color: #0F230F;
}
</style>