Shades of Dark Pastel Green #1EC047
Tints of Dark Pastel Green #1EC047
RGB
CMYK
RGB Variations
Color information
#1EC047 (or 0x1EC047) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 47. RGB value is (30,192,71). Sum of RGB (Red+Green+Blue) = 30+192+71=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC047 is #E13FB8. Grayscale: #828282. Windows color (decimal): -14761913 or 4702238. OLE color: 4702238.
HSL color Cylindrical-coordinate representation of color #1EC047: hue angle of 135.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC047 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 71 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.25 |
| HSL | 135.19º | 0.73% | 0.44% | - |
| HSV(B) | 135.19º | 0.84% | 0.75% | - |
| XYZ | 20.52 | 38.43 | 12.3 | - |
| YUV | 129.77 | 94.83 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 71 | 0.84 | 0 | 0.63 | 0.25 | 135.19 | 0.73 | 0.44 |
| Hex | 1E | C0 | 47 | 54 | 0 | 3F | 19 | 87 | 49 | 2C |
| Octal | 36 | 300 | 107 | 124 | 0 | 77 | 31 | 207 | 111 | 54 |
| Binary | 11110 | 11000000 | 1000111 | 1010100 | 0 | 111111 | 11001 | 10000111 | 1001001 | 101100 |
Color Harmonies of #1EC047
Complementary color
Monochromatic Colors of #1EC047
Black with #1EC047
Text Example
Text Example
White with #1EC047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC047; }
p { color: rgb(30,192,71); }
H1.HeaderClassName
{
color: #1EC047;
}
.AnyTagClassName
{
color: #1EC047;
}
</style>
background-color css
<style>
a { background-color: #1EC047; }
a { background-color: rgb(30,192,71); }
div.DivClassName
{
background-color: #1EC047;
}
.BgClassName
{
background-color: #1EC047;
}
</style>
border-color css
<style>
span { border-color: #1EC047; }
span { border-color: rgb(30,192,71); }
td.TdClassName
{
border-color: #1EC047;
}
.TagClassName
{
border-color: #1EC047;
}
</style>