Shades of Dark Pastel Green #1EC145
Tints of Dark Pastel Green #1EC145
RGB
CMYK
RGB Variations
Color information
#1EC145 (or 0x1EC145) is known color: Dark Pastel Green. HEX triplet: 1E, C1 and 45. RGB value is (30,193,69). Sum of RGB (Red+Green+Blue) = 30+193+69=292 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.27% from 292); Green value is 193 (75.78% from 255 or 66.10% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC145 is #E13EBA. Grayscale: #828282. Windows color (decimal): -14761659 or 4571422. OLE color: 4571422.
HSL color Cylindrical-coordinate representation of color #1EC145: hue angle of 134.36º 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 #1EC145 is Cyan = 0.84, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 69 | - |
| CMYK | 0.84 | 0 | 0.64 | 0.24 |
| HSL | 134.36º | 0.73% | 0.44% | - |
| HSV(B) | 134.36º | 0.84% | 0.76% | - |
| XYZ | 20.68 | 38.85 | 12.04 | - |
| YUV | 130.13 | 93.5 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 69 | 0.84 | 0 | 0.64 | 0.24 | 134.36 | 0.73 | 0.44 |
| Hex | 1E | C1 | 45 | 54 | 0 | 40 | 18 | 86 | 49 | 2C |
| Octal | 36 | 301 | 105 | 124 | 0 | 100 | 30 | 206 | 111 | 54 |
| Binary | 11110 | 11000001 | 1000101 | 1010100 | 0 | 1000000 | 11000 | 10000110 | 1001001 | 101100 |
Color Harmonies of #1EC145
Complementary color
Monochromatic Colors of #1EC145
Black with #1EC145
Text Example
Text Example
White with #1EC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC145; }
p { color: rgb(30,193,69); }
H1.HeaderClassName
{
color: #1EC145;
}
.AnyTagClassName
{
color: #1EC145;
}
</style>
background-color css
<style>
a { background-color: #1EC145; }
a { background-color: rgb(30,193,69); }
div.DivClassName
{
background-color: #1EC145;
}
.BgClassName
{
background-color: #1EC145;
}
</style>
border-color css
<style>
span { border-color: #1EC145; }
span { border-color: rgb(30,193,69); }
td.TdClassName
{
border-color: #1EC145;
}
.TagClassName
{
border-color: #1EC145;
}
</style>