#1EBA4B

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

Shades of Dark Pastel Green #1EBA4B

Tints of Dark Pastel Green #1EBA4B

Color information

#1EBA4B (or 0x1EBA4B) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, BA and 4B. RGB value is (30,186,75). Sum of RGB (Red+Green+Blue) = 30+186+75=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBA4B is #E145B4. Grayscale: #7E7E7E. Windows color (decimal): -14763445 or 4962846. OLE color: 4962846.

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

Color convert

RGB3018675-
CMYK0.8400.600.27
HSL137.31º72.22%42.35%-
HSV(B)137.31º83.87%72.94%-
XYZ19.3635.912.57-
YUV126.798.8259.03-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.31%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=10.31%
G=63.92%
B=25.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal30186750.8400.600.27137.3172.2242.35
Hex1EBA4B5403C1B89482a
Octal362721131240743321111052
Binary111101011101010010111010100011110011011100010011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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