Shades of Dark Green #0F1E17
Tints of Dark Green #0F1E17
RGB
CMYK
RGB Variations
Color information
#0F1E17 (or 0x0F1E17) is known color: Dark Green. HEX triplet: 0F, 1E and 17. RGB value is (15,30,23). Sum of RGB (Red+Green+Blue) = 15+30+23=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E17 is #F0E1E8. Grayscale: #181818. Windows color (decimal): -15786473 or 1515023. OLE color: 1515023.
HSL color Cylindrical-coordinate representation of color #0F1E17: hue angle of 152º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F1E17 is Cyan = 0.5, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 23 | - |
| CMYK | 0.5 | 0 | 0.23 | 0.88 |
| HSL | 152º | 0.33% | 0.09% | - |
| HSV(B) | 152º | 0.5% | 0.12% | - |
| XYZ | 0.82 | 1.09 | 0.98 | - |
| YUV | 24.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 23 | 0.5 | 0 | 0.23 | 0.88 | 152 | 0.33 | 0.09 |
| Hex | F | 1E | 17 | 32 | 0 | 17 | 58 | 98 | 21 | 9 |
| Octal | 17 | 36 | 27 | 62 | 0 | 27 | 130 | 230 | 41 | 11 |
| Binary | 1111 | 11110 | 10111 | 110010 | 0 | 10111 | 1011000 | 10011000 | 100001 | 1001 |
Color Harmonies of #0F1E17
Complementary color
Monochromatic Colors of #0F1E17
Black with #0F1E17
Text Example
Text Example
White with #0F1E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E17; }
p { color: rgb(15,30,23); }
H1.HeaderClassName
{
color: #0F1E17;
}
.AnyTagClassName
{
color: #0F1E17;
}
</style>
background-color css
<style>
a { background-color: #0F1E17; }
a { background-color: rgb(15,30,23); }
div.DivClassName
{
background-color: #0F1E17;
}
.BgClassName
{
background-color: #0F1E17;
}
</style>
border-color css
<style>
span { border-color: #0F1E17; }
span { border-color: rgb(15,30,23); }
td.TdClassName
{
border-color: #0F1E17;
}
.TagClassName
{
border-color: #0F1E17;
}
</style>