Shades of Dark Green #0F1110
Tints of Dark Green #0F1110
RGB
CMYK
RGB Variations
Color information
#0F1110 (or 0x0F1110) is known color: Dark Green. HEX triplet: 0F, 11 and 10. RGB value is (15,17,16). Sum of RGB (Red+Green+Blue) = 15+17+16=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 17 - color contains mainly: green. Hex color #0F1110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1110 is #F0EEEF. Grayscale: #101010. Windows color (decimal): -15789808 or 1052943. OLE color: 1052943.
HSL color Cylindrical-coordinate representation of color #0F1110: hue angle of 150º degrees, saturation: 0.06, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #0F1110 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 15 | 17 | 16 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.93 |
| HSL | 150º | 0.06% | 0.06% | - |
| HSV(B) | 150º | 0.12% | 0.07% | - |
| XYZ | 0.49 | 0.54 | 0.57 | - |
| YUV | 16.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 17 | 16 | 0.12 | 0 | 0.06 | 0.93 | 150 | 0.06 | 0.06 |
| Hex | F | 11 | 10 | C | 0 | 6 | 5D | 96 | 6 | 6 |
| Octal | 17 | 21 | 20 | 14 | 0 | 6 | 135 | 226 | 6 | 6 |
| Binary | 1111 | 10001 | 10000 | 1100 | 0 | 110 | 1011101 | 10010110 | 110 | 110 |
Color Harmonies of #0F1110
Complementary color
Monochromatic Colors of #0F1110
Black with #0F1110
Text Example
Text Example
White with #0F1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1110; }
p { color: rgb(15,17,16); }
H1.HeaderClassName
{
color: #0F1110;
}
.AnyTagClassName
{
color: #0F1110;
}
</style>
background-color css
<style>
a { background-color: #0F1110; }
a { background-color: rgb(15,17,16); }
div.DivClassName
{
background-color: #0F1110;
}
.BgClassName
{
background-color: #0F1110;
}
</style>
border-color css
<style>
span { border-color: #0F1110; }
span { border-color: rgb(15,17,16); }
td.TdClassName
{
border-color: #0F1110;
}
.TagClassName
{
border-color: #0F1110;
}
</style>