Shades of Dark Green #0E3223
Tints of Dark Green #0E3223
RGB
CMYK
RGB Variations
Color information
#0E3223 (or 0x0E3223) is known color: Dark Green. HEX triplet: 0E, 32 and 23. RGB value is (14,50,35). Sum of RGB (Red+Green+Blue) = 14+50+35=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3223 is #F1CDDC. Grayscale: #252525. Windows color (decimal): -15846877 or 2306574. OLE color: 2306574.
HSL color Cylindrical-coordinate representation of color #0E3223: hue angle of 155º 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 #0E3223 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 35 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.80 |
| HSL | 155º | 0.56% | 0.13% | - |
| HSV(B) | 155º | 0.72% | 0.2% | - |
| XYZ | 1.63 | 2.5 | 1.99 | - |
| YUV | 37.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 35 | 0.72 | 0 | 0.30 | 0.80 | 155 | 0.56 | 0.13 |
| Hex | E | 32 | 23 | 48 | 0 | 1E | 50 | 9B | 38 | D |
| Octal | 16 | 62 | 43 | 110 | 0 | 36 | 120 | 233 | 70 | 15 |
| Binary | 1110 | 110010 | 100011 | 1001000 | 0 | 11110 | 1010000 | 10011011 | 111000 | 1101 |
Color Harmonies of #0E3223
Complementary color
Monochromatic Colors of #0E3223
Black with #0E3223
Text Example
Text Example
White with #0E3223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3223; }
p { color: rgb(14,50,35); }
H1.HeaderClassName
{
color: #0E3223;
}
.AnyTagClassName
{
color: #0E3223;
}
</style>
background-color css
<style>
a { background-color: #0E3223; }
a { background-color: rgb(14,50,35); }
div.DivClassName
{
background-color: #0E3223;
}
.BgClassName
{
background-color: #0E3223;
}
</style>
border-color css
<style>
span { border-color: #0E3223; }
span { border-color: rgb(14,50,35); }
td.TdClassName
{
border-color: #0E3223;
}
.TagClassName
{
border-color: #0E3223;
}
</style>