#1EB852

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

Shades of Dark Pastel Green #1EB852

Tints of Dark Pastel Green #1EB852

Color information

#1EB852 (or 0x1EB852) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, B8 and 52. RGB value is (30,184,82). Sum of RGB (Red+Green+Blue) = 30+184+82=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB852 is #E147AD. Grayscale: #7E7E7E. Windows color (decimal): -14763950 or 5421086. OLE color: 5421086.

HSL color Cylindrical-coordinate representation of color #1EB852: hue angle of 140.26º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB852 is Cyan = 0.84, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB3018482-
CMYK0.8400.550.28
HSL140.26º71.96%41.96%-
HSV(B)140.26º83.7%72.16%-
XYZ19.235.1713.76-
YUV126.33102.9859.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.14%
GREEN value IS 184 (72.27% from 255) = 62.16%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=10.14%
G=62.16%
B=27.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal30184820.8400.550.28140.2671.9641.96
Hex1EB852540371C8c482a
Octal362701221240673421411052
Binary111101011100010100101010100011011111100100011001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,184,82); }

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

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

 a { background-color: rgb(30,184,82); }

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

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

 span { border-color: rgb(30,184,82); }

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