Shades of Dark Spring Green #0E813D
Tints of Dark Spring Green #0E813D
RGB
CMYK
RGB Variations
Color information
#0E813D (or 0x0E813D) is known color: Dark Spring Green. HEX triplet: 0E, 81 and 3D. RGB value is (14,129,61). Sum of RGB (Red+Green+Blue) = 14+129+61=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #0E813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E813D is #F17EC2. Grayscale: #575757. Windows color (decimal): -15826627 or 4030734. OLE color: 4030734.
HSL color Cylindrical-coordinate representation of color #0E813D: hue angle of 144.52º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E813D is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 129 | 61 | - |
| CMYK | 0.89 | 0 | 0.53 | 0.49 |
| HSL | 144.52º | 0.8% | 0.28% | - |
| HSV(B) | 144.52º | 0.89% | 0.51% | - |
| XYZ | 8.87 | 16.13 | 7.06 | - |
| YUV | 86.86 | 113.4 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 129 | 61 | 0.89 | 0 | 0.53 | 0.49 | 144.52 | 0.8 | 0.28 |
| Hex | E | 81 | 3D | 59 | 0 | 35 | 31 | 91 | 50 | 1C |
| Octal | 16 | 201 | 75 | 131 | 0 | 65 | 61 | 221 | 120 | 34 |
| Binary | 1110 | 10000001 | 111101 | 1011001 | 0 | 110101 | 110001 | 10010001 | 1010000 | 11100 |
Color Harmonies of #0E813D
Complementary color
Monochromatic Colors of #0E813D
Black with #0E813D
Text Example
Text Example
White with #0E813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E813D; }
p { color: rgb(14,129,61); }
H1.HeaderClassName
{
color: #0E813D;
}
.AnyTagClassName
{
color: #0E813D;
}
</style>
background-color css
<style>
a { background-color: #0E813D; }
a { background-color: rgb(14,129,61); }
div.DivClassName
{
background-color: #0E813D;
}
.BgClassName
{
background-color: #0E813D;
}
</style>
border-color css
<style>
span { border-color: #0E813D; }
span { border-color: rgb(14,129,61); }
td.TdClassName
{
border-color: #0E813D;
}
.TagClassName
{
border-color: #0E813D;
}
</style>