Shades of Dark Pastel Green #1EA840
Tints of Dark Pastel Green #1EA840
RGB
CMYK
RGB Variations
Color information
#1EA840 (or 0x1EA840) is known color: Dark Pastel Green. HEX triplet: 1E, A8 and 40. RGB value is (30,168,64). Sum of RGB (Red+Green+Blue) = 30+168+64=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA840 is #E157BF. Grayscale: #737373. Windows color (decimal): -14768064 or 4237342. OLE color: 4237342.
HSL color Cylindrical-coordinate representation of color #1EA840: hue angle of 134.78º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA840 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 30 | 168 | 64 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.34 |
| HSL | 134.78º | 0.7% | 0.39% | - |
| HSV(B) | 134.78º | 0.82% | 0.66% | - |
| XYZ | 15.46 | 28.65 | 9.57 | - |
| YUV | 114.88 | 99.28 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 168 | 64 | 0.82 | 0 | 0.62 | 0.34 | 134.78 | 0.7 | 0.39 |
| Hex | 1E | A8 | 40 | 52 | 0 | 3E | 22 | 87 | 46 | 27 |
| Octal | 36 | 250 | 100 | 122 | 0 | 76 | 42 | 207 | 106 | 47 |
| Binary | 11110 | 10101000 | 1000000 | 1010010 | 0 | 111110 | 100010 | 10000111 | 1000110 | 100111 |
Color Harmonies of #1EA840
Complementary color
Monochromatic Colors of #1EA840
Black with #1EA840
Text Example
Text Example
White with #1EA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA840; }
p { color: rgb(30,168,64); }
H1.HeaderClassName
{
color: #1EA840;
}
.AnyTagClassName
{
color: #1EA840;
}
</style>
background-color css
<style>
a { background-color: #1EA840; }
a { background-color: rgb(30,168,64); }
div.DivClassName
{
background-color: #1EA840;
}
.BgClassName
{
background-color: #1EA840;
}
</style>
border-color css
<style>
span { border-color: #1EA840; }
span { border-color: rgb(30,168,64); }
td.TdClassName
{
border-color: #1EA840;
}
.TagClassName
{
border-color: #1EA840;
}
</style>