Shades of Dark Green #0F2017
Tints of Dark Green #0F2017
RGB
CMYK
RGB Variations
Color information
#0F2017 (or 0x0F2017) is known color: Dark Green. HEX triplet: 0F, 20 and 17. RGB value is (15,32,23). Sum of RGB (Red+Green+Blue) = 15+32+23=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0F2017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F2017 is #F0DFE8. Grayscale: #191919. Windows color (decimal): -15785961 or 1515535. OLE color: 1515535.
HSL color Cylindrical-coordinate representation of color #0F2017: hue angle of 148.24º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F2017 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 23 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.87 |
| HSL | 148.24º | 0.36% | 0.09% | - |
| HSV(B) | 148.24º | 0.53% | 0.13% | - |
| XYZ | 0.87 | 1.2 | 1 | - |
| YUV | 25.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 23 | 0.53 | 0 | 0.28 | 0.87 | 148.24 | 0.36 | 0.09 |
| Hex | F | 20 | 17 | 35 | 0 | 1C | 57 | 94 | 24 | 9 |
| Octal | 17 | 40 | 27 | 65 | 0 | 34 | 127 | 224 | 44 | 11 |
| Binary | 1111 | 100000 | 10111 | 110101 | 0 | 11100 | 1010111 | 10010100 | 100100 | 1001 |
Color Harmonies of #0F2017
Complementary color
Monochromatic Colors of #0F2017
Black with #0F2017
Text Example
Text Example
White with #0F2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2017; }
p { color: rgb(15,32,23); }
H1.HeaderClassName
{
color: #0F2017;
}
.AnyTagClassName
{
color: #0F2017;
}
</style>
background-color css
<style>
a { background-color: #0F2017; }
a { background-color: rgb(15,32,23); }
div.DivClassName
{
background-color: #0F2017;
}
.BgClassName
{
background-color: #0F2017;
}
</style>
border-color css
<style>
span { border-color: #0F2017; }
span { border-color: rgb(15,32,23); }
td.TdClassName
{
border-color: #0F2017;
}
.TagClassName
{
border-color: #0F2017;
}
</style>