#1EAF4A

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

Shades of Dark Pastel Green #1EAF4A

Tints of Dark Pastel Green #1EAF4A

Color information

#1EAF4A (or 0x1EAF4A) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AF and 4A. RGB value is (30,175,74). Sum of RGB (Red+Green+Blue) = 30+175+74=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAF4A is #E150B5. Grayscale: #787878. Windows color (decimal): -14766262 or 4894494. OLE color: 4894494.

HSL color Cylindrical-coordinate representation of color #1EAF4A: hue angle of 138.21º 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 #1EAF4A is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB3017574-
CMYK0.8300.580.31
HSL138.21º70.73%40.2%-
HSV(B)138.21º82.86%68.63%-
XYZ17.131.4311.64-
YUV120.13101.9663.71-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.75%
GREEN value IS 175 (68.75% from 255) = 62.72%
BLUE value IS 74 (29.30% from 255) = 26.52%
R=10.75%
G=62.72%
B=26.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal30175740.8300.580.31138.2170.7340.2
Hex1EAF4A5303A1F8a4728
Octal362571121230723721210750
Binary111101010111110010101010011011101011111100010101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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