Shades of Dark Green #0F1714
Tints of Dark Green #0F1714
RGB
CMYK
RGB Variations
Color information
#0F1714 (or 0x0F1714) is known color: Dark Green. HEX triplet: 0F, 17 and 14. RGB value is (15,23,20). Sum of RGB (Red+Green+Blue) = 15+23+20=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1714 is #F0E8EB. Grayscale: #141414. Windows color (decimal): -15788268 or 1316623. OLE color: 1316623.
HSL color Cylindrical-coordinate representation of color #0F1714: hue angle of 157.5º degrees, saturation: 0.21, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0F1714 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 20 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.91 |
| HSL | 157.5º | 0.21% | 0.07% | - |
| HSV(B) | 157.5º | 0.35% | 0.09% | - |
| XYZ | 0.63 | 0.76 | 0.78 | - |
| YUV | 20.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 20 | 0.35 | 0 | 0.13 | 0.91 | 157.5 | 0.21 | 0.07 |
| Hex | F | 17 | 14 | 23 | 0 | D | 5B | 9E | 15 | 7 |
| Octal | 17 | 27 | 24 | 43 | 0 | 15 | 133 | 236 | 25 | 7 |
| Binary | 1111 | 10111 | 10100 | 100011 | 0 | 1101 | 1011011 | 10011110 | 10101 | 111 |
Color Harmonies of #0F1714
Complementary color
Monochromatic Colors of #0F1714
Black with #0F1714
Text Example
Text Example
White with #0F1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1714; }
p { color: rgb(15,23,20); }
H1.HeaderClassName
{
color: #0F1714;
}
.AnyTagClassName
{
color: #0F1714;
}
</style>
background-color css
<style>
a { background-color: #0F1714; }
a { background-color: rgb(15,23,20); }
div.DivClassName
{
background-color: #0F1714;
}
.BgClassName
{
background-color: #0F1714;
}
</style>
border-color css
<style>
span { border-color: #0F1714; }
span { border-color: rgb(15,23,20); }
td.TdClassName
{
border-color: #0F1714;
}
.TagClassName
{
border-color: #0F1714;
}
</style>