Shades of Dark Green #0E1F1C
Tints of Dark Green #0E1F1C
RGB
CMYK
RGB Variations
Color information
#0E1F1C (or 0x0E1F1C) is known color: Dark Green. HEX triplet: 0E, 1F and 1C. RGB value is (14,31,28). Sum of RGB (Red+Green+Blue) = 14+31+28=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F1C is #F1E0E3. Grayscale: #191919. Windows color (decimal): -15851748 or 1842958. OLE color: 1842958.
HSL color Cylindrical-coordinate representation of color #0E1F1C: hue angle of 169.41º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F1C is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 31 | 28 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.88 |
| HSL | 169.41º | 0.38% | 0.09% | - |
| HSV(B) | 169.41º | 0.55% | 0.12% | - |
| XYZ | 0.88 | 1.16 | 1.28 | - |
| YUV | 25.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 28 | 0.55 | 0 | 0.10 | 0.88 | 169.41 | 0.38 | 0.09 |
| Hex | E | 1F | 1C | 37 | 0 | A | 58 | A9 | 26 | 9 |
| Octal | 16 | 37 | 34 | 67 | 0 | 12 | 130 | 251 | 46 | 11 |
| Binary | 1110 | 11111 | 11100 | 110111 | 0 | 1010 | 1011000 | 10101001 | 100110 | 1001 |
Color Harmonies of #0E1F1C
Complementary color
Monochromatic Colors of #0E1F1C
Black with #0E1F1C
Text Example
Text Example
White with #0E1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F1C; }
p { color: rgb(14,31,28); }
H1.HeaderClassName
{
color: #0E1F1C;
}
.AnyTagClassName
{
color: #0E1F1C;
}
</style>
background-color css
<style>
a { background-color: #0E1F1C; }
a { background-color: rgb(14,31,28); }
div.DivClassName
{
background-color: #0E1F1C;
}
.BgClassName
{
background-color: #0E1F1C;
}
</style>
border-color css
<style>
span { border-color: #0E1F1C; }
span { border-color: rgb(14,31,28); }
td.TdClassName
{
border-color: #0E1F1C;
}
.TagClassName
{
border-color: #0E1F1C;
}
</style>