Shades of Dark Pastel Green #1EAA3C
Tints of Dark Pastel Green #1EAA3C
RGB
CMYK
RGB Variations
Color information
#1EAA3C (or 0x1EAA3C) is known color: Dark Pastel Green. HEX triplet: 1E, AA and 3C. RGB value is (30,170,60). Sum of RGB (Red+Green+Blue) = 30+170+60=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #1EAA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAA3C is #E155C3. Grayscale: #737373. Windows color (decimal): -14767556 or 3975710. OLE color: 3975710.
HSL color Cylindrical-coordinate representation of color #1EAA3C: hue angle of 132.86º 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 #1EAA3C is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 170 | 60 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.33 |
| HSL | 132.86º | 0.7% | 0.39% | - |
| HSV(B) | 132.86º | 0.82% | 0.67% | - |
| XYZ | 15.73 | 29.35 | 9.11 | - |
| YUV | 115.6 | 96.62 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 170 | 60 | 0.82 | 0 | 0.65 | 0.33 | 132.86 | 0.7 | 0.39 |
| Hex | 1E | AA | 3C | 52 | 0 | 41 | 21 | 85 | 46 | 27 |
| Octal | 36 | 252 | 74 | 122 | 0 | 101 | 41 | 205 | 106 | 47 |
| Binary | 11110 | 10101010 | 111100 | 1010010 | 0 | 1000001 | 100001 | 10000101 | 1000110 | 100111 |
Color Harmonies of #1EAA3C
Complementary color
Monochromatic Colors of #1EAA3C
Black with #1EAA3C
Text Example
Text Example
White with #1EAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAA3C; }
p { color: rgb(30,170,60); }
H1.HeaderClassName
{
color: #1EAA3C;
}
.AnyTagClassName
{
color: #1EAA3C;
}
</style>
background-color css
<style>
a { background-color: #1EAA3C; }
a { background-color: rgb(30,170,60); }
div.DivClassName
{
background-color: #1EAA3C;
}
.BgClassName
{
background-color: #1EAA3C;
}
</style>
border-color css
<style>
span { border-color: #1EAA3C; }
span { border-color: rgb(30,170,60); }
td.TdClassName
{
border-color: #1EAA3C;
}
.TagClassName
{
border-color: #1EAA3C;
}
</style>