Shades of Dark Pastel Green #1EC048
Tints of Dark Pastel Green #1EC048
RGB
CMYK
RGB Variations
Color information
#1EC048 (or 0x1EC048) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 48. RGB value is (30,192,72). Sum of RGB (Red+Green+Blue) = 30+192+72=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 192 (75.39% from 255 or 65.31% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC048 is #E13FB7. Grayscale: #828282. Windows color (decimal): -14761912 or 4767774. OLE color: 4767774.
HSL color Cylindrical-coordinate representation of color #1EC048: hue angle of 135.56º 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 #1EC048 is Cyan = 0.84, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 72 | - |
| CMYK | 0.84 | 0 | 0.63 | 0.25 |
| HSL | 135.56º | 0.73% | 0.44% | - |
| HSV(B) | 135.56º | 0.84% | 0.75% | - |
| XYZ | 20.55 | 38.44 | 12.47 | - |
| YUV | 129.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 72 | 0.84 | 0 | 0.63 | 0.25 | 135.56 | 0.73 | 0.44 |
| Hex | 1E | C0 | 48 | 54 | 0 | 3F | 19 | 88 | 49 | 2C |
| Octal | 36 | 300 | 110 | 124 | 0 | 77 | 31 | 210 | 111 | 54 |
| Binary | 11110 | 11000000 | 1001000 | 1010100 | 0 | 111111 | 11001 | 10001000 | 1001001 | 101100 |
Color Harmonies of #1EC048
Complementary color
Monochromatic Colors of #1EC048
Black with #1EC048
Text Example
Text Example
White with #1EC048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC048; }
p { color: rgb(30,192,72); }
H1.HeaderClassName
{
color: #1EC048;
}
.AnyTagClassName
{
color: #1EC048;
}
</style>
background-color css
<style>
a { background-color: #1EC048; }
a { background-color: rgb(30,192,72); }
div.DivClassName
{
background-color: #1EC048;
}
.BgClassName
{
background-color: #1EC048;
}
</style>
border-color css
<style>
span { border-color: #1EC048; }
span { border-color: rgb(30,192,72); }
td.TdClassName
{
border-color: #1EC048;
}
.TagClassName
{
border-color: #1EC048;
}
</style>