Shades of Dark Spring Green #1E813E
Tints of Dark Spring Green #1E813E
RGB
CMYK
RGB Variations
Color information
#1E813E (or 0x1E813E) is known color: Dark Spring Green. HEX triplet: 1E, 81 and 3E. RGB value is (30,129,62). Sum of RGB (Red+Green+Blue) = 30+129+62=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #1E813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E813E is #E17EC1. Grayscale: #5B5B5B. Windows color (decimal): -14778050 or 4096286. OLE color: 4096286.
HSL color Cylindrical-coordinate representation of color #1E813E: hue angle of 139.39º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E813E is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 62 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.49 |
| HSL | 139.39º | 0.62% | 0.31% | - |
| HSV(B) | 139.39º | 0.77% | 0.51% | - |
| XYZ | 9.26 | 16.32 | 7.22 | - |
| YUV | 91.76 | 111.2 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 62 | 0.77 | 0 | 0.52 | 0.49 | 139.39 | 0.62 | 0.31 |
| Hex | 1E | 81 | 3E | 4D | 0 | 34 | 31 | 8B | 3E | 1F |
| Octal | 36 | 201 | 76 | 115 | 0 | 64 | 61 | 213 | 76 | 37 |
| Binary | 11110 | 10000001 | 111110 | 1001101 | 0 | 110100 | 110001 | 10001011 | 111110 | 11111 |
Color Harmonies of #1E813E
Complementary color
Monochromatic Colors of #1E813E
Black with #1E813E
Text Example
Text Example
White with #1E813E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E813E; }
p { color: rgb(30,129,62); }
H1.HeaderClassName
{
color: #1E813E;
}
.AnyTagClassName
{
color: #1E813E;
}
</style>
background-color css
<style>
a { background-color: #1E813E; }
a { background-color: rgb(30,129,62); }
div.DivClassName
{
background-color: #1E813E;
}
.BgClassName
{
background-color: #1E813E;
}
</style>
border-color css
<style>
span { border-color: #1E813E; }
span { border-color: rgb(30,129,62); }
td.TdClassName
{
border-color: #1E813E;
}
.TagClassName
{
border-color: #1E813E;
}
</style>