Shades of Dark Pastel Green #1EBA49
Tints of Dark Pastel Green #1EBA49
RGB
CMYK
RGB Variations
Color information
#1EBA49 (or 0x1EBA49) is known color: Dark Pastel Green. HEX triplet: 1E, BA and 49. RGB value is (30,186,73). Sum of RGB (Red+Green+Blue) = 30+186+73=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA49 is #E145B6. Grayscale: #7E7E7E. Windows color (decimal): -14763447 or 4831774. OLE color: 4831774.
HSL color Cylindrical-coordinate representation of color #1EBA49: hue angle of 136.54º 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 #1EBA49 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 73 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.27 |
| HSL | 136.54º | 0.72% | 0.42% | - |
| HSV(B) | 136.54º | 0.84% | 0.73% | - |
| XYZ | 19.3 | 35.87 | 12.21 | - |
| YUV | 126.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 73 | 0.84 | 0 | 0.61 | 0.27 | 136.54 | 0.72 | 0.42 |
| Hex | 1E | BA | 49 | 54 | 0 | 3D | 1B | 89 | 48 | 2A |
| Octal | 36 | 272 | 111 | 124 | 0 | 75 | 33 | 211 | 110 | 52 |
| Binary | 11110 | 10111010 | 1001001 | 1010100 | 0 | 111101 | 11011 | 10001001 | 1001000 | 101010 |
Color Harmonies of #1EBA49
Complementary color
Monochromatic Colors of #1EBA49
Black with #1EBA49
Text Example
Text Example
White with #1EBA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA49; }
p { color: rgb(30,186,73); }
H1.HeaderClassName
{
color: #1EBA49;
}
.AnyTagClassName
{
color: #1EBA49;
}
</style>
background-color css
<style>
a { background-color: #1EBA49; }
a { background-color: rgb(30,186,73); }
div.DivClassName
{
background-color: #1EBA49;
}
.BgClassName
{
background-color: #1EBA49;
}
</style>
border-color css
<style>
span { border-color: #1EBA49; }
span { border-color: rgb(30,186,73); }
td.TdClassName
{
border-color: #1EBA49;
}
.TagClassName
{
border-color: #1EBA49;
}
</style>