Shades of Dark Pastel Green #1EAD41
Tints of Dark Pastel Green #1EAD41
RGB
CMYK
RGB Variations
Color information
#1EAD41 (or 0x1EAD41) is known color: Dark Pastel Green. HEX triplet: 1E, AD and 41. RGB value is (30,173,65). Sum of RGB (Red+Green+Blue) = 30+173+65=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD41 is #E152BE. Grayscale: #767676. Windows color (decimal): -14766783 or 4304158. OLE color: 4304158.
HSL color Cylindrical-coordinate representation of color #1EAD41: hue angle of 134.69º degrees, saturation: 0.7, 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 #1EAD41 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 30 | 173 | 65 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.32 |
| HSL | 134.69º | 0.7% | 0.4% | - |
| HSV(B) | 134.69º | 0.83% | 0.68% | - |
| XYZ | 16.43 | 30.54 | 10.03 | - |
| YUV | 117.93 | 98.12 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 65 | 0.83 | 0 | 0.62 | 0.32 | 134.69 | 0.7 | 0.4 |
| Hex | 1E | AD | 41 | 53 | 0 | 3E | 20 | 87 | 46 | 28 |
| Octal | 36 | 255 | 101 | 123 | 0 | 76 | 40 | 207 | 106 | 50 |
| Binary | 11110 | 10101101 | 1000001 | 1010011 | 0 | 111110 | 100000 | 10000111 | 1000110 | 101000 |
Color Harmonies of #1EAD41
Complementary color
Monochromatic Colors of #1EAD41
Black with #1EAD41
Text Example
Text Example
White with #1EAD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EAD41; }
p { color: rgb(30,173,65); }
H1.HeaderClassName
{
color: #1EAD41;
}
.AnyTagClassName
{
color: #1EAD41;
}
</style>
background-color css
<style>
a { background-color: #1EAD41; }
a { background-color: rgb(30,173,65); }
div.DivClassName
{
background-color: #1EAD41;
}
.BgClassName
{
background-color: #1EAD41;
}
</style>
border-color css
<style>
span { border-color: #1EAD41; }
span { border-color: rgb(30,173,65); }
td.TdClassName
{
border-color: #1EAD41;
}
.TagClassName
{
border-color: #1EAD41;
}
</style>