#1EC041

Color #1EC041 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1EC041

Tints of Dark Pastel Green #1EC041

Color information

#1EC041 (or 0x1EC041) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, C0 and 41. RGB value is (30,192,65). Sum of RGB (Red+Green+Blue) = 30+192+65=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #1EC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC041 is #E13FBE. Grayscale: #818181. Windows color (decimal): -14761919 or 4309022. OLE color: 4309022.

HSL color Cylindrical-coordinate representation of color #1EC041: hue angle of 132.96º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC041 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB3019265-
CMYK0.8400.660.25
HSL132.96º72.97%43.53%-
HSV(B)132.96º84.38%75.29%-
XYZ20.3438.3611.33-
YUV129.0891.8357.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 192 (75.39% from 255) = 66.90%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=10.45%
G=66.90%
B=22.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30192650.8400.660.25132.9672.9743.53
Hex1EC041540421985492c
Octal3630010112401023120511154
Binary1111011000000100000110101000100001011001100001011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EC041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EC041; }

 p { color: rgb(30,192,65); }

 H1.HeaderClassName
 {
   color: #1EC041;
 }
 .AnyTagClassName
 {
   color: #1EC041;
 }
</style>
background-color css

<style>
 a { background-color: #1EC041; }

 a { background-color: rgb(30,192,65); }

 div.DivClassName
 {
   background-color: #1EC041;
 }
 .BgClassName
 {
   background-color: #1EC041;
 }
</style>
border-color css

<style>
 span { border-color: #1EC041; }

 span { border-color: rgb(30,192,65); }

 td.TdClassName
 {
   border-color: #1EC041;
 }
 .TagClassName
 {
   border-color: #1EC041;
 }
</style>