Shades of Dark Pastel Green #1EC348
Tints of Dark Pastel Green #1EC348
RGB
CMYK
RGB Variations
Color information
#1EC348 (or 0x1EC348) is known color: Dark Pastel Green. HEX triplet: 1E, C3 and 48. RGB value is (30,195,72). Sum of RGB (Red+Green+Blue) = 30+195+72=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 195 (76.56% from 255 or 65.66% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC348 is #E13CB7. Grayscale: #838383. Windows color (decimal): -14761144 or 4768542. OLE color: 4768542.
HSL color Cylindrical-coordinate representation of color #1EC348: hue angle of 135.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC348 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 72 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.24 |
| HSL | 135.27º | 0.73% | 0.44% | - |
| HSV(B) | 135.27º | 0.85% | 0.76% | - |
| XYZ | 21.22 | 39.77 | 12.69 | - |
| YUV | 131.64 | 94.34 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 72 | 0.85 | 0 | 0.63 | 0.24 | 135.27 | 0.73 | 0.44 |
| Hex | 1E | C3 | 48 | 55 | 0 | 3F | 18 | 87 | 49 | 2C |
| Octal | 36 | 303 | 110 | 125 | 0 | 77 | 30 | 207 | 111 | 54 |
| Binary | 11110 | 11000011 | 1001000 | 1010101 | 0 | 111111 | 11000 | 10000111 | 1001001 | 101100 |
Color Harmonies of #1EC348
Complementary color
Monochromatic Colors of #1EC348
Black with #1EC348
Text Example
Text Example
White with #1EC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC348; }
p { color: rgb(30,195,72); }
H1.HeaderClassName
{
color: #1EC348;
}
.AnyTagClassName
{
color: #1EC348;
}
</style>
background-color css
<style>
a { background-color: #1EC348; }
a { background-color: rgb(30,195,72); }
div.DivClassName
{
background-color: #1EC348;
}
.BgClassName
{
background-color: #1EC348;
}
</style>
border-color css
<style>
span { border-color: #1EC348; }
span { border-color: rgb(30,195,72); }
td.TdClassName
{
border-color: #1EC348;
}
.TagClassName
{
border-color: #1EC348;
}
</style>