Shades of Dark Pastel Green #1EC042
Tints of Dark Pastel Green #1EC042
RGB
CMYK
RGB Variations
Color information
#1EC042 (or 0x1EC042) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 42. RGB value is (30,192,66). Sum of RGB (Red+Green+Blue) = 30+192+66=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC042 is #E13FBD. Grayscale: #818181. Windows color (decimal): -14761918 or 4374558. OLE color: 4374558.
HSL color Cylindrical-coordinate representation of color #1EC042: hue angle of 133.33º 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 #1EC042 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 66 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.25 |
| HSL | 133.33º | 0.73% | 0.44% | - |
| HSV(B) | 133.33º | 0.84% | 0.75% | - |
| XYZ | 20.37 | 38.37 | 11.49 | - |
| YUV | 129.2 | 92.33 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 66 | 0.84 | 0 | 0.66 | 0.25 | 133.33 | 0.73 | 0.44 |
| Hex | 1E | C0 | 42 | 54 | 0 | 42 | 19 | 85 | 49 | 2C |
| Octal | 36 | 300 | 102 | 124 | 0 | 102 | 31 | 205 | 111 | 54 |
| Binary | 11110 | 11000000 | 1000010 | 1010100 | 0 | 1000010 | 11001 | 10000101 | 1001001 | 101100 |
Color Harmonies of #1EC042
Complementary color
Monochromatic Colors of #1EC042
Black with #1EC042
Text Example
Text Example
White with #1EC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC042; }
p { color: rgb(30,192,66); }
H1.HeaderClassName
{
color: #1EC042;
}
.AnyTagClassName
{
color: #1EC042;
}
</style>
background-color css
<style>
a { background-color: #1EC042; }
a { background-color: rgb(30,192,66); }
div.DivClassName
{
background-color: #1EC042;
}
.BgClassName
{
background-color: #1EC042;
}
</style>
border-color css
<style>
span { border-color: #1EC042; }
span { border-color: rgb(30,192,66); }
td.TdClassName
{
border-color: #1EC042;
}
.TagClassName
{
border-color: #1EC042;
}
</style>