Shades of Dark Pastel Green #1EC441
Tints of Dark Pastel Green #1EC441
RGB
CMYK
RGB Variations
Color information
#1EC441 (or 0x1EC441) is known color: Dark Pastel Green. HEX triplet: 1E, C4 and 41. RGB value is (30,196,65). Sum of RGB (Red+Green+Blue) = 30+196+65=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 196 (76.95% from 255 or 67.35% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC441 is #E13BBE. Grayscale: #838383. Windows color (decimal): -14760895 or 4310046. OLE color: 4310046.
HSL color Cylindrical-coordinate representation of color #1EC441: hue angle of 132.65º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC441 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 65 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.23 |
| HSL | 132.65º | 0.73% | 0.44% | - |
| HSV(B) | 132.65º | 0.85% | 0.77% | - |
| XYZ | 21.23 | 40.14 | 11.63 | - |
| YUV | 131.43 | 90.5 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 65 | 0.85 | 0 | 0.67 | 0.23 | 132.65 | 0.73 | 0.44 |
| Hex | 1E | C4 | 41 | 55 | 0 | 43 | 17 | 85 | 49 | 2C |
| Octal | 36 | 304 | 101 | 125 | 0 | 103 | 27 | 205 | 111 | 54 |
| Binary | 11110 | 11000100 | 1000001 | 1010101 | 0 | 1000011 | 10111 | 10000101 | 1001001 | 101100 |
Color Harmonies of #1EC441
Complementary color
Monochromatic Colors of #1EC441
Black with #1EC441
Text Example
Text Example
White with #1EC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC441; }
p { color: rgb(30,196,65); }
H1.HeaderClassName
{
color: #1EC441;
}
.AnyTagClassName
{
color: #1EC441;
}
</style>
background-color css
<style>
a { background-color: #1EC441; }
a { background-color: rgb(30,196,65); }
div.DivClassName
{
background-color: #1EC441;
}
.BgClassName
{
background-color: #1EC441;
}
</style>
border-color css
<style>
span { border-color: #1EC441; }
span { border-color: rgb(30,196,65); }
td.TdClassName
{
border-color: #1EC441;
}
.TagClassName
{
border-color: #1EC441;
}
</style>