Shades of Dark Green #0E201C
Tints of Dark Green #0E201C
RGB
CMYK
RGB Variations
Color information
#0E201C (or 0x0E201C) is known color: Dark Green. HEX triplet: 0E, 20 and 1C. RGB value is (14,32,28). Sum of RGB (Red+Green+Blue) = 14+32+28=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 32 - color contains mainly: green. Hex color #0E201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E201C is #F1DFE3. Grayscale: #1A1A1A. Windows color (decimal): -15851492 or 1843214. OLE color: 1843214.
HSL color Cylindrical-coordinate representation of color #0E201C: hue angle of 166.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E201C is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 28 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.87 |
| HSL | 166.67º | 0.39% | 0.09% | - |
| HSV(B) | 166.67º | 0.56% | 0.13% | - |
| XYZ | 0.91 | 1.21 | 1.28 | - |
| YUV | 26.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 28 | 0.56 | 0 | 0.12 | 0.87 | 166.67 | 0.39 | 0.09 |
| Hex | E | 20 | 1C | 38 | 0 | C | 57 | A7 | 27 | 9 |
| Octal | 16 | 40 | 34 | 70 | 0 | 14 | 127 | 247 | 47 | 11 |
| Binary | 1110 | 100000 | 11100 | 111000 | 0 | 1100 | 1010111 | 10100111 | 100111 | 1001 |
Color Harmonies of #0E201C
Complementary color
Monochromatic Colors of #0E201C
Black with #0E201C
Text Example
Text Example
White with #0E201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E201C; }
p { color: rgb(14,32,28); }
H1.HeaderClassName
{
color: #0E201C;
}
.AnyTagClassName
{
color: #0E201C;
}
</style>
background-color css
<style>
a { background-color: #0E201C; }
a { background-color: rgb(14,32,28); }
div.DivClassName
{
background-color: #0E201C;
}
.BgClassName
{
background-color: #0E201C;
}
</style>
border-color css
<style>
span { border-color: #0E201C; }
span { border-color: rgb(14,32,28); }
td.TdClassName
{
border-color: #0E201C;
}
.TagClassName
{
border-color: #0E201C;
}
</style>