#1EAC32

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

Shades of Dark Pastel Green #1EAC32

Tints of Dark Pastel Green #1EAC32

Color information

#1EAC32 (or 0x1EAC32) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AC and 32. RGB value is (30,172,50). Sum of RGB (Red+Green+Blue) = 30+172+50=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 172 (67.58% from 255 or 68.25% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 172 - color contains mainly: green. Hex color #1EAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAC32 is #E153CD. Grayscale: #737373. Windows color (decimal): -14767054 or 3320862. OLE color: 3320862.

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

Color convert

RGB3017250-
CMYK0.8300.710.33
HSL128.45º70.3%39.61%-
HSV(B)128.45º82.56%67.45%-
XYZ15.8630.017.97-
YUV115.6390.9666.92-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 172 (67.58% from 255) = 68.25%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=11.90%
G=68.25%
B=19.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal30172500.8300.710.33128.4570.339.61
Hex1EAC325304721804628
Octal362546212301074120010650
Binary1111010101100110010101001101000111100001100000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,172,50); }

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

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

 a { background-color: rgb(30,172,50); }

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

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

 span { border-color: rgb(30,172,50); }

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