Shades of Dark Pastel Green #1EA43E
Tints of Dark Pastel Green #1EA43E
RGB
CMYK
RGB Variations
Color information
#1EA43E (or 0x1EA43E) is known color: Dark Pastel Green. HEX triplet: 1E, A4 and 3E. RGB value is (30,164,62). Sum of RGB (Red+Green+Blue) = 30+164+62=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA43E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA43E is #E15BC1. Grayscale: #707070. Windows color (decimal): -14769090 or 4105246. OLE color: 4105246.
HSL color Cylindrical-coordinate representation of color #1EA43E: hue angle of 134.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA43E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 164 | 62 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.36 |
| HSL | 134.33º | 0.69% | 0.38% | - |
| HSV(B) | 134.33º | 0.82% | 0.64% | - |
| XYZ | 14.68 | 27.17 | 9.03 | - |
| YUV | 112.31 | 99.61 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 164 | 62 | 0.82 | 0 | 0.62 | 0.36 | 134.33 | 0.69 | 0.38 |
| Hex | 1E | A4 | 3E | 52 | 0 | 3E | 24 | 86 | 45 | 26 |
| Octal | 36 | 244 | 76 | 122 | 0 | 76 | 44 | 206 | 105 | 46 |
| Binary | 11110 | 10100100 | 111110 | 1010010 | 0 | 111110 | 100100 | 10000110 | 1000101 | 100110 |
Color Harmonies of #1EA43E
Complementary color
Monochromatic Colors of #1EA43E
Black with #1EA43E
Text Example
Text Example
White with #1EA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA43E; }
p { color: rgb(30,164,62); }
H1.HeaderClassName
{
color: #1EA43E;
}
.AnyTagClassName
{
color: #1EA43E;
}
</style>
background-color css
<style>
a { background-color: #1EA43E; }
a { background-color: rgb(30,164,62); }
div.DivClassName
{
background-color: #1EA43E;
}
.BgClassName
{
background-color: #1EA43E;
}
</style>
border-color css
<style>
span { border-color: #1EA43E; }
span { border-color: rgb(30,164,62); }
td.TdClassName
{
border-color: #1EA43E;
}
.TagClassName
{
border-color: #1EA43E;
}
</style>