Shades of Dark Pastel Green #1EAA3E
Tints of Dark Pastel Green #1EAA3E
RGB
CMYK
RGB Variations
Color information
#1EAA3E (or 0x1EAA3E) is known color: Dark Pastel Green. HEX triplet: 1E, AA and 3E. RGB value is (30,170,62). Sum of RGB (Red+Green+Blue) = 30+170+62=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAA3E is #E155C1. Grayscale: #747474. Windows color (decimal): -14767554 or 4106782. OLE color: 4106782.
HSL color Cylindrical-coordinate representation of color #1EAA3E: hue angle of 133.71º 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 #1EAA3E is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 62 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.33 |
| HSL | 133.71º | 0.7% | 0.39% | - |
| HSV(B) | 133.71º | 0.82% | 0.67% | - |
| XYZ | 15.78 | 29.37 | 9.4 | - |
| YUV | 115.83 | 97.62 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 62 | 0.82 | 0 | 0.64 | 0.33 | 133.71 | 0.7 | 0.39 |
| Hex | 1E | AA | 3E | 52 | 0 | 40 | 21 | 86 | 46 | 27 |
| Octal | 36 | 252 | 76 | 122 | 0 | 100 | 41 | 206 | 106 | 47 |
| Binary | 11110 | 10101010 | 111110 | 1010010 | 0 | 1000000 | 100001 | 10000110 | 1000110 | 100111 |
Color Harmonies of #1EAA3E
Complementary color
Monochromatic Colors of #1EAA3E
Black with #1EAA3E
Text Example
Text Example
White with #1EAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA3E; }
p { color: rgb(30,170,62); }
H1.HeaderClassName
{
color: #1EAA3E;
}
.AnyTagClassName
{
color: #1EAA3E;
}
</style>
background-color css
<style>
a { background-color: #1EAA3E; }
a { background-color: rgb(30,170,62); }
div.DivClassName
{
background-color: #1EAA3E;
}
.BgClassName
{
background-color: #1EAA3E;
}
</style>
border-color css
<style>
span { border-color: #1EAA3E; }
span { border-color: rgb(30,170,62); }
td.TdClassName
{
border-color: #1EAA3E;
}
.TagClassName
{
border-color: #1EAA3E;
}
</style>