Shades of Dark Pastel Green #1EA63B
Tints of Dark Pastel Green #1EA63B
RGB
CMYK
RGB Variations
Color information
#1EA63B (or 0x1EA63B) is known color: Dark Pastel Green. HEX triplet: 1E, A6 and 3B. RGB value is (30,166,59). Sum of RGB (Red+Green+Blue) = 30+166+59=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #1EA63B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA63B is #E159C4. Grayscale: #717171. Windows color (decimal): -14768581 or 3909150. OLE color: 3909150.
HSL color Cylindrical-coordinate representation of color #1EA63B: hue angle of 132.79º 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 #1EA63B is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 30 | 166 | 59 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.35 |
| HSL | 132.79º | 0.69% | 0.38% | - |
| HSV(B) | 132.79º | 0.82% | 0.65% | - |
| XYZ | 14.96 | 27.86 | 8.73 | - |
| YUV | 113.14 | 97.44 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 166 | 59 | 0.82 | 0 | 0.64 | 0.35 | 132.79 | 0.69 | 0.38 |
| Hex | 1E | A6 | 3B | 52 | 0 | 40 | 23 | 85 | 45 | 26 |
| Octal | 36 | 246 | 73 | 122 | 0 | 100 | 43 | 205 | 105 | 46 |
| Binary | 11110 | 10100110 | 111011 | 1010010 | 0 | 1000000 | 100011 | 10000101 | 1000101 | 100110 |
Color Harmonies of #1EA63B
Complementary color
Monochromatic Colors of #1EA63B
Black with #1EA63B
Text Example
Text Example
White with #1EA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA63B; }
p { color: rgb(30,166,59); }
H1.HeaderClassName
{
color: #1EA63B;
}
.AnyTagClassName
{
color: #1EA63B;
}
</style>
background-color css
<style>
a { background-color: #1EA63B; }
a { background-color: rgb(30,166,59); }
div.DivClassName
{
background-color: #1EA63B;
}
.BgClassName
{
background-color: #1EA63B;
}
</style>
border-color css
<style>
span { border-color: #1EA63B; }
span { border-color: rgb(30,166,59); }
td.TdClassName
{
border-color: #1EA63B;
}
.TagClassName
{
border-color: #1EA63B;
}
</style>