Shades of Dark Green #0E382A
Tints of Dark Green #0E382A
RGB
CMYK
RGB Variations
Color information
#0E382A (or 0x0E382A) is known color: Dark Green. HEX triplet: 0E, 38 and 2A. RGB value is (14,56,42). Sum of RGB (Red+Green+Blue) = 14+56+42=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #0E382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E382A is #F1C7D5. Grayscale: #292929. Windows color (decimal): -15845334 or 2766862. OLE color: 2766862.
HSL color Cylindrical-coordinate representation of color #0E382A: hue angle of 160º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E382A is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 42 | - |
| CMYK | 0.75 | 0 | 0.25 | 0.78 |
| HSL | 160º | 0.6% | 0.14% | - |
| HSV(B) | 160º | 0.75% | 0.22% | - |
| XYZ | 2.01 | 3.09 | 2.68 | - |
| YUV | 41.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 42 | 0.75 | 0 | 0.25 | 0.78 | 160 | 0.6 | 0.14 |
| Hex | E | 38 | 2A | 4B | 0 | 19 | 4E | A0 | 3C | E |
| Octal | 16 | 70 | 52 | 113 | 0 | 31 | 116 | 240 | 74 | 16 |
| Binary | 1110 | 111000 | 101010 | 1001011 | 0 | 11001 | 1001110 | 10100000 | 111100 | 1110 |
Color Harmonies of #0E382A
Complementary color
Monochromatic Colors of #0E382A
Black with #0E382A
Text Example
Text Example
White with #0E382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E382A; }
p { color: rgb(14,56,42); }
H1.HeaderClassName
{
color: #0E382A;
}
.AnyTagClassName
{
color: #0E382A;
}
</style>
background-color css
<style>
a { background-color: #0E382A; }
a { background-color: rgb(14,56,42); }
div.DivClassName
{
background-color: #0E382A;
}
.BgClassName
{
background-color: #0E382A;
}
</style>
border-color css
<style>
span { border-color: #0E382A; }
span { border-color: rgb(14,56,42); }
td.TdClassName
{
border-color: #0E382A;
}
.TagClassName
{
border-color: #0E382A;
}
</style>