Shades of Dark Green #0F1815
Tints of Dark Green #0F1815
RGB
CMYK
RGB Variations
Color information
#0F1815 (or 0x0F1815) is known color: Dark Green. HEX triplet: 0F, 18 and 15. RGB value is (15,24,21). Sum of RGB (Red+Green+Blue) = 15+24+21=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 21 (8.59% from 255 or 35% from 60); Max value from RGB is 24 - color contains mainly: green. Hex color #0F1815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1815 is #F0E7EA. Grayscale: #141414. Windows color (decimal): -15788011 or 1382415. OLE color: 1382415.
HSL color Cylindrical-coordinate representation of color #0F1815: hue angle of 160º 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 #0F1815 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 15 | 24 | 21 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.91 |
| HSL | 160º | 0.23% | 0.08% | - |
| HSV(B) | 160º | 0.38% | 0.09% | - |
| XYZ | 0.66 | 0.81 | 0.83 | - |
| YUV | 20.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 21 | 0.37 | 0 | 0.13 | 0.91 | 160 | 0.23 | 0.08 |
| Hex | F | 18 | 15 | 25 | 0 | D | 5B | A0 | 17 | 8 |
| Octal | 17 | 30 | 25 | 45 | 0 | 15 | 133 | 240 | 27 | 10 |
| Binary | 1111 | 11000 | 10101 | 100101 | 0 | 1101 | 1011011 | 10100000 | 10111 | 1000 |
Color Harmonies of #0F1815
Complementary color
Monochromatic Colors of #0F1815
Black with #0F1815
Text Example
Text Example
White with #0F1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1815; }
p { color: rgb(15,24,21); }
H1.HeaderClassName
{
color: #0F1815;
}
.AnyTagClassName
{
color: #0F1815;
}
</style>
background-color css
<style>
a { background-color: #0F1815; }
a { background-color: rgb(15,24,21); }
div.DivClassName
{
background-color: #0F1815;
}
.BgClassName
{
background-color: #0F1815;
}
</style>
border-color css
<style>
span { border-color: #0F1815; }
span { border-color: rgb(15,24,21); }
td.TdClassName
{
border-color: #0F1815;
}
.TagClassName
{
border-color: #0F1815;
}
</style>