Shades of Dark Green #0F1211
Tints of Dark Green #0F1211
RGB
CMYK
RGB Variations
Color information
#0F1211 (or 0x0F1211) is known color: Dark Green. HEX triplet: 0F, 12 and 11. RGB value is (15,18,17). Sum of RGB (Red+Green+Blue) = 15+18+17=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 18 - color contains mainly: green. Hex color #0F1211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1211 is #F0EDEE. Grayscale: #101010. Windows color (decimal): -15789551 or 1118735. OLE color: 1118735.
HSL color Cylindrical-coordinate representation of color #0F1211: hue angle of 160º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #0F1211 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 18 | 17 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.93 |
| HSL | 160º | 0.09% | 0.06% | - |
| HSV(B) | 160º | 0.17% | 0.07% | - |
| XYZ | 0.51 | 0.57 | 0.61 | - |
| YUV | 16.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 17 | 0.17 | 0 | 0.06 | 0.93 | 160 | 0.09 | 0.06 |
| Hex | F | 12 | 11 | 11 | 0 | 6 | 5D | A0 | 9 | 6 |
| Octal | 17 | 22 | 21 | 21 | 0 | 6 | 135 | 240 | 11 | 6 |
| Binary | 1111 | 10010 | 10001 | 10001 | 0 | 110 | 1011101 | 10100000 | 1001 | 110 |
Color Harmonies of #0F1211
Complementary color
Monochromatic Colors of #0F1211
Black with #0F1211
Text Example
Text Example
White with #0F1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1211; }
p { color: rgb(15,18,17); }
H1.HeaderClassName
{
color: #0F1211;
}
.AnyTagClassName
{
color: #0F1211;
}
</style>
background-color css
<style>
a { background-color: #0F1211; }
a { background-color: rgb(15,18,17); }
div.DivClassName
{
background-color: #0F1211;
}
.BgClassName
{
background-color: #0F1211;
}
</style>
border-color css
<style>
span { border-color: #0F1211; }
span { border-color: rgb(15,18,17); }
td.TdClassName
{
border-color: #0F1211;
}
.TagClassName
{
border-color: #0F1211;
}
</style>