Shades of Dark Spring Green #1E853D
Tints of Dark Spring Green #1E853D
RGB
CMYK
RGB Variations
Color information
#1E853D (or 0x1E853D) is known color: Dark Spring Green. HEX triplet: 1E, 85 and 3D. RGB value is (30,133,61). Sum of RGB (Red+Green+Blue) = 30+133+61=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #1E853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E853D is #E17AC2. Grayscale: #5E5E5E. Windows color (decimal): -14777027 or 4031774. OLE color: 4031774.
HSL color Cylindrical-coordinate representation of color #1E853D: hue angle of 138.06º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E853D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 133 | 61 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.48 |
| HSL | 138.06º | 0.63% | 0.32% | - |
| HSV(B) | 138.06º | 0.77% | 0.52% | - |
| XYZ | 9.77 | 17.39 | 7.26 | - |
| YUV | 94 | 109.38 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 61 | 0.77 | 0 | 0.54 | 0.48 | 138.06 | 0.63 | 0.32 |
| Hex | 1E | 85 | 3D | 4D | 0 | 36 | 30 | 8A | 3F | 20 |
| Octal | 36 | 205 | 75 | 115 | 0 | 66 | 60 | 212 | 77 | 40 |
| Binary | 11110 | 10000101 | 111101 | 1001101 | 0 | 110110 | 110000 | 10001010 | 111111 | 100000 |
Color Harmonies of #1E853D
Complementary color
Monochromatic Colors of #1E853D
Black with #1E853D
Text Example
Text Example
White with #1E853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E853D; }
p { color: rgb(30,133,61); }
H1.HeaderClassName
{
color: #1E853D;
}
.AnyTagClassName
{
color: #1E853D;
}
</style>
background-color css
<style>
a { background-color: #1E853D; }
a { background-color: rgb(30,133,61); }
div.DivClassName
{
background-color: #1E853D;
}
.BgClassName
{
background-color: #1E853D;
}
</style>
border-color css
<style>
span { border-color: #1E853D; }
span { border-color: rgb(30,133,61); }
td.TdClassName
{
border-color: #1E853D;
}
.TagClassName
{
border-color: #1E853D;
}
</style>