Shades of Dark Pastel Green #1EC148
Tints of Dark Pastel Green #1EC148
RGB
CMYK
RGB Variations
Color information
#1EC148 (or 0x1EC148) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 48. RGB value is (30,193,72). Sum of RGB (Red+Green+Blue) = 30+193+72=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC148 is #E13EB7. Grayscale: #828282. Windows color (decimal): -14761656 or 4768030. OLE color: 4768030.
HSL color Cylindrical-coordinate representation of color #1EC148: hue angle of 135.46º 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 #1EC148 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 72 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.24 |
| HSL | 135.46º | 0.73% | 0.44% | - |
| HSV(B) | 135.46º | 0.84% | 0.76% | - |
| XYZ | 20.78 | 38.88 | 12.54 | - |
| YUV | 130.47 | 95 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 72 | 0.84 | 0 | 0.63 | 0.24 | 135.46 | 0.73 | 0.44 |
| Hex | 1E | C1 | 48 | 54 | 0 | 3F | 18 | 87 | 49 | 2C |
| Octal | 36 | 301 | 110 | 124 | 0 | 77 | 30 | 207 | 111 | 54 |
| Binary | 11110 | 11000001 | 1001000 | 1010100 | 0 | 111111 | 11000 | 10000111 | 1001001 | 101100 |
Color Harmonies of #1EC148
Complementary color
Monochromatic Colors of #1EC148
Black with #1EC148
Text Example
Text Example
White with #1EC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC148; }
p { color: rgb(30,193,72); }
H1.HeaderClassName
{
color: #1EC148;
}
.AnyTagClassName
{
color: #1EC148;
}
</style>
background-color css
<style>
a { background-color: #1EC148; }
a { background-color: rgb(30,193,72); }
div.DivClassName
{
background-color: #1EC148;
}
.BgClassName
{
background-color: #1EC148;
}
</style>
border-color css
<style>
span { border-color: #1EC148; }
span { border-color: rgb(30,193,72); }
td.TdClassName
{
border-color: #1EC148;
}
.TagClassName
{
border-color: #1EC148;
}
</style>