#1EB384

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

Shades of Mountain Meadow #1EB384

Tints of Mountain Meadow #1EB384

Color information

#1EB384 (or 0x1EB384) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B3 and 84. RGB value is (30,179,132). Sum of RGB (Red+Green+Blue) = 30+179+132=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB384 is #E14C7B. Grayscale: #818181. Windows color (decimal): -14765180 or 8696606. OLE color: 8696606.

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

Color convert

RGB30179132-
CMYK0.8300.260.30
HSL161.07º71.29%40.98%-
HSV(B)161.07º83.24%70.2%-
XYZ20.8234.1827.33-
YUV129.09129.6457.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.80%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=8.80%
G=52.49%
B=38.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal301791320.8300.260.30161.0771.2940.98
Hex1EB3845301A1Ea14729
Octal362632041230323624110751
Binary111101011001110000100101001101101011110101000011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,179,132); }

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

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

 a { background-color: rgb(30,179,132); }

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

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

 span { border-color: rgb(30,179,132); }

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