#1EAE39

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

Shades of Dark Pastel Green #1EAE39

Tints of Dark Pastel Green #1EAE39

Color information

#1EAE39 (or 0x1EAE39) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AE and 39. RGB value is (30,174,57). Sum of RGB (Red+Green+Blue) = 30+174+57=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 174 (68.36% from 255 or 66.67% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAE39 is #E151C6. Grayscale: #757575. Windows color (decimal): -14766535 or 3780126. OLE color: 3780126.

HSL color Cylindrical-coordinate representation of color #1EAE39: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAE39 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB3017457-
CMYK0.8300.670.32
HSL131.25º70.59%40%-
HSV(B)131.25º82.76%68.24%-
XYZ16.4130.848.96-
YUV117.6193.7965.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 174 (68.36% from 255) = 66.67%
BLUE value IS 57 (22.66% from 255) = 21.84%
R=11.49%
G=66.67%
B=21.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174570.8300.670.32131.2570.5940
Hex1EAE395304320834728
Octal362567112301034020310750
Binary1111010101110111001101001101000011100000100000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,174,57); }

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

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

 a { background-color: rgb(30,174,57); }

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

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

 span { border-color: rgb(30,174,57); }

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