#1ea572

Color #1EA572 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1EA572

Tints of Mountain Meadow #1EA572

Color information

#1EA572 (or 0x1EA572) is unknown color: approx Mountain Meadow. HEX triplet: 1E, A5 and 72. RGB value is (30,165,114). Sum of RGB (Red+Green+Blue) = 30+165+114=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #1EA572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA572 is #E15A8D. Grayscale: #767676. Windows color (decimal): -14768782 or 7513374. OLE color: 7513374.

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

Color convert

RGB30165114-
CMYK0.8200.310.35
HSL157.33º69.23%38.24%-
HSV(B)157.33º81.82%64.71%-
XYZ17.0328.420.5-
YUV118.82125.2764.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.71%
GREEN value IS 165 (64.84% from 255) = 53.40%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=9.71%
G=53.40%
B=36.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301651140.8200.310.35157.3369.2338.24
Hex1EA5725201F239d4526
Octal362451621220374323510546
Binary111101010010111100101010010011111100011100111011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ea572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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