Shades of Myrtle #0F330F
Tints of Myrtle #0F330F
RGB
CMYK
RGB Variations
Color information
#0F330F (or 0x0F330F) is known color: Myrtle. HEX triplet: 0F, 33 and 0F. RGB value is (15,51,15). Sum of RGB (Red+Green+Blue) = 15+51+15=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330F is #F0CCF0. Grayscale: #242424. Windows color (decimal): -15781105 or 996111. OLE color: 996111.
HSL color Cylindrical-coordinate representation of color #0F330F: hue angle of 120º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F330F is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 15 | - |
| CMYK | 0.71 | 0 | 0.71 | 0.8 |
| HSL | 120º | 0.55% | 0.13% | - |
| HSV(B) | 120º | 0.71% | 0.2% | - |
| XYZ | 1.47 | 2.5 | 0.86 | - |
| YUV | 36.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 15 | 0.71 | 0 | 0.71 | 0.8 | 120 | 0.55 | 0.13 |
| Hex | F | 33 | F | 47 | 0 | 47 | 50 | 78 | 37 | D |
| Octal | 17 | 63 | 17 | 107 | 0 | 107 | 120 | 170 | 67 | 15 |
| Binary | 1111 | 110011 | 1111 | 1000111 | 0 | 1000111 | 1010000 | 1111000 | 110111 | 1101 |
Color Harmonies of #0F330F
Complementary color
Monochromatic Colors of #0F330F
Black with #0F330F
Text Example
Text Example
White with #0F330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F330F; }
p { color: rgb(15,51,15); }
H1.HeaderClassName
{
color: #0F330F;
}
.AnyTagClassName
{
color: #0F330F;
}
</style>
background-color css
<style>
a { background-color: #0F330F; }
a { background-color: rgb(15,51,15); }
div.DivClassName
{
background-color: #0F330F;
}
.BgClassName
{
background-color: #0F330F;
}
</style>
border-color css
<style>
span { border-color: #0F330F; }
span { border-color: rgb(15,51,15); }
td.TdClassName
{
border-color: #0F330F;
}
.TagClassName
{
border-color: #0F330F;
}
</style>