Shades of Dark Pastel Green #1EBA4D
Tints of Dark Pastel Green #1EBA4D
RGB
CMYK
RGB Variations
Color information
#1EBA4D (or 0x1EBA4D) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 4D. RGB value is (30,186,77). Sum of RGB (Red+Green+Blue) = 30+186+77=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA4D is #E145B2. Grayscale: #7F7F7F. Windows color (decimal): -14763443 or 5093918. OLE color: 5093918.
HSL color Cylindrical-coordinate representation of color #1EBA4D: hue angle of 138.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBA4D is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 77 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.27 |
| HSL | 138.08º | 0.72% | 0.42% | - |
| HSV(B) | 138.08º | 0.84% | 0.73% | - |
| XYZ | 19.43 | 35.93 | 12.93 | - |
| YUV | 126.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 77 | 0.84 | 0 | 0.59 | 0.27 | 138.08 | 0.72 | 0.42 |
| Hex | 1E | BA | 4D | 54 | 0 | 3B | 1B | 8A | 48 | 2A |
| Octal | 36 | 272 | 115 | 124 | 0 | 73 | 33 | 212 | 110 | 52 |
| Binary | 11110 | 10111010 | 1001101 | 1010100 | 0 | 111011 | 11011 | 10001010 | 1001000 | 101010 |
Color Harmonies of #1EBA4D
Complementary color
Monochromatic Colors of #1EBA4D
Black with #1EBA4D
Text Example
Text Example
White with #1EBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA4D; }
p { color: rgb(30,186,77); }
H1.HeaderClassName
{
color: #1EBA4D;
}
.AnyTagClassName
{
color: #1EBA4D;
}
</style>
background-color css
<style>
a { background-color: #1EBA4D; }
a { background-color: rgb(30,186,77); }
div.DivClassName
{
background-color: #1EBA4D;
}
.BgClassName
{
background-color: #1EBA4D;
}
</style>
border-color css
<style>
span { border-color: #1EBA4D; }
span { border-color: rgb(30,186,77); }
td.TdClassName
{
border-color: #1EBA4D;
}
.TagClassName
{
border-color: #1EBA4D;
}
</style>