#1EB248

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

Shades of Dark Pastel Green #1EB248

Tints of Dark Pastel Green #1EB248

Color information

#1EB248 (or 0x1EB248) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, B2 and 48. RGB value is (30,178,72). Sum of RGB (Red+Green+Blue) = 30+178+72=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 178 (69.92% from 255 or 63.57% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB248 is #E14DB7. Grayscale: #797979. Windows color (decimal): -14765496 or 4764190. OLE color: 4764190.

HSL color Cylindrical-coordinate representation of color #1EB248: hue angle of 137.03º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB248 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB3017872-
CMYK0.8300.600.30
HSL137.03º71.15%40.78%-
HSV(B)137.03º83.15%69.8%-
XYZ17.6332.5811.49-
YUV121.6699.9762.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.71%
GREEN value IS 178 (69.92% from 255) = 63.57%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=10.71%
G=63.57%
B=25.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal30178720.8300.600.30137.0371.1540.78
Hex1EB2485303C1E894729
Octal362621101230743621110751
Binary111101011001010010001010011011110011110100010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,178,72); }

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

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

 a { background-color: rgb(30,178,72); }

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

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

 span { border-color: rgb(30,178,72); }

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