#1EA73A

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

Shades of Dark Pastel Green #1EA73A

Tints of Dark Pastel Green #1EA73A

Color information

#1EA73A (or 0x1EA73A) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, A7 and 3A. RGB value is (30,167,58). Sum of RGB (Red+Green+Blue) = 30+167+58=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 167 (65.62% from 255 or 65.49% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 167 - color contains mainly: green. Hex color #1EA73A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA73A is #E158C5. Grayscale: #717171. Windows color (decimal): -14768326 or 3843870. OLE color: 3843870.

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

Color convert

RGB3016758-
CMYK0.8200.650.35
HSL132.26º69.54%38.63%-
HSV(B)132.26º82.04%65.49%-
XYZ15.1228.228.65-
YUV113.6196.6168.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 167 (65.62% from 255) = 65.49%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=11.76%
G=65.49%
B=22.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal30167580.8200.650.35132.2669.5438.63
Hex1EA73A5204123844627
Octal362477212201014320410647
Binary1111010100111111010101001001000001100011100001001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,167,58); }

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

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

 a { background-color: rgb(30,167,58); }

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

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

 span { border-color: rgb(30,167,58); }

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