Shades of Dark Pastel Green #1EC045
Tints of Dark Pastel Green #1EC045
RGB
CMYK
RGB Variations
Color information
#1EC045 (or 0x1EC045) is known color: Dark Pastel Green. HEX triplet: 1E, C0 and 45. RGB value is (30,192,69). Sum of RGB (Red+Green+Blue) = 30+192+69=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC045 is #E13FBA. Grayscale: #818181. Windows color (decimal): -14761915 or 4571166. OLE color: 4571166.
HSL color Cylindrical-coordinate representation of color #1EC045: hue angle of 134.44º 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 #1EC045 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 192 | 69 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.25 |
| HSL | 134.44º | 0.73% | 0.44% | - |
| HSV(B) | 134.44º | 0.84% | 0.75% | - |
| XYZ | 20.46 | 38.4 | 11.96 | - |
| YUV | 129.54 | 93.83 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 192 | 69 | 0.84 | 0 | 0.64 | 0.25 | 134.44 | 0.73 | 0.44 |
| Hex | 1E | C0 | 45 | 54 | 0 | 40 | 19 | 86 | 49 | 2C |
| Octal | 36 | 300 | 105 | 124 | 0 | 100 | 31 | 206 | 111 | 54 |
| Binary | 11110 | 11000000 | 1000101 | 1010100 | 0 | 1000000 | 11001 | 10000110 | 1001001 | 101100 |
Color Harmonies of #1EC045
Complementary color
Monochromatic Colors of #1EC045
Black with #1EC045
Text Example
Text Example
White with #1EC045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC045; }
p { color: rgb(30,192,69); }
H1.HeaderClassName
{
color: #1EC045;
}
.AnyTagClassName
{
color: #1EC045;
}
</style>
background-color css
<style>
a { background-color: #1EC045; }
a { background-color: rgb(30,192,69); }
div.DivClassName
{
background-color: #1EC045;
}
.BgClassName
{
background-color: #1EC045;
}
</style>
border-color css
<style>
span { border-color: #1EC045; }
span { border-color: rgb(30,192,69); }
td.TdClassName
{
border-color: #1EC045;
}
.TagClassName
{
border-color: #1EC045;
}
</style>