Shades of Dark Pastel Green #1EB349
Tints of Dark Pastel Green #1EB349
RGB
CMYK
RGB Variations
Color information
#1EB349 (or 0x1EB349) is known color: Dark Pastel Green. HEX triplet: 1E, B3 and 49. RGB value is (30,179,73). Sum of RGB (Red+Green+Blue) = 30+179+73=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 179 (70.31% from 255 or 63.48% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB349 is #E14CB6. Grayscale: #7A7A7A. Windows color (decimal): -14765239 or 4829982. OLE color: 4829982.
HSL color Cylindrical-coordinate representation of color #1EB349: hue angle of 137.32º 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 #1EB349 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 73 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.30 |
| HSL | 137.32º | 0.71% | 0.41% | - |
| HSV(B) | 137.32º | 0.83% | 0.7% | - |
| XYZ | 17.86 | 33 | 11.73 | - |
| YUV | 122.37 | 100.14 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 73 | 0.83 | 0 | 0.59 | 0.30 | 137.32 | 0.71 | 0.41 |
| Hex | 1E | B3 | 49 | 53 | 0 | 3B | 1E | 89 | 47 | 29 |
| Octal | 36 | 263 | 111 | 123 | 0 | 73 | 36 | 211 | 107 | 51 |
| Binary | 11110 | 10110011 | 1001001 | 1010011 | 0 | 111011 | 11110 | 10001001 | 1000111 | 101001 |
Color Harmonies of #1EB349
Complementary color
Monochromatic Colors of #1EB349
Black with #1EB349
Text Example
Text Example
White with #1EB349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB349; }
p { color: rgb(30,179,73); }
H1.HeaderClassName
{
color: #1EB349;
}
.AnyTagClassName
{
color: #1EB349;
}
</style>
background-color css
<style>
a { background-color: #1EB349; }
a { background-color: rgb(30,179,73); }
div.DivClassName
{
background-color: #1EB349;
}
.BgClassName
{
background-color: #1EB349;
}
</style>
border-color css
<style>
span { border-color: #1EB349; }
span { border-color: rgb(30,179,73); }
td.TdClassName
{
border-color: #1EB349;
}
.TagClassName
{
border-color: #1EB349;
}
</style>