Shades of Dark Pastel Green #1EAC3D
Tints of Dark Pastel Green #1EAC3D
RGB
CMYK
RGB Variations
Color information
#1EAC3D (or 0x1EAC3D) is known color: Dark Pastel Green. HEX triplet: 1E, AC and 3D. RGB value is (30,172,61). Sum of RGB (Red+Green+Blue) = 30+172+61=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC3D is #E153C2. Grayscale: #757575. Windows color (decimal): -14767043 or 4041758. OLE color: 4041758.
HSL color Cylindrical-coordinate representation of color #1EAC3D: hue angle of 133.1º 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 #1EAC3D is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 172 | 61 | - |
| CMYK | 0.83 | 0 | 0.65 | 0.33 |
| HSL | 133.1º | 0.7% | 0.4% | - |
| HSV(B) | 133.1º | 0.83% | 0.67% | - |
| XYZ | 16.13 | 30.12 | 9.38 | - |
| YUV | 116.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 61 | 0.83 | 0 | 0.65 | 0.33 | 133.1 | 0.7 | 0.4 |
| Hex | 1E | AC | 3D | 53 | 0 | 41 | 21 | 85 | 46 | 28 |
| Octal | 36 | 254 | 75 | 123 | 0 | 101 | 41 | 205 | 106 | 50 |
| Binary | 11110 | 10101100 | 111101 | 1010011 | 0 | 1000001 | 100001 | 10000101 | 1000110 | 101000 |
Color Harmonies of #1EAC3D
Complementary color
Monochromatic Colors of #1EAC3D
Black with #1EAC3D
Text Example
Text Example
White with #1EAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAC3D; }
p { color: rgb(30,172,61); }
H1.HeaderClassName
{
color: #1EAC3D;
}
.AnyTagClassName
{
color: #1EAC3D;
}
</style>
background-color css
<style>
a { background-color: #1EAC3D; }
a { background-color: rgb(30,172,61); }
div.DivClassName
{
background-color: #1EAC3D;
}
.BgClassName
{
background-color: #1EAC3D;
}
</style>
border-color css
<style>
span { border-color: #1EAC3D; }
span { border-color: rgb(30,172,61); }
td.TdClassName
{
border-color: #1EAC3D;
}
.TagClassName
{
border-color: #1EAC3D;
}
</style>