Shades of Dark Green #0F1816
Tints of Dark Green #0F1816
RGB
CMYK
RGB Variations
Color information
#0F1816 (or 0x0F1816) is known color: Dark Green. HEX triplet: 0F, 18 and 16. RGB value is (15,24,22). Sum of RGB (Red+Green+Blue) = 15+24+22=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1816 is #F0E7E9. Grayscale: #151515. Windows color (decimal): -15788010 or 1447951. OLE color: 1447951.
HSL color Cylindrical-coordinate representation of color #0F1816: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0F1816 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 24 | 22 | - |
| CMYK | 0.37 | 0 | 0.08 | 0.91 |
| HSL | 166.67º | 0.23% | 0.08% | - |
| HSV(B) | 166.67º | 0.38% | 0.09% | - |
| XYZ | 0.67 | 0.81 | 0.88 | - |
| YUV | 21.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 22 | 0.37 | 0 | 0.08 | 0.91 | 166.67 | 0.23 | 0.08 |
| Hex | F | 18 | 16 | 25 | 0 | 8 | 5B | A7 | 17 | 8 |
| Octal | 17 | 30 | 26 | 45 | 0 | 10 | 133 | 247 | 27 | 10 |
| Binary | 1111 | 11000 | 10110 | 100101 | 0 | 1000 | 1011011 | 10100111 | 10111 | 1000 |
Color Harmonies of #0F1816
Complementary color
Monochromatic Colors of #0F1816
Black with #0F1816
Text Example
Text Example
White with #0F1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1816; }
p { color: rgb(15,24,22); }
H1.HeaderClassName
{
color: #0F1816;
}
.AnyTagClassName
{
color: #0F1816;
}
</style>
background-color css
<style>
a { background-color: #0F1816; }
a { background-color: rgb(15,24,22); }
div.DivClassName
{
background-color: #0F1816;
}
.BgClassName
{
background-color: #0F1816;
}
</style>
border-color css
<style>
span { border-color: #0F1816; }
span { border-color: rgb(15,24,22); }
td.TdClassName
{
border-color: #0F1816;
}
.TagClassName
{
border-color: #0F1816;
}
</style>