Shades of Dark Green #0F1D17
Tints of Dark Green #0F1D17
RGB
CMYK
RGB Variations
Color information
#0F1D17 (or 0x0F1D17) is known color: Dark Green. HEX triplet: 0F, 1D and 17. RGB value is (15,29,23). Sum of RGB (Red+Green+Blue) = 15+29+23=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #0F1D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1D17 is #F0E2E8. Grayscale: #181818. Windows color (decimal): -15786729 or 1514767. OLE color: 1514767.
HSL color Cylindrical-coordinate representation of color #0F1D17: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0F1D17 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 29 | 23 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.89 |
| HSL | 154.29º | 0.32% | 0.09% | - |
| HSV(B) | 154.29º | 0.48% | 0.11% | - |
| XYZ | 0.79 | 1.04 | 0.97 | - |
| YUV | 24.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 23 | 0.48 | 0 | 0.21 | 0.89 | 154.29 | 0.32 | 0.09 |
| Hex | F | 1D | 17 | 30 | 0 | 15 | 59 | 9A | 20 | 9 |
| Octal | 17 | 35 | 27 | 60 | 0 | 25 | 131 | 232 | 40 | 11 |
| Binary | 1111 | 11101 | 10111 | 110000 | 0 | 10101 | 1011001 | 10011010 | 100000 | 1001 |
Color Harmonies of #0F1D17
Complementary color
Monochromatic Colors of #0F1D17
Black with #0F1D17
Text Example
Text Example
White with #0F1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1D17; }
p { color: rgb(15,29,23); }
H1.HeaderClassName
{
color: #0F1D17;
}
.AnyTagClassName
{
color: #0F1D17;
}
</style>
background-color css
<style>
a { background-color: #0F1D17; }
a { background-color: rgb(15,29,23); }
div.DivClassName
{
background-color: #0F1D17;
}
.BgClassName
{
background-color: #0F1D17;
}
</style>
border-color css
<style>
span { border-color: #0F1D17; }
span { border-color: rgb(15,29,23); }
td.TdClassName
{
border-color: #0F1D17;
}
.TagClassName
{
border-color: #0F1D17;
}
</style>