Shades of Dark Spring Green #1E813D
Tints of Dark Spring Green #1E813D
RGB
CMYK
RGB Variations
Color information
#1E813D (or 0x1E813D) is known color: Dark Spring Green. HEX triplet: 1E, 81 and 3D. RGB value is (30,129,61). Sum of RGB (Red+Green+Blue) = 30+129+61=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #1E813D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E813D is #E17EC2. Grayscale: #5B5B5B. Windows color (decimal): -14778051 or 4030750. OLE color: 4030750.
HSL color Cylindrical-coordinate representation of color #1E813D: hue angle of 138.79º 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 #1E813D is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 129 | 61 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.49 |
| HSL | 138.79º | 0.62% | 0.31% | - |
| HSV(B) | 138.79º | 0.77% | 0.51% | - |
| XYZ | 9.23 | 16.31 | 7.08 | - |
| YUV | 91.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 61 | 0.77 | 0 | 0.53 | 0.49 | 138.79 | 0.62 | 0.31 |
| Hex | 1E | 81 | 3D | 4D | 0 | 35 | 31 | 8B | 3E | 1F |
| Octal | 36 | 201 | 75 | 115 | 0 | 65 | 61 | 213 | 76 | 37 |
| Binary | 11110 | 10000001 | 111101 | 1001101 | 0 | 110101 | 110001 | 10001011 | 111110 | 11111 |
Color Harmonies of #1E813D
Complementary color
Monochromatic Colors of #1E813D
Black with #1E813D
Text Example
Text Example
White with #1E813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E813D; }
p { color: rgb(30,129,61); }
H1.HeaderClassName
{
color: #1E813D;
}
.AnyTagClassName
{
color: #1E813D;
}
</style>
background-color css
<style>
a { background-color: #1E813D; }
a { background-color: rgb(30,129,61); }
div.DivClassName
{
background-color: #1E813D;
}
.BgClassName
{
background-color: #1E813D;
}
</style>
border-color css
<style>
span { border-color: #1E813D; }
span { border-color: rgb(30,129,61); }
td.TdClassName
{
border-color: #1E813D;
}
.TagClassName
{
border-color: #1E813D;
}
</style>