Shades of Dark Pastel Green #1EB949
Tints of Dark Pastel Green #1EB949
RGB
CMYK
RGB Variations
Color information
#1EB949 (or 0x1EB949) is known color: Dark Pastel Green. HEX triplet: 1E, B9 and 49. RGB value is (30,185,73). Sum of RGB (Red+Green+Blue) = 30+185+73=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 185 (72.66% from 255 or 64.24% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB949 is #E146B6. Grayscale: #7E7E7E. Windows color (decimal): -14763703 or 4831518. OLE color: 4831518.
HSL color Cylindrical-coordinate representation of color #1EB949: hue angle of 136.65º 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 #1EB949 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 185 | 73 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.27 |
| HSL | 136.65º | 0.72% | 0.42% | - |
| HSV(B) | 136.65º | 0.84% | 0.73% | - |
| XYZ | 19.09 | 35.45 | 12.14 | - |
| YUV | 125.89 | 98.15 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 185 | 73 | 0.84 | 0 | 0.61 | 0.27 | 136.65 | 0.72 | 0.42 |
| Hex | 1E | B9 | 49 | 54 | 0 | 3D | 1B | 89 | 48 | 2A |
| Octal | 36 | 271 | 111 | 124 | 0 | 75 | 33 | 211 | 110 | 52 |
| Binary | 11110 | 10111001 | 1001001 | 1010100 | 0 | 111101 | 11011 | 10001001 | 1001000 | 101010 |
Color Harmonies of #1EB949
Complementary color
Monochromatic Colors of #1EB949
Black with #1EB949
Text Example
Text Example
White with #1EB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB949; }
p { color: rgb(30,185,73); }
H1.HeaderClassName
{
color: #1EB949;
}
.AnyTagClassName
{
color: #1EB949;
}
</style>
background-color css
<style>
a { background-color: #1EB949; }
a { background-color: rgb(30,185,73); }
div.DivClassName
{
background-color: #1EB949;
}
.BgClassName
{
background-color: #1EB949;
}
</style>
border-color css
<style>
span { border-color: #1EB949; }
span { border-color: rgb(30,185,73); }
td.TdClassName
{
border-color: #1EB949;
}
.TagClassName
{
border-color: #1EB949;
}
</style>