Shades of Dark Pastel Green #1EBA50
Tints of Dark Pastel Green #1EBA50
RGB
CMYK
RGB Variations
Color information
#1EBA50 (or 0x1EBA50) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 50. RGB value is (30,186,80). Sum of RGB (Red+Green+Blue) = 30+186+80=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA50 is #E145AF. Grayscale: #7F7F7F. Windows color (decimal): -14763440 or 5290526. OLE color: 5290526.
HSL color Cylindrical-coordinate representation of color #1EBA50: hue angle of 139.23º 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 #1EBA50 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 80 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.27 |
| HSL | 139.23º | 0.72% | 0.42% | - |
| HSV(B) | 139.23º | 0.84% | 0.73% | - |
| XYZ | 19.54 | 35.97 | 13.5 | - |
| YUV | 127.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 80 | 0.84 | 0 | 0.57 | 0.27 | 139.23 | 0.72 | 0.42 |
| Hex | 1E | BA | 50 | 54 | 0 | 39 | 1B | 8B | 48 | 2A |
| Octal | 36 | 272 | 120 | 124 | 0 | 71 | 33 | 213 | 110 | 52 |
| Binary | 11110 | 10111010 | 1010000 | 1010100 | 0 | 111001 | 11011 | 10001011 | 1001000 | 101010 |
Color Harmonies of #1EBA50
Complementary color
Monochromatic Colors of #1EBA50
Black with #1EBA50
Text Example
Text Example
White with #1EBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA50; }
p { color: rgb(30,186,80); }
H1.HeaderClassName
{
color: #1EBA50;
}
.AnyTagClassName
{
color: #1EBA50;
}
</style>
background-color css
<style>
a { background-color: #1EBA50; }
a { background-color: rgb(30,186,80); }
div.DivClassName
{
background-color: #1EBA50;
}
.BgClassName
{
background-color: #1EBA50;
}
</style>
border-color css
<style>
span { border-color: #1EBA50; }
span { border-color: rgb(30,186,80); }
td.TdClassName
{
border-color: #1EBA50;
}
.TagClassName
{
border-color: #1EBA50;
}
</style>