Shades of Dark Pastel Green #1EC340
Tints of Dark Pastel Green #1EC340
RGB
CMYK
RGB Variations
Color information
#1EC340 (or 0x1EC340) is known color: Dark Pastel Green. HEX triplet: 1E, C3 and 40. RGB value is (30,195,64). Sum of RGB (Red+Green+Blue) = 30+195+64=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 195 (76.56% from 255 or 67.47% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC340 is #E13CBF. Grayscale: #838383. Windows color (decimal): -14761152 or 4244254. OLE color: 4244254.
HSL color Cylindrical-coordinate representation of color #1EC340: hue angle of 132.36º 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 #1EC340 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 64 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.24 |
| HSL | 132.36º | 0.73% | 0.44% | - |
| HSV(B) | 132.36º | 0.85% | 0.76% | - |
| XYZ | 20.98 | 39.68 | 11.4 | - |
| YUV | 130.73 | 90.34 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 64 | 0.85 | 0 | 0.67 | 0.24 | 132.36 | 0.73 | 0.44 |
| Hex | 1E | C3 | 40 | 55 | 0 | 43 | 18 | 84 | 49 | 2C |
| Octal | 36 | 303 | 100 | 125 | 0 | 103 | 30 | 204 | 111 | 54 |
| Binary | 11110 | 11000011 | 1000000 | 1010101 | 0 | 1000011 | 11000 | 10000100 | 1001001 | 101100 |
Color Harmonies of #1EC340
Complementary color
Monochromatic Colors of #1EC340
Black with #1EC340
Text Example
Text Example
White with #1EC340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC340; }
p { color: rgb(30,195,64); }
H1.HeaderClassName
{
color: #1EC340;
}
.AnyTagClassName
{
color: #1EC340;
}
</style>
background-color css
<style>
a { background-color: #1EC340; }
a { background-color: rgb(30,195,64); }
div.DivClassName
{
background-color: #1EC340;
}
.BgClassName
{
background-color: #1EC340;
}
</style>
border-color css
<style>
span { border-color: #1EC340; }
span { border-color: rgb(30,195,64); }
td.TdClassName
{
border-color: #1EC340;
}
.TagClassName
{
border-color: #1EC340;
}
</style>