Shades of Dark Green #0E322A
Tints of Dark Green #0E322A
RGB
CMYK
RGB Variations
Color information
#0E322A (or 0x0E322A) is known color: Dark Green. HEX triplet: 0E, 32 and 2A. RGB value is (14,50,42). Sum of RGB (Red+Green+Blue) = 14+50+42=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #0E322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E322A is #F1CDD5. Grayscale: #262626. Windows color (decimal): -15846870 or 2765326. OLE color: 2765326.
HSL color Cylindrical-coordinate representation of color #0E322A: hue angle of 166.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E322A is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 42 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.80 |
| HSL | 166.67º | 0.56% | 0.13% | - |
| HSV(B) | 166.67º | 0.72% | 0.2% | - |
| XYZ | 1.74 | 2.54 | 2.59 | - |
| YUV | 38.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 42 | 0.72 | 0 | 0.16 | 0.80 | 166.67 | 0.56 | 0.13 |
| Hex | E | 32 | 2A | 48 | 0 | 10 | 50 | A7 | 38 | D |
| Octal | 16 | 62 | 52 | 110 | 0 | 20 | 120 | 247 | 70 | 15 |
| Binary | 1110 | 110010 | 101010 | 1001000 | 0 | 10000 | 1010000 | 10100111 | 111000 | 1101 |
Color Harmonies of #0E322A
Complementary color
Monochromatic Colors of #0E322A
Black with #0E322A
Text Example
Text Example
White with #0E322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E322A; }
p { color: rgb(14,50,42); }
H1.HeaderClassName
{
color: #0E322A;
}
.AnyTagClassName
{
color: #0E322A;
}
</style>
background-color css
<style>
a { background-color: #0E322A; }
a { background-color: rgb(14,50,42); }
div.DivClassName
{
background-color: #0E322A;
}
.BgClassName
{
background-color: #0E322A;
}
</style>
border-color css
<style>
span { border-color: #0E322A; }
span { border-color: rgb(14,50,42); }
td.TdClassName
{
border-color: #0E322A;
}
.TagClassName
{
border-color: #0E322A;
}
</style>