Shades of Dark Pastel Green #1EC142
Tints of Dark Pastel Green #1EC142
RGB
CMYK
RGB Variations
Color information
#1EC142 (or 0x1EC142) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 42. RGB value is (30,193,66). Sum of RGB (Red+Green+Blue) = 30+193+66=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC142 is #E13EBD. Grayscale: #828282. Windows color (decimal): -14761662 or 4374814. OLE color: 4374814.
HSL color Cylindrical-coordinate representation of color #1EC142: hue angle of 133.25º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC142 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 66 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.24 |
| HSL | 133.25º | 0.73% | 0.44% | - |
| HSV(B) | 133.25º | 0.84% | 0.76% | - |
| XYZ | 20.59 | 38.81 | 11.56 | - |
| YUV | 129.79 | 92 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 66 | 0.84 | 0 | 0.66 | 0.24 | 133.25 | 0.73 | 0.44 |
| Hex | 1E | C1 | 42 | 54 | 0 | 42 | 18 | 85 | 49 | 2C |
| Octal | 36 | 301 | 102 | 124 | 0 | 102 | 30 | 205 | 111 | 54 |
| Binary | 11110 | 11000001 | 1000010 | 1010100 | 0 | 1000010 | 11000 | 10000101 | 1001001 | 101100 |
Color Harmonies of #1EC142
Complementary color
Monochromatic Colors of #1EC142
Black with #1EC142
Text Example
Text Example
White with #1EC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC142; }
p { color: rgb(30,193,66); }
H1.HeaderClassName
{
color: #1EC142;
}
.AnyTagClassName
{
color: #1EC142;
}
</style>
background-color css
<style>
a { background-color: #1EC142; }
a { background-color: rgb(30,193,66); }
div.DivClassName
{
background-color: #1EC142;
}
.BgClassName
{
background-color: #1EC142;
}
</style>
border-color css
<style>
span { border-color: #1EC142; }
span { border-color: rgb(30,193,66); }
td.TdClassName
{
border-color: #1EC142;
}
.TagClassName
{
border-color: #1EC142;
}
</style>