Shades of Dark Pastel Green #1EAE3E
Tints of Dark Pastel Green #1EAE3E
RGB
CMYK
RGB Variations
Color information
#1EAE3E (or 0x1EAE3E) is known color: Dark Pastel Green. HEX triplet: 1E, AE and 3E. RGB value is (30,174,62). Sum of RGB (Red+Green+Blue) = 30+174+62=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 174 (68.36% from 255 or 65.41% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAE3E is #E151C1. Grayscale: #767676. Windows color (decimal): -14766530 or 4107806. OLE color: 4107806.
HSL color Cylindrical-coordinate representation of color #1EAE3E: hue angle of 133.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE3E is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 174 | 62 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.32 |
| HSL | 133.33º | 0.71% | 0.4% | - |
| HSV(B) | 133.33º | 0.83% | 0.68% | - |
| XYZ | 16.54 | 30.9 | 9.65 | - |
| YUV | 118.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 174 | 62 | 0.83 | 0 | 0.64 | 0.32 | 133.33 | 0.71 | 0.4 |
| Hex | 1E | AE | 3E | 53 | 0 | 40 | 20 | 85 | 47 | 28 |
| Octal | 36 | 256 | 76 | 123 | 0 | 100 | 40 | 205 | 107 | 50 |
| Binary | 11110 | 10101110 | 111110 | 1010011 | 0 | 1000000 | 100000 | 10000101 | 1000111 | 101000 |
Color Harmonies of #1EAE3E
Complementary color
Monochromatic Colors of #1EAE3E
Black with #1EAE3E
Text Example
Text Example
White with #1EAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAE3E; }
p { color: rgb(30,174,62); }
H1.HeaderClassName
{
color: #1EAE3E;
}
.AnyTagClassName
{
color: #1EAE3E;
}
</style>
background-color css
<style>
a { background-color: #1EAE3E; }
a { background-color: rgb(30,174,62); }
div.DivClassName
{
background-color: #1EAE3E;
}
.BgClassName
{
background-color: #1EAE3E;
}
</style>
border-color css
<style>
span { border-color: #1EAE3E; }
span { border-color: rgb(30,174,62); }
td.TdClassName
{
border-color: #1EAE3E;
}
.TagClassName
{
border-color: #1EAE3E;
}
</style>