Shades of Dark Pastel Green #1EC845
Tints of Dark Pastel Green #1EC845
RGB
CMYK
RGB Variations
Color information
#1EC845 (or 0x1EC845) is known color: Dark Pastel Green. HEX triplet: 1E, C8 and 45. RGB value is (30,200,69). Sum of RGB (Red+Green+Blue) = 30+200+69=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #1EC845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC845 is #E137BA. Grayscale: #868686. Windows color (decimal): -14759867 or 4573214. OLE color: 4573214.
HSL color Cylindrical-coordinate representation of color #1EC845: hue angle of 133.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC845 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 200 | 69 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.22 |
| HSL | 133.76º | 0.74% | 0.45% | - |
| HSV(B) | 133.76º | 0.85% | 0.78% | - |
| XYZ | 22.26 | 42.01 | 12.57 | - |
| YUV | 134.24 | 91.18 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 69 | 0.85 | 0 | 0.66 | 0.22 | 133.76 | 0.74 | 0.45 |
| Hex | 1E | C8 | 45 | 55 | 0 | 42 | 16 | 86 | 4A | 2D |
| Octal | 36 | 310 | 105 | 125 | 0 | 102 | 26 | 206 | 112 | 55 |
| Binary | 11110 | 11001000 | 1000101 | 1010101 | 0 | 1000010 | 10110 | 10000110 | 1001010 | 101101 |
Color Harmonies of #1EC845
Complementary color
Monochromatic Colors of #1EC845
Black with #1EC845
Text Example
Text Example
White with #1EC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC845; }
p { color: rgb(30,200,69); }
H1.HeaderClassName
{
color: #1EC845;
}
.AnyTagClassName
{
color: #1EC845;
}
</style>
background-color css
<style>
a { background-color: #1EC845; }
a { background-color: rgb(30,200,69); }
div.DivClassName
{
background-color: #1EC845;
}
.BgClassName
{
background-color: #1EC845;
}
</style>
border-color css
<style>
span { border-color: #1EC845; }
span { border-color: rgb(30,200,69); }
td.TdClassName
{
border-color: #1EC845;
}
.TagClassName
{
border-color: #1EC845;
}
</style>