Shades of Dark Green #0E3625
Tints of Dark Green #0E3625
RGB
CMYK
RGB Variations
Color information
#0E3625 (or 0x0E3625) is known color: Dark Green. HEX triplet: 0E, 36 and 25. RGB value is (14,54,37). Sum of RGB (Red+Green+Blue) = 14+54+37=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3625 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3625 is #F1C9DA. Grayscale: #282828. Windows color (decimal): -15845851 or 2438670. OLE color: 2438670.
HSL color Cylindrical-coordinate representation of color #0E3625: hue angle of 154.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3625 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 37 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.79 |
| HSL | 154.5º | 0.59% | 0.13% | - |
| HSV(B) | 154.5º | 0.74% | 0.21% | - |
| XYZ | 1.83 | 2.87 | 2.21 | - |
| YUV | 40.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 37 | 0.74 | 0 | 0.31 | 0.79 | 154.5 | 0.59 | 0.13 |
| Hex | E | 36 | 25 | 4A | 0 | 1F | 4F | 9A | 3B | D |
| Octal | 16 | 66 | 45 | 112 | 0 | 37 | 117 | 232 | 73 | 15 |
| Binary | 1110 | 110110 | 100101 | 1001010 | 0 | 11111 | 1001111 | 10011010 | 111011 | 1101 |
Color Harmonies of #0E3625
Complementary color
Monochromatic Colors of #0E3625
Black with #0E3625
Text Example
Text Example
White with #0E3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3625; }
p { color: rgb(14,54,37); }
H1.HeaderClassName
{
color: #0E3625;
}
.AnyTagClassName
{
color: #0E3625;
}
</style>
background-color css
<style>
a { background-color: #0E3625; }
a { background-color: rgb(14,54,37); }
div.DivClassName
{
background-color: #0E3625;
}
.BgClassName
{
background-color: #0E3625;
}
</style>
border-color css
<style>
span { border-color: #0E3625; }
span { border-color: rgb(14,54,37); }
td.TdClassName
{
border-color: #0E3625;
}
.TagClassName
{
border-color: #0E3625;
}
</style>