Shades of Dark Green #0F1612
Tints of Dark Green #0F1612
RGB
CMYK
RGB Variations
Color information
#0F1612 (or 0x0F1612) is known color: Dark Green. HEX triplet: 0F, 16 and 12. RGB value is (15,22,18). Sum of RGB (Red+Green+Blue) = 15+22+18=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 22 (8.98% from 255 or 40% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 22 - color contains mainly: green. Hex color #0F1612 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1612 is #F0E9ED. Grayscale: #131313. Windows color (decimal): -15788526 or 1185295. OLE color: 1185295.
HSL color Cylindrical-coordinate representation of color #0F1612: hue angle of 145.71º degrees, saturation: 0.19, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #0F1612 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 22 | 18 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.91 |
| HSL | 145.71º | 0.19% | 0.07% | - |
| HSV(B) | 145.71º | 0.32% | 0.09% | - |
| XYZ | 0.59 | 0.72 | 0.68 | - |
| YUV | 19.45 | 127.18 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 18 | 0.32 | 0 | 0.18 | 0.91 | 145.71 | 0.19 | 0.07 |
| Hex | F | 16 | 12 | 20 | 0 | 12 | 5B | 92 | 13 | 7 |
| Octal | 17 | 26 | 22 | 40 | 0 | 22 | 133 | 222 | 23 | 7 |
| Binary | 1111 | 10110 | 10010 | 100000 | 0 | 10010 | 1011011 | 10010010 | 10011 | 111 |
Color Harmonies of #0F1612
Complementary color
Monochromatic Colors of #0F1612
Black with #0F1612
Text Example
Text Example
White with #0F1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1612; }
p { color: rgb(15,22,18); }
H1.HeaderClassName
{
color: #0F1612;
}
.AnyTagClassName
{
color: #0F1612;
}
</style>
background-color css
<style>
a { background-color: #0F1612; }
a { background-color: rgb(15,22,18); }
div.DivClassName
{
background-color: #0F1612;
}
.BgClassName
{
background-color: #0F1612;
}
</style>
border-color css
<style>
span { border-color: #0F1612; }
span { border-color: rgb(15,22,18); }
td.TdClassName
{
border-color: #0F1612;
}
.TagClassName
{
border-color: #0F1612;
}
</style>