Html Css Color HEX #1EA540 Dark Pastel Green

📋 copy color: '#1EA540'

red 30 ◦ green 165 ◦ blue 64

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

Shades of Dark Pastel Green #1EA540

Tints of Dark Pastel Green #1EA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.71%

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

R = 11.58%
G = 63.71%
B = 24.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#1EA540 (or 0x1EA540) is known color: Dark Pastel Green. HEX triplet: 1E, A5 and 40. RGB value is (30,165,64). Sum of RGB (Red+Green+Blue) = 30+165+64=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 165 (64.84% from 255 or 63.71% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA540 is #E15ABF. Grayscale: #717171. Windows color (decimal): -14768832 or 4236574. OLE color: 4236574.

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

Color convert

RGB 30 165 64 -
CMYK 0.82 0 0.61 0.35
HSL 135.11º 0.69% 0.38% -
HSV(B) 135.11º 0.82% 0.65% -
XYZ 14.92 27.56 9.38 -
YUV 113.12 100.27 68.71 -
System Red Green Blue C M Y K H S L
Decimal 30 165 64 0.82 0 0.61 0.35 135.11 0.69 0.38
Hex 1E A5 40 52 0 3D 23 87 45 26
Octal 36 245 100 122 0 75 43 207 105 46
Binary 11110 10100101 1000000 1010010 0 111101 100011 10000111 1000101 100110

Color Harmonies of #1EA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA540

Black with #1EA540

Text Example


Text Example

White with #1EA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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