Shades of Dark Green #0F1817
Tints of Dark Green #0F1817
RGB
CMYK
RGB Variations
Color information
#0F1817 (or 0x0F1817) is known color: Dark Green. HEX triplet: 0F, 18 and 17. RGB value is (15,24,23). Sum of RGB (Red+Green+Blue) = 15+24+23=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1817 is #F0E7E8. Grayscale: #151515. Windows color (decimal): -15788009 or 1513487. OLE color: 1513487.
HSL color Cylindrical-coordinate representation of color #0F1817: hue angle of 173.33º 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 #0F1817 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 24 | 23 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.91 |
| HSL | 173.33º | 0.23% | 0.08% | - |
| HSV(B) | 173.33º | 0.38% | 0.09% | - |
| XYZ | 0.68 | 0.82 | 0.93 | - |
| YUV | 21.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 23 | 0.37 | 0 | 0.04 | 0.91 | 173.33 | 0.23 | 0.08 |
| Hex | F | 18 | 17 | 25 | 0 | 4 | 5B | AD | 17 | 8 |
| Octal | 17 | 30 | 27 | 45 | 0 | 4 | 133 | 255 | 27 | 10 |
| Binary | 1111 | 11000 | 10111 | 100101 | 0 | 100 | 1011011 | 10101101 | 10111 | 1000 |
Color Harmonies of #0F1817
Complementary color
Monochromatic Colors of #0F1817
Black with #0F1817
Text Example
Text Example
White with #0F1817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1817; }
p { color: rgb(15,24,23); }
H1.HeaderClassName
{
color: #0F1817;
}
.AnyTagClassName
{
color: #0F1817;
}
</style>
background-color css
<style>
a { background-color: #0F1817; }
a { background-color: rgb(15,24,23); }
div.DivClassName
{
background-color: #0F1817;
}
.BgClassName
{
background-color: #0F1817;
}
</style>
border-color css
<style>
span { border-color: #0F1817; }
span { border-color: rgb(15,24,23); }
td.TdClassName
{
border-color: #0F1817;
}
.TagClassName
{
border-color: #0F1817;
}
</style>