Shades of Dark Pastel Green #1EC741
Tints of Dark Pastel Green #1EC741
RGB
CMYK
RGB Variations
Color information
#1EC741 (or 0x1EC741) is known color: Dark Pastel Green. HEX triplet: 1E, C7 and 41. RGB value is (30,199,65). Sum of RGB (Red+Green+Blue) = 30+199+65=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 199 (78.12% from 255 or 67.69% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC741 is #E138BE. Grayscale: #858585. Windows color (decimal): -14760127 or 4310814. OLE color: 4310814.
HSL color Cylindrical-coordinate representation of color #1EC741: hue angle of 132.43º 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 #1EC741 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 65 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.22 |
| HSL | 132.43º | 0.74% | 0.45% | - |
| HSV(B) | 132.43º | 0.85% | 0.78% | - |
| XYZ | 21.91 | 41.5 | 11.86 | - |
| YUV | 133.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 65 | 0.85 | 0 | 0.67 | 0.22 | 132.43 | 0.74 | 0.45 |
| Hex | 1E | C7 | 41 | 55 | 0 | 43 | 16 | 84 | 4A | 2D |
| Octal | 36 | 307 | 101 | 125 | 0 | 103 | 26 | 204 | 112 | 55 |
| Binary | 11110 | 11000111 | 1000001 | 1010101 | 0 | 1000011 | 10110 | 10000100 | 1001010 | 101101 |
Color Harmonies of #1EC741
Complementary color
Monochromatic Colors of #1EC741
Black with #1EC741
Text Example
Text Example
White with #1EC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC741; }
p { color: rgb(30,199,65); }
H1.HeaderClassName
{
color: #1EC741;
}
.AnyTagClassName
{
color: #1EC741;
}
</style>
background-color css
<style>
a { background-color: #1EC741; }
a { background-color: rgb(30,199,65); }
div.DivClassName
{
background-color: #1EC741;
}
.BgClassName
{
background-color: #1EC741;
}
</style>
border-color css
<style>
span { border-color: #1EC741; }
span { border-color: rgb(30,199,65); }
td.TdClassName
{
border-color: #1EC741;
}
.TagClassName
{
border-color: #1EC741;
}
</style>