Shades of Dark Pastel Green #1EB24A
Tints of Dark Pastel Green #1EB24A
RGB
CMYK
RGB Variations
Color information
#1EB24A (or 0x1EB24A) is known color: Dark Pastel Green. HEX triplet: 1E, B2 and 4A. RGB value is (30,178,74). Sum of RGB (Red+Green+Blue) = 30+178+74=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB24A is #E14DB5. Grayscale: #7A7A7A. Windows color (decimal): -14765494 or 4895262. OLE color: 4895262.
HSL color Cylindrical-coordinate representation of color #1EB24A: hue angle of 137.84º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB24A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 74 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.30 |
| HSL | 137.84º | 0.71% | 0.41% | - |
| HSV(B) | 137.84º | 0.83% | 0.7% | - |
| XYZ | 17.69 | 32.61 | 11.84 | - |
| YUV | 121.89 | 100.97 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 74 | 0.83 | 0 | 0.58 | 0.30 | 137.84 | 0.71 | 0.41 |
| Hex | 1E | B2 | 4A | 53 | 0 | 3A | 1E | 8A | 47 | 29 |
| Octal | 36 | 262 | 112 | 123 | 0 | 72 | 36 | 212 | 107 | 51 |
| Binary | 11110 | 10110010 | 1001010 | 1010011 | 0 | 111010 | 11110 | 10001010 | 1000111 | 101001 |
Color Harmonies of #1EB24A
Complementary color
Monochromatic Colors of #1EB24A
Black with #1EB24A
Text Example
Text Example
White with #1EB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB24A; }
p { color: rgb(30,178,74); }
H1.HeaderClassName
{
color: #1EB24A;
}
.AnyTagClassName
{
color: #1EB24A;
}
</style>
background-color css
<style>
a { background-color: #1EB24A; }
a { background-color: rgb(30,178,74); }
div.DivClassName
{
background-color: #1EB24A;
}
.BgClassName
{
background-color: #1EB24A;
}
</style>
border-color css
<style>
span { border-color: #1EB24A; }
span { border-color: rgb(30,178,74); }
td.TdClassName
{
border-color: #1EB24A;
}
.TagClassName
{
border-color: #1EB24A;
}
</style>