Shades of Dark Green #0F1F1C
Tints of Dark Green #0F1F1C
RGB
CMYK
RGB Variations
Color information
#0F1F1C (or 0x0F1F1C) is known color: Dark Green. HEX triplet: 0F, 1F and 1C. RGB value is (15,31,28). Sum of RGB (Red+Green+Blue) = 15+31+28=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #0F1F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1F1C is #F0E0E3. Grayscale: #191919. Windows color (decimal): -15786212 or 1842959. OLE color: 1842959.
HSL color Cylindrical-coordinate representation of color #0F1F1C: hue angle of 168.75º 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 #0F1F1C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 31 | 28 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.88 |
| HSL | 168.75º | 0.35% | 0.09% | - |
| HSV(B) | 168.75º | 0.52% | 0.12% | - |
| XYZ | 0.9 | 1.17 | 1.28 | - |
| YUV | 25.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 28 | 0.52 | 0 | 0.10 | 0.88 | 168.75 | 0.35 | 0.09 |
| Hex | F | 1F | 1C | 34 | 0 | A | 58 | A9 | 23 | 9 |
| Octal | 17 | 37 | 34 | 64 | 0 | 12 | 130 | 251 | 43 | 11 |
| Binary | 1111 | 11111 | 11100 | 110100 | 0 | 1010 | 1011000 | 10101001 | 100011 | 1001 |
Color Harmonies of #0F1F1C
Complementary color
Monochromatic Colors of #0F1F1C
Black with #0F1F1C
Text Example
Text Example
White with #0F1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F1C; }
p { color: rgb(15,31,28); }
H1.HeaderClassName
{
color: #0F1F1C;
}
.AnyTagClassName
{
color: #0F1F1C;
}
</style>
background-color css
<style>
a { background-color: #0F1F1C; }
a { background-color: rgb(15,31,28); }
div.DivClassName
{
background-color: #0F1F1C;
}
.BgClassName
{
background-color: #0F1F1C;
}
</style>
border-color css
<style>
span { border-color: #0F1F1C; }
span { border-color: rgb(15,31,28); }
td.TdClassName
{
border-color: #0F1F1C;
}
.TagClassName
{
border-color: #0F1F1C;
}
</style>