Shades of Dark Green #0E3225
Tints of Dark Green #0E3225
RGB
CMYK
RGB Variations
Color information
#0E3225 (or 0x0E3225) is known color: Dark Green. HEX triplet: 0E, 32 and 25. RGB value is (14,50,37). Sum of RGB (Red+Green+Blue) = 14+50+37=101 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.86% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3225 is #F1CDDA. Grayscale: #252525. Windows color (decimal): -15846875 or 2437646. OLE color: 2437646.
HSL color Cylindrical-coordinate representation of color #0E3225: hue angle of 158.33º 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 #0E3225 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 50 | 37 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.80 |
| HSL | 158.33º | 0.56% | 0.13% | - |
| HSV(B) | 158.33º | 0.72% | 0.2% | - |
| XYZ | 1.66 | 2.51 | 2.15 | - |
| YUV | 37.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 50 | 37 | 0.72 | 0 | 0.26 | 0.80 | 158.33 | 0.56 | 0.13 |
| Hex | E | 32 | 25 | 48 | 0 | 1A | 50 | 9E | 38 | D |
| Octal | 16 | 62 | 45 | 110 | 0 | 32 | 120 | 236 | 70 | 15 |
| Binary | 1110 | 110010 | 100101 | 1001000 | 0 | 11010 | 1010000 | 10011110 | 111000 | 1101 |
Color Harmonies of #0E3225
Complementary color
Monochromatic Colors of #0E3225
Black with #0E3225
Text Example
Text Example
White with #0E3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3225; }
p { color: rgb(14,50,37); }
H1.HeaderClassName
{
color: #0E3225;
}
.AnyTagClassName
{
color: #0E3225;
}
</style>
background-color css
<style>
a { background-color: #0E3225; }
a { background-color: rgb(14,50,37); }
div.DivClassName
{
background-color: #0E3225;
}
.BgClassName
{
background-color: #0E3225;
}
</style>
border-color css
<style>
span { border-color: #0E3225; }
span { border-color: rgb(14,50,37); }
td.TdClassName
{
border-color: #0E3225;
}
.TagClassName
{
border-color: #0E3225;
}
</style>