Shades of Dark Pastel Green #1EAC3A
Tints of Dark Pastel Green #1EAC3A
RGB
CMYK
RGB Variations
Color information
#1EAC3A (or 0x1EAC3A) is known color: Dark Pastel Green. HEX triplet: 1E, AC and 3A. RGB value is (30,172,58). Sum of RGB (Red+Green+Blue) = 30+172+58=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC3A is #E153C5. Grayscale: #747474. Windows color (decimal): -14767046 or 3845150. OLE color: 3845150.
HSL color Cylindrical-coordinate representation of color #1EAC3A: hue angle of 131.83º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAC3A is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 58 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.33 |
| HSL | 131.83º | 0.7% | 0.4% | - |
| HSV(B) | 131.83º | 0.83% | 0.67% | - |
| XYZ | 16.05 | 30.09 | 8.96 | - |
| YUV | 116.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 58 | 0.83 | 0 | 0.66 | 0.33 | 131.83 | 0.7 | 0.4 |
| Hex | 1E | AC | 3A | 53 | 0 | 42 | 21 | 84 | 46 | 28 |
| Octal | 36 | 254 | 72 | 123 | 0 | 102 | 41 | 204 | 106 | 50 |
| Binary | 11110 | 10101100 | 111010 | 1010011 | 0 | 1000010 | 100001 | 10000100 | 1000110 | 101000 |
Color Harmonies of #1EAC3A
Complementary color
Monochromatic Colors of #1EAC3A
Black with #1EAC3A
Text Example
Text Example
White with #1EAC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC3A; }
p { color: rgb(30,172,58); }
H1.HeaderClassName
{
color: #1EAC3A;
}
.AnyTagClassName
{
color: #1EAC3A;
}
</style>
background-color css
<style>
a { background-color: #1EAC3A; }
a { background-color: rgb(30,172,58); }
div.DivClassName
{
background-color: #1EAC3A;
}
.BgClassName
{
background-color: #1EAC3A;
}
</style>
border-color css
<style>
span { border-color: #1EAC3A; }
span { border-color: rgb(30,172,58); }
td.TdClassName
{
border-color: #1EAC3A;
}
.TagClassName
{
border-color: #1EAC3A;
}
</style>