Html Css Color HEX #1EA940 Dark Pastel Green

📋 copy color: '#1EA940'

red 30 ◦ green 169 ◦ blue 64

#1EA940
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #1EA940

Tints of Dark Pastel Green #1EA940

RGB

 RED value IS 30 (12.11% from 255) = 11.41%

 GREEN value IS 169 (66.41% from 255) = 64.26%

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 11.41%
G = 64.26%
B = 24.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#1EA940 (or 0x1EA940) is known color: Dark Pastel Green. HEX triplet: 1E, A9 and 40. RGB value is (30,169,64). Sum of RGB (Red+Green+Blue) = 30+169+64=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA940 is #E156BF. Grayscale: #737373. Windows color (decimal): -14767808 or 4237598. OLE color: 4237598.

HSL color Cylindrical-coordinate representation of color #1EA940: hue angle of 134.68º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA940 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 30 169 64 -
CMYK 0.82 0 0.62 0.34
HSL 134.68º 0.7% 0.39% -
HSV(B) 134.68º 0.82% 0.66% -
XYZ 15.65 29.02 9.63 -
YUV 115.47 98.95 67.04 -
System Red Green Blue C M Y K H S L
Decimal 30 169 64 0.82 0 0.62 0.34 134.68 0.7 0.39
Hex 1E A9 40 52 0 3E 22 87 46 27
Octal 36 251 100 122 0 76 42 207 106 47
Binary 11110 10101001 1000000 1010010 0 111110 100010 10000111 1000110 100111

Color Harmonies of #1EA940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA940

Black with #1EA940

Text Example


Text Example

White with #1EA940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,169,64); }

 H1.HeaderClassName
 {
   color: #1EA940;
 }
 .AnyTagClassName
 {
   color: #1EA940;
 }
</style>

background-color css

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

 a { background-color: rgb(30,169,64); }

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

border-color css

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

 span { border-color: rgb(30,169,64); }

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