Shades of Dark Green #0F1412
Tints of Dark Green #0F1412
RGB
CMYK
RGB Variations
Color information
#0F1412 (or 0x0F1412) is known color: Dark Green. HEX triplet: 0F, 14 and 12. RGB value is (15,20,18). Sum of RGB (Red+Green+Blue) = 15+20+18=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 20 - color contains mainly: green. Hex color #0F1412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1412 is #F0EBED. Grayscale: #121212. Windows color (decimal): -15789038 or 1184783. OLE color: 1184783.
HSL color Cylindrical-coordinate representation of color #0F1412: hue angle of 156º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0F1412 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 20 | 18 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.92 |
| HSL | 156º | 0.14% | 0.07% | - |
| HSV(B) | 156º | 0.25% | 0.08% | - |
| XYZ | 0.56 | 0.65 | 0.67 | - |
| YUV | 18.28 | 127.84 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 18 | 0.25 | 0 | 0.10 | 0.92 | 156 | 0.14 | 0.07 |
| Hex | F | 14 | 12 | 19 | 0 | A | 5C | 9C | E | 7 |
| Octal | 17 | 24 | 22 | 31 | 0 | 12 | 134 | 234 | 16 | 7 |
| Binary | 1111 | 10100 | 10010 | 11001 | 0 | 1010 | 1011100 | 10011100 | 1110 | 111 |
Color Harmonies of #0F1412
Complementary color
Monochromatic Colors of #0F1412
Black with #0F1412
Text Example
Text Example
White with #0F1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1412; }
p { color: rgb(15,20,18); }
H1.HeaderClassName
{
color: #0F1412;
}
.AnyTagClassName
{
color: #0F1412;
}
</style>
background-color css
<style>
a { background-color: #0F1412; }
a { background-color: rgb(15,20,18); }
div.DivClassName
{
background-color: #0F1412;
}
.BgClassName
{
background-color: #0F1412;
}
</style>
border-color css
<style>
span { border-color: #0F1412; }
span { border-color: rgb(15,20,18); }
td.TdClassName
{
border-color: #0F1412;
}
.TagClassName
{
border-color: #0F1412;
}
</style>