#1EA33E

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

Shades of Dark Pastel Green #1EA33E

Tints of Dark Pastel Green #1EA33E

Color information

#1EA33E (or 0x1EA33E) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, A3 and 3E. RGB value is (30,163,62). Sum of RGB (Red+Green+Blue) = 30+163+62=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 163 (64.06% from 255 or 63.92% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA33E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA33E is #E15CC1. Grayscale: #6F6F6F. Windows color (decimal): -14769346 or 4104990. OLE color: 4104990.

HSL color Cylindrical-coordinate representation of color #1EA33E: hue angle of 134.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA33E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB3016362-
CMYK0.8200.620.36
HSL134.44º68.91%37.84%-
HSV(B)134.44º81.6%63.92%-
XYZ14.526.828.97-
YUV111.7299.9469.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 163 (64.06% from 255) = 63.92%
BLUE value IS 62 (24.61% from 255) = 24.31%
R=11.76%
G=63.92%
B=24.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30163620.8200.620.36134.4468.9137.84
Hex1EA33E5203E24864526
Octal36243761220764420610546
Binary111101010001111111010100100111110100100100001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,163,62); }

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

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

 a { background-color: rgb(30,163,62); }

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

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

 span { border-color: rgb(30,163,62); }

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