Shades of Dark Green #0F1C15
Tints of Dark Green #0F1C15
RGB
CMYK
RGB Variations
Color information
#0F1C15 (or 0x0F1C15) is known color: Dark Green. HEX triplet: 0F, 1C and 15. RGB value is (15,28,21). Sum of RGB (Red+Green+Blue) = 15+28+21=64 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.44% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 28 - color contains mainly: green. Hex color #0F1C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1C15 is #F0E3EA. Grayscale: #171717. Windows color (decimal): -15786987 or 1383439. OLE color: 1383439.
HSL color Cylindrical-coordinate representation of color #0F1C15: hue angle of 147.69º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F1C15 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 28 | 21 | - |
| CMYK | 0.46 | 0 | 0.25 | 0.89 |
| HSL | 147.69º | 0.3% | 0.08% | - |
| HSV(B) | 147.69º | 0.46% | 0.11% | - |
| XYZ | 0.75 | 0.99 | 0.86 | - |
| YUV | 23.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 28 | 21 | 0.46 | 0 | 0.25 | 0.89 | 147.69 | 0.3 | 0.08 |
| Hex | F | 1C | 15 | 2E | 0 | 19 | 59 | 94 | 1E | 8 |
| Octal | 17 | 34 | 25 | 56 | 0 | 31 | 131 | 224 | 36 | 10 |
| Binary | 1111 | 11100 | 10101 | 101110 | 0 | 11001 | 1011001 | 10010100 | 11110 | 1000 |
Color Harmonies of #0F1C15
Complementary color
Monochromatic Colors of #0F1C15
Black with #0F1C15
Text Example
Text Example
White with #0F1C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1C15; }
p { color: rgb(15,28,21); }
H1.HeaderClassName
{
color: #0F1C15;
}
.AnyTagClassName
{
color: #0F1C15;
}
</style>
background-color css
<style>
a { background-color: #0F1C15; }
a { background-color: rgb(15,28,21); }
div.DivClassName
{
background-color: #0F1C15;
}
.BgClassName
{
background-color: #0F1C15;
}
</style>
border-color css
<style>
span { border-color: #0F1C15; }
span { border-color: rgb(15,28,21); }
td.TdClassName
{
border-color: #0F1C15;
}
.TagClassName
{
border-color: #0F1C15;
}
</style>