Shades of Dark Spring Green #1E863C
Tints of Dark Spring Green #1E863C
RGB
CMYK
RGB Variations
Color information
#1E863C (or 0x1E863C) is known color: Dark Spring Green. HEX triplet: 1E, 86 and 3C. RGB value is (30,134,60). Sum of RGB (Red+Green+Blue) = 30+134+60=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 134 (52.73% from 255 or 59.82% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 134 - color contains mainly: green. Hex color #1E863C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1E863C is #E179C3. Grayscale: #5E5E5E. Windows color (decimal): -14776772 or 3966494. OLE color: 3966494.
HSL color Cylindrical-coordinate representation of color #1E863C: hue angle of 137.31º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E863C is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 30 | 134 | 60 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.47 |
| HSL | 137.31º | 0.63% | 0.32% | - |
| HSV(B) | 137.31º | 0.78% | 0.53% | - |
| XYZ | 9.88 | 17.65 | 7.16 | - |
| YUV | 94.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 60 | 0.78 | 0 | 0.55 | 0.47 | 137.31 | 0.63 | 0.32 |
| Hex | 1E | 86 | 3C | 4E | 0 | 37 | 2F | 89 | 3F | 20 |
| Octal | 36 | 206 | 74 | 116 | 0 | 67 | 57 | 211 | 77 | 40 |
| Binary | 11110 | 10000110 | 111100 | 1001110 | 0 | 110111 | 101111 | 10001001 | 111111 | 100000 |
Color Harmonies of #1E863C
Complementary color
Monochromatic Colors of #1E863C
Black with #1E863C
Text Example
Text Example
White with #1E863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E863C; }
p { color: rgb(30,134,60); }
H1.HeaderClassName
{
color: #1E863C;
}
.AnyTagClassName
{
color: #1E863C;
}
</style>
background-color css
<style>
a { background-color: #1E863C; }
a { background-color: rgb(30,134,60); }
div.DivClassName
{
background-color: #1E863C;
}
.BgClassName
{
background-color: #1E863C;
}
</style>
border-color css
<style>
span { border-color: #1E863C; }
span { border-color: rgb(30,134,60); }
td.TdClassName
{
border-color: #1E863C;
}
.TagClassName
{
border-color: #1E863C;
}
</style>