Shades of Dark Pastel Green #1EAB3A
Tints of Dark Pastel Green #1EAB3A
RGB
CMYK
RGB Variations
Color information
#1EAB3A (or 0x1EAB3A) is known color: Dark Pastel Green. HEX triplet: 1E, AB and 3A. RGB value is (30,171,58). Sum of RGB (Red+Green+Blue) = 30+171+58=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 171 (67.19% from 255 or 66.02% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAB3A is #E154C5. Grayscale: #747474. Windows color (decimal): -14767302 or 3844894. OLE color: 3844894.
HSL color Cylindrical-coordinate representation of color #1EAB3A: hue angle of 131.91º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB3A is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 171 | 58 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.33 |
| HSL | 131.91º | 0.7% | 0.39% | - |
| HSV(B) | 131.91º | 0.82% | 0.67% | - |
| XYZ | 15.86 | 29.71 | 8.9 | - |
| YUV | 115.96 | 95.29 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 171 | 58 | 0.82 | 0 | 0.66 | 0.33 | 131.91 | 0.7 | 0.39 |
| Hex | 1E | AB | 3A | 52 | 0 | 42 | 21 | 84 | 46 | 27 |
| Octal | 36 | 253 | 72 | 122 | 0 | 102 | 41 | 204 | 106 | 47 |
| Binary | 11110 | 10101011 | 111010 | 1010010 | 0 | 1000010 | 100001 | 10000100 | 1000110 | 100111 |
Color Harmonies of #1EAB3A
Complementary color
Monochromatic Colors of #1EAB3A
Black with #1EAB3A
Text Example
Text Example
White with #1EAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAB3A; }
p { color: rgb(30,171,58); }
H1.HeaderClassName
{
color: #1EAB3A;
}
.AnyTagClassName
{
color: #1EAB3A;
}
</style>
background-color css
<style>
a { background-color: #1EAB3A; }
a { background-color: rgb(30,171,58); }
div.DivClassName
{
background-color: #1EAB3A;
}
.BgClassName
{
background-color: #1EAB3A;
}
</style>
border-color css
<style>
span { border-color: #1EAB3A; }
span { border-color: rgb(30,171,58); }
td.TdClassName
{
border-color: #1EAB3A;
}
.TagClassName
{
border-color: #1EAB3A;
}
</style>