#1EB572

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

Shades of Mountain Meadow #1EB572

Tints of Mountain Meadow #1EB572

Color information

#1EB572 (or 0x1EB572) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B5 and 72. RGB value is (30,181,114). Sum of RGB (Red+Green+Blue) = 30+181+114=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #1EB572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB572 is #E14A8D. Grayscale: #808080. Windows color (decimal): -14764686 or 7517470. OLE color: 7517470.

HSL color Cylindrical-coordinate representation of color #1EB572: hue angle of 153.38º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB572 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB30181114-
CMYK0.8300.370.29
HSL153.38º71.56%41.37%-
HSV(B)153.38º83.43%70.98%-
XYZ20.134.5421.53-
YUV128.21119.9757.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.23%
GREEN value IS 181 (71.09% from 255) = 55.69%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=9.23%
G=55.69%
B=35.08%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301811140.8300.370.29153.3871.5641.37
Hex1EB572530251D994829
Octal362651621230453523111051
Binary111101011010111100101010011010010111101100110011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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