Shades of Dark Pastel Green #1EC445
Tints of Dark Pastel Green #1EC445
RGB
CMYK
RGB Variations
Color information
#1EC445 (or 0x1EC445) is known color: Dark Pastel Green. HEX triplet: 1E, C4 and 45. RGB value is (30,196,69). Sum of RGB (Red+Green+Blue) = 30+196+69=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #1EC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC445 is #E13BBA. Grayscale: #848484. Windows color (decimal): -14760891 or 4572190. OLE color: 4572190.
HSL color Cylindrical-coordinate representation of color #1EC445: hue angle of 134.1º 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 #1EC445 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 196 | 69 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.23 |
| HSL | 134.1º | 0.73% | 0.44% | - |
| HSV(B) | 134.1º | 0.85% | 0.77% | - |
| XYZ | 21.35 | 40.19 | 12.26 | - |
| YUV | 131.89 | 92.5 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 196 | 69 | 0.85 | 0 | 0.65 | 0.23 | 134.1 | 0.73 | 0.44 |
| Hex | 1E | C4 | 45 | 55 | 0 | 41 | 17 | 86 | 49 | 2C |
| Octal | 36 | 304 | 105 | 125 | 0 | 101 | 27 | 206 | 111 | 54 |
| Binary | 11110 | 11000100 | 1000101 | 1010101 | 0 | 1000001 | 10111 | 10000110 | 1001001 | 101100 |
Color Harmonies of #1EC445
Complementary color
Monochromatic Colors of #1EC445
Black with #1EC445
Text Example
Text Example
White with #1EC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC445; }
p { color: rgb(30,196,69); }
H1.HeaderClassName
{
color: #1EC445;
}
.AnyTagClassName
{
color: #1EC445;
}
</style>
background-color css
<style>
a { background-color: #1EC445; }
a { background-color: rgb(30,196,69); }
div.DivClassName
{
background-color: #1EC445;
}
.BgClassName
{
background-color: #1EC445;
}
</style>
border-color css
<style>
span { border-color: #1EC445; }
span { border-color: rgb(30,196,69); }
td.TdClassName
{
border-color: #1EC445;
}
.TagClassName
{
border-color: #1EC445;
}
</style>