Shades of Dark Green #0F1C16
Tints of Dark Green #0F1C16
RGB
CMYK
RGB Variations
Color information
#0F1C16 (or 0x0F1C16) is known color: Dark Green. HEX triplet: 0F, 1C and 16. RGB value is (15,28,22). Sum of RGB (Red+Green+Blue) = 15+28+22=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C16 is #F0E3E9. Grayscale: #171717. Windows color (decimal): -15786986 or 1448975. OLE color: 1448975.
HSL color Cylindrical-coordinate representation of color #0F1C16: hue angle of 152.31º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C16 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 28 | 22 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.89 |
| HSL | 152.31º | 0.3% | 0.08% | - |
| HSV(B) | 152.31º | 0.46% | 0.11% | - |
| XYZ | 0.76 | 0.99 | 0.91 | - |
| YUV | 23.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 22 | 0.46 | 0 | 0.21 | 0.89 | 152.31 | 0.3 | 0.08 |
| Hex | F | 1C | 16 | 2E | 0 | 15 | 59 | 98 | 1E | 8 |
| Octal | 17 | 34 | 26 | 56 | 0 | 25 | 131 | 230 | 36 | 10 |
| Binary | 1111 | 11100 | 10110 | 101110 | 0 | 10101 | 1011001 | 10011000 | 11110 | 1000 |
Color Harmonies of #0F1C16
Complementary color
Monochromatic Colors of #0F1C16
Black with #0F1C16
Text Example
Text Example
White with #0F1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1C16; }
p { color: rgb(15,28,22); }
H1.HeaderClassName
{
color: #0F1C16;
}
.AnyTagClassName
{
color: #0F1C16;
}
</style>
background-color css
<style>
a { background-color: #0F1C16; }
a { background-color: rgb(15,28,22); }
div.DivClassName
{
background-color: #0F1C16;
}
.BgClassName
{
background-color: #0F1C16;
}
</style>
border-color css
<style>
span { border-color: #0F1C16; }
span { border-color: rgb(15,28,22); }
td.TdClassName
{
border-color: #0F1C16;
}
.TagClassName
{
border-color: #0F1C16;
}
</style>