Shades of Dark Green #0F1F17
Tints of Dark Green #0F1F17
RGB
CMYK
RGB Variations
Color information
#0F1F17 (or 0x0F1F17) is known color: Dark Green. HEX triplet: 0F, 1F and 17. RGB value is (15,31,23). Sum of RGB (Red+Green+Blue) = 15+31+23=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1F17 is #F0E0E8. Grayscale: #191919. Windows color (decimal): -15786217 or 1515279. OLE color: 1515279.
HSL color Cylindrical-coordinate representation of color #0F1F17: hue angle of 150º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0F1F17 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 31 | 23 | - |
| CMYK | 0.52 | 0 | 0.26 | 0.88 |
| HSL | 150º | 0.35% | 0.09% | - |
| HSV(B) | 150º | 0.52% | 0.12% | - |
| XYZ | 0.84 | 1.14 | 0.99 | - |
| YUV | 25.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 23 | 0.52 | 0 | 0.26 | 0.88 | 150 | 0.35 | 0.09 |
| Hex | F | 1F | 17 | 34 | 0 | 1A | 58 | 96 | 23 | 9 |
| Octal | 17 | 37 | 27 | 64 | 0 | 32 | 130 | 226 | 43 | 11 |
| Binary | 1111 | 11111 | 10111 | 110100 | 0 | 11010 | 1011000 | 10010110 | 100011 | 1001 |
Color Harmonies of #0F1F17
Complementary color
Monochromatic Colors of #0F1F17
Black with #0F1F17
Text Example
Text Example
White with #0F1F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F17; }
p { color: rgb(15,31,23); }
H1.HeaderClassName
{
color: #0F1F17;
}
.AnyTagClassName
{
color: #0F1F17;
}
</style>
background-color css
<style>
a { background-color: #0F1F17; }
a { background-color: rgb(15,31,23); }
div.DivClassName
{
background-color: #0F1F17;
}
.BgClassName
{
background-color: #0F1F17;
}
</style>
border-color css
<style>
span { border-color: #0F1F17; }
span { border-color: rgb(15,31,23); }
td.TdClassName
{
border-color: #0F1F17;
}
.TagClassName
{
border-color: #0F1F17;
}
</style>