#1EBA3C

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

Shades of Dark Pastel Green #1EBA3C

Tints of Dark Pastel Green #1EBA3C

Color information

#1EBA3C (or 0x1EBA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 3C. RGB value is (30,186,60). Sum of RGB (Red+Green+Blue) = 30+186+60=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA3C is #E145C3. Grayscale: #7D7D7D. Windows color (decimal): -14763460 or 3979806. OLE color: 3979806.

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

Color convert

RGB3018660-
CMYK0.8400.680.27
HSL131.54º72.22%42.35%-
HSV(B)131.54º83.87%72.94%-
XYZ18.9135.7210.17-
YUV124.9991.3260.25-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.87%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=10.87%
G=67.39%
B=21.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186600.8400.680.27131.5472.2242.35
Hex1EBA3C540441B84482a
Octal362727412401043320411052
Binary111101011101011110010101000100010011011100001001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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