Shades of Dark Green #0F1715
Tints of Dark Green #0F1715
RGB
CMYK
RGB Variations
Color information
#0F1715 (or 0x0F1715) is known color: Dark Green. HEX triplet: 0F, 17 and 15. RGB value is (15,23,21). Sum of RGB (Red+Green+Blue) = 15+23+21=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 21 (8.59% from 255 or 35.59% from 59); Max value from RGB is 23 - color contains mainly: green. Hex color #0F1715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1715 is #F0E8EA. Grayscale: #141414. Windows color (decimal): -15788267 or 1382159. OLE color: 1382159.
HSL color Cylindrical-coordinate representation of color #0F1715: hue angle of 165º 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 #0F1715 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 23 | 21 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.91 |
| HSL | 165º | 0.21% | 0.07% | - |
| HSV(B) | 165º | 0.35% | 0.09% | - |
| XYZ | 0.64 | 0.77 | 0.82 | - |
| YUV | 20.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 21 | 0.35 | 0 | 0.09 | 0.91 | 165 | 0.21 | 0.07 |
| Hex | F | 17 | 15 | 23 | 0 | 9 | 5B | A5 | 15 | 7 |
| Octal | 17 | 27 | 25 | 43 | 0 | 11 | 133 | 245 | 25 | 7 |
| Binary | 1111 | 10111 | 10101 | 100011 | 0 | 1001 | 1011011 | 10100101 | 10101 | 111 |
Color Harmonies of #0F1715
Complementary color
Monochromatic Colors of #0F1715
Black with #0F1715
Text Example
Text Example
White with #0F1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1715; }
p { color: rgb(15,23,21); }
H1.HeaderClassName
{
color: #0F1715;
}
.AnyTagClassName
{
color: #0F1715;
}
</style>
background-color css
<style>
a { background-color: #0F1715; }
a { background-color: rgb(15,23,21); }
div.DivClassName
{
background-color: #0F1715;
}
.BgClassName
{
background-color: #0F1715;
}
</style>
border-color css
<style>
span { border-color: #0F1715; }
span { border-color: rgb(15,23,21); }
td.TdClassName
{
border-color: #0F1715;
}
.TagClassName
{
border-color: #0F1715;
}
</style>