Shades of Dark Pastel Green #1EAC3F
Tints of Dark Pastel Green #1EAC3F
RGB
CMYK
RGB Variations
Color information
#1EAC3F (or 0x1EAC3F) is known color: Dark Pastel Green. HEX triplet: 1E, AC and 3F. RGB value is (30,172,63). Sum of RGB (Red+Green+Blue) = 30+172+63=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC3F is #E153C0. Grayscale: #757575. Windows color (decimal): -14767041 or 4172830. OLE color: 4172830.
HSL color Cylindrical-coordinate representation of color #1EAC3F: hue angle of 133.94º 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 #1EAC3F is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 63 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.33 |
| HSL | 133.94º | 0.7% | 0.4% | - |
| HSV(B) | 133.94º | 0.83% | 0.67% | - |
| XYZ | 16.19 | 30.14 | 9.67 | - |
| YUV | 117.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 63 | 0.83 | 0 | 0.63 | 0.33 | 133.94 | 0.7 | 0.4 |
| Hex | 1E | AC | 3F | 53 | 0 | 3F | 21 | 86 | 46 | 28 |
| Octal | 36 | 254 | 77 | 123 | 0 | 77 | 41 | 206 | 106 | 50 |
| Binary | 11110 | 10101100 | 111111 | 1010011 | 0 | 111111 | 100001 | 10000110 | 1000110 | 101000 |
Color Harmonies of #1EAC3F
Complementary color
Monochromatic Colors of #1EAC3F
Black with #1EAC3F
Text Example
Text Example
White with #1EAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC3F; }
p { color: rgb(30,172,63); }
H1.HeaderClassName
{
color: #1EAC3F;
}
.AnyTagClassName
{
color: #1EAC3F;
}
</style>
background-color css
<style>
a { background-color: #1EAC3F; }
a { background-color: rgb(30,172,63); }
div.DivClassName
{
background-color: #1EAC3F;
}
.BgClassName
{
background-color: #1EAC3F;
}
</style>
border-color css
<style>
span { border-color: #1EAC3F; }
span { border-color: rgb(30,172,63); }
td.TdClassName
{
border-color: #1EAC3F;
}
.TagClassName
{
border-color: #1EAC3F;
}
</style>