Shades of Dark Pastel Green #1EA540
Tints of Dark Pastel Green #1EA540
RGB
CMYK
RGB Variations
Color information
#1EA540 (or 0x1EA540) is known color: Dark Pastel Green. HEX triplet: 1E, A5 and 40. RGB value is (30,165,64). Sum of RGB (Red+Green+Blue) = 30+165+64=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA540 is #E15ABF. Grayscale: #717171. Windows color (decimal): -14768832 or 4236574. OLE color: 4236574.
HSL color Cylindrical-coordinate representation of color #1EA540: hue angle of 135.11º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA540 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 165 | 64 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.35 |
| HSL | 135.11º | 0.69% | 0.38% | - |
| HSV(B) | 135.11º | 0.82% | 0.65% | - |
| XYZ | 14.92 | 27.56 | 9.38 | - |
| YUV | 113.12 | 100.27 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 165 | 64 | 0.82 | 0 | 0.61 | 0.35 | 135.11 | 0.69 | 0.38 |
| Hex | 1E | A5 | 40 | 52 | 0 | 3D | 23 | 87 | 45 | 26 |
| Octal | 36 | 245 | 100 | 122 | 0 | 75 | 43 | 207 | 105 | 46 |
| Binary | 11110 | 10100101 | 1000000 | 1010010 | 0 | 111101 | 100011 | 10000111 | 1000101 | 100110 |
Color Harmonies of #1EA540
Complementary color
Monochromatic Colors of #1EA540
Black with #1EA540
Text Example
Text Example
White with #1EA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA540; }
p { color: rgb(30,165,64); }
H1.HeaderClassName
{
color: #1EA540;
}
.AnyTagClassName
{
color: #1EA540;
}
</style>
background-color css
<style>
a { background-color: #1EA540; }
a { background-color: rgb(30,165,64); }
div.DivClassName
{
background-color: #1EA540;
}
.BgClassName
{
background-color: #1EA540;
}
</style>
border-color css
<style>
span { border-color: #1EA540; }
span { border-color: rgb(30,165,64); }
td.TdClassName
{
border-color: #1EA540;
}
.TagClassName
{
border-color: #1EA540;
}
</style>