#1EAB36

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

Shades of Dark Pastel Green #1EAB36

Tints of Dark Pastel Green #1EAB36

Color information

#1EAB36 (or 0x1EAB36) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AB and 36. RGB value is (30,171,54). Sum of RGB (Red+Green+Blue) = 30+171+54=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #1EAB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAB36 is #E154C9. Grayscale: #737373. Windows color (decimal): -14767306 or 3582750. OLE color: 3582750.

HSL color Cylindrical-coordinate representation of color #1EAB36: hue angle of 130.21º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EAB36 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB3017154-
CMYK0.8200.680.33
HSL130.21º70.15%39.41%-
HSV(B)130.21º82.46%67.06%-
XYZ15.7629.678.39-
YUV115.593.2967.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 171 (67.19% from 255) = 67.06%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=11.76%
G=67.06%
B=21.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30171540.8200.680.33130.2170.1539.41
Hex1EAB365204421824627
Octal362536612201044120210647
Binary1111010101011110110101001001000100100001100000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,171,54); }

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

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

 a { background-color: rgb(30,171,54); }

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

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

 span { border-color: rgb(30,171,54); }

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