Html Css Color HEX #1EAF40 Dark Pastel Green

📋 copy color: '#1EAF40'

red 30 ◦ green 175 ◦ blue 64

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

Shades of Dark Pastel Green #1EAF40

Tints of Dark Pastel Green #1EAF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 65.06%

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

R = 11.15%
G = 65.06%
B = 23.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#1EAF40 (or 0x1EAF40) is known color: Dark Pastel Green. HEX triplet: 1E, AF and 40. RGB value is (30,175,64). Sum of RGB (Red+Green+Blue) = 30+175+64=269 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.15% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF40 is #E150BF. Grayscale: #777777. Windows color (decimal): -14766272 or 4239134. OLE color: 4239134.

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

Color convert

RGB 30 175 64 -
CMYK 0.83 0 0.63 0.31
HSL 134.07º 0.71% 0.4% -
HSV(B) 134.07º 0.83% 0.69% -
XYZ 16.79 31.31 10.01 -
YUV 118.99 96.96 64.53 -
System Red Green Blue C M Y K H S L
Decimal 30 175 64 0.83 0 0.63 0.31 134.07 0.71 0.4
Hex 1E AF 40 53 0 3F 1F 86 47 28
Octal 36 257 100 123 0 77 37 206 107 50
Binary 11110 10101111 1000000 1010011 0 111111 11111 10000110 1000111 101000

Color Harmonies of #1EAF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF40

Black with #1EAF40

Text Example


Text Example

White with #1EAF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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