Shades of Dark Pastel Green #1EB93A
Tints of Dark Pastel Green #1EB93A
RGB
CMYK
RGB Variations
Color information
#1EB93A (or 0x1EB93A) is known color: Dark Pastel Green. HEX triplet: 1E, B9 and 3A. RGB value is (30,185,58). Sum of RGB (Red+Green+Blue) = 30+185+58=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB93A is #E146C5. Grayscale: #7C7C7C. Windows color (decimal): -14763718 or 3848478. OLE color: 3848478.
HSL color Cylindrical-coordinate representation of color #1EB93A: hue angle of 130.84º 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 #1EB93A is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 58 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.27 |
| HSL | 130.84º | 0.72% | 0.42% | - |
| HSV(B) | 130.84º | 0.84% | 0.73% | - |
| XYZ | 18.65 | 35.28 | 9.83 | - |
| YUV | 124.18 | 90.65 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 58 | 0.84 | 0 | 0.69 | 0.27 | 130.84 | 0.72 | 0.42 |
| Hex | 1E | B9 | 3A | 54 | 0 | 45 | 1B | 83 | 48 | 2A |
| Octal | 36 | 271 | 72 | 124 | 0 | 105 | 33 | 203 | 110 | 52 |
| Binary | 11110 | 10111001 | 111010 | 1010100 | 0 | 1000101 | 11011 | 10000011 | 1001000 | 101010 |
Color Harmonies of #1EB93A
Complementary color
Monochromatic Colors of #1EB93A
Black with #1EB93A
Text Example
Text Example
White with #1EB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB93A; }
p { color: rgb(30,185,58); }
H1.HeaderClassName
{
color: #1EB93A;
}
.AnyTagClassName
{
color: #1EB93A;
}
</style>
background-color css
<style>
a { background-color: #1EB93A; }
a { background-color: rgb(30,185,58); }
div.DivClassName
{
background-color: #1EB93A;
}
.BgClassName
{
background-color: #1EB93A;
}
</style>
border-color css
<style>
span { border-color: #1EB93A; }
span { border-color: rgb(30,185,58); }
td.TdClassName
{
border-color: #1EB93A;
}
.TagClassName
{
border-color: #1EB93A;
}
</style>