#1EAE45

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

Shades of Dark Pastel Green #1EAE45

Tints of Dark Pastel Green #1EAE45

Color information

#1EAE45 (or 0x1EAE45) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AE and 45. RGB value is (30,174,69). Sum of RGB (Red+Green+Blue) = 30+174+69=273 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.99% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #1EAE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAE45 is #E151BA. Grayscale: #777777. Windows color (decimal): -14766523 or 4566558. OLE color: 4566558.

HSL color Cylindrical-coordinate representation of color #1EAE45: hue angle of 136.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 #1EAE45 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB3017469-
CMYK0.8300.600.32
HSL136.25º70.59%40%-
HSV(B)136.25º82.76%68.24%-
XYZ16.7530.9810.73-
YUV118.9799.7964.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.99%
GREEN value IS 174 (68.36% from 255) = 63.74%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=10.99%
G=63.74%
B=25.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30174690.8300.600.32136.2570.5940
Hex1EAE455303C20884728
Octal362561051230744021010750
Binary1111010101110100010110100110111100100000100010001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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