Shades of Dark Pastel Green #1EC144
Tints of Dark Pastel Green #1EC144
RGB
CMYK
RGB Variations
Color information
#1EC144 (or 0x1EC144) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 44. RGB value is (30,193,68). Sum of RGB (Red+Green+Blue) = 30+193+68=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC144 is #E13EBB. Grayscale: #828282. Windows color (decimal): -14761660 or 4505886. OLE color: 4505886.
HSL color Cylindrical-coordinate representation of color #1EC144: hue angle of 133.99º 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 #1EC144 is Cyan = 0.84, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 68 | - |
| CMYK | 0.84 | 0 | 0.65 | 0.24 |
| HSL | 133.99º | 0.73% | 0.44% | - |
| HSV(B) | 133.99º | 0.84% | 0.76% | - |
| XYZ | 20.65 | 38.83 | 11.88 | - |
| YUV | 130.01 | 93 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 68 | 0.84 | 0 | 0.65 | 0.24 | 133.99 | 0.73 | 0.44 |
| Hex | 1E | C1 | 44 | 54 | 0 | 41 | 18 | 86 | 49 | 2C |
| Octal | 36 | 301 | 104 | 124 | 0 | 101 | 30 | 206 | 111 | 54 |
| Binary | 11110 | 11000001 | 1000100 | 1010100 | 0 | 1000001 | 11000 | 10000110 | 1001001 | 101100 |
Color Harmonies of #1EC144
Complementary color
Monochromatic Colors of #1EC144
Black with #1EC144
Text Example
Text Example
White with #1EC144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC144; }
p { color: rgb(30,193,68); }
H1.HeaderClassName
{
color: #1EC144;
}
.AnyTagClassName
{
color: #1EC144;
}
</style>
background-color css
<style>
a { background-color: #1EC144; }
a { background-color: rgb(30,193,68); }
div.DivClassName
{
background-color: #1EC144;
}
.BgClassName
{
background-color: #1EC144;
}
</style>
border-color css
<style>
span { border-color: #1EC144; }
span { border-color: rgb(30,193,68); }
td.TdClassName
{
border-color: #1EC144;
}
.TagClassName
{
border-color: #1EC144;
}
</style>