Shades of Dark Green #0F1E18
Tints of Dark Green #0F1E18
RGB
CMYK
RGB Variations
Color information
#0F1E18 (or 0x0F1E18) is known color: Dark Green. HEX triplet: 0F, 1E and 18. RGB value is (15,30,24). Sum of RGB (Red+Green+Blue) = 15+30+24=69 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.74% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 30 - color contains mainly: green. Hex color #0F1E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1E18 is #F0E1E7. Grayscale: #181818. Windows color (decimal): -15786472 or 1580559. OLE color: 1580559.
HSL color Cylindrical-coordinate representation of color #0F1E18: hue angle of 156º 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 #0F1E18 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 30 | 24 | - |
| CMYK | 0.5 | 0 | 0.20 | 0.88 |
| HSL | 156º | 0.33% | 0.09% | - |
| HSV(B) | 156º | 0.5% | 0.12% | - |
| XYZ | 0.83 | 1.1 | 1.03 | - |
| YUV | 24.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 24 | 0.5 | 0 | 0.20 | 0.88 | 156 | 0.33 | 0.09 |
| Hex | F | 1E | 18 | 32 | 0 | 14 | 58 | 9C | 21 | 9 |
| Octal | 17 | 36 | 30 | 62 | 0 | 24 | 130 | 234 | 41 | 11 |
| Binary | 1111 | 11110 | 11000 | 110010 | 0 | 10100 | 1011000 | 10011100 | 100001 | 1001 |
Color Harmonies of #0F1E18
Complementary color
Monochromatic Colors of #0F1E18
Black with #0F1E18
Text Example
Text Example
White with #0F1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E18; }
p { color: rgb(15,30,24); }
H1.HeaderClassName
{
color: #0F1E18;
}
.AnyTagClassName
{
color: #0F1E18;
}
</style>
background-color css
<style>
a { background-color: #0F1E18; }
a { background-color: rgb(15,30,24); }
div.DivClassName
{
background-color: #0F1E18;
}
.BgClassName
{
background-color: #0F1E18;
}
</style>
border-color css
<style>
span { border-color: #0F1E18; }
span { border-color: rgb(15,30,24); }
td.TdClassName
{
border-color: #0F1E18;
}
.TagClassName
{
border-color: #0F1E18;
}
</style>