#1EBA4F

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

Shades of Dark Pastel Green #1EBA4F

Tints of Dark Pastel Green #1EBA4F

Color information

#1EBA4F (or 0x1EBA4F) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 4F. RGB value is (30,186,79). Sum of RGB (Red+Green+Blue) = 30+186+79=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EBA4F is #E145B0. Grayscale: #7F7F7F. Windows color (decimal): -14763441 or 5224990. OLE color: 5224990.

HSL color Cylindrical-coordinate representation of color #1EBA4F: hue angle of 138.85º 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 #1EBA4F is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB3018679-
CMYK0.8400.580.27
HSL138.85º72.22%42.35%-
HSV(B)138.85º83.87%72.94%-
XYZ19.5135.9613.31-
YUV127.16100.8258.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.17%
GREEN value IS 186 (73.05% from 255) = 63.05%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=10.17%
G=63.05%
B=26.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186790.8400.580.27138.8572.2242.35
Hex1EBA4F5403A1B8b482a
Octal362721171240723321311052
Binary111101011101010011111010100011101011011100010111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,186,79); }

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

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

 a { background-color: rgb(30,186,79); }

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

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

 span { border-color: rgb(30,186,79); }

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