#1EB958

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

Shades of Pigment Green #1EB958

Tints of Pigment Green #1EB958

Color information

#1EB958 (or 0x1EB958) is unknown color: approx Pigment Green. HEX triplet: 1E, B9 and 58. RGB value is (30,185,88). Sum of RGB (Red+Green+Blue) = 30+185+88=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #1EB958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EB958 is #E146A7. Grayscale: #7F7F7F. Windows color (decimal): -14763688 or 5814558. OLE color: 5814558.

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

Color convert

RGB3018588-
CMYK0.8400.520.27
HSL142.45º72.09%42.16%-
HSV(B)142.45º83.78%72.55%-
XYZ19.6535.6815.08-
YUV127.6105.6558.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.90%
GREEN value IS 185 (72.66% from 255) = 61.06%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=9.90%
G=61.06%
B=29.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30185880.8400.520.27142.4572.0942.16
Hex1EB958540341B8e482a
Octal362711301240643321611052
Binary111101011100110110001010100011010011011100011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,185,88); }

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

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

 a { background-color: rgb(30,185,88); }

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

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

 span { border-color: rgb(30,185,88); }

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