Shades of Dark Green #0E3726
Tints of Dark Green #0E3726
RGB
CMYK
RGB Variations
Color information
#0E3726 (or 0x0E3726) is known color: Dark Green. HEX triplet: 0E, 37 and 26. RGB value is (14,55,38). Sum of RGB (Red+Green+Blue) = 14+55+38=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3726 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3726 is #F1C8D9. Grayscale: #282828. Windows color (decimal): -15845594 or 2504462. OLE color: 2504462.
HSL color Cylindrical-coordinate representation of color #0E3726: hue angle of 155.12º degrees, saturation: 0.59, 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 #0E3726 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 38 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.78 |
| HSL | 155.12º | 0.59% | 0.14% | - |
| HSV(B) | 155.12º | 0.75% | 0.22% | - |
| XYZ | 1.9 | 2.97 | 2.31 | - |
| YUV | 40.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 38 | 0.75 | 0 | 0.31 | 0.78 | 155.12 | 0.59 | 0.14 |
| Hex | E | 37 | 26 | 4B | 0 | 1F | 4E | 9B | 3B | E |
| Octal | 16 | 67 | 46 | 113 | 0 | 37 | 116 | 233 | 73 | 16 |
| Binary | 1110 | 110111 | 100110 | 1001011 | 0 | 11111 | 1001110 | 10011011 | 111011 | 1110 |
Color Harmonies of #0E3726
Complementary color
Monochromatic Colors of #0E3726
Black with #0E3726
Text Example
Text Example
White with #0E3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3726; }
p { color: rgb(14,55,38); }
H1.HeaderClassName
{
color: #0E3726;
}
.AnyTagClassName
{
color: #0E3726;
}
</style>
background-color css
<style>
a { background-color: #0E3726; }
a { background-color: rgb(14,55,38); }
div.DivClassName
{
background-color: #0E3726;
}
.BgClassName
{
background-color: #0E3726;
}
</style>
border-color css
<style>
span { border-color: #0E3726; }
span { border-color: rgb(14,55,38); }
td.TdClassName
{
border-color: #0E3726;
}
.TagClassName
{
border-color: #0E3726;
}
</style>