#1EA938

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

Shades of Dark Pastel Green #1EA938

Tints of Dark Pastel Green #1EA938

Color information

#1EA938 (or 0x1EA938) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, A9 and 38. RGB value is (30,169,56). Sum of RGB (Red+Green+Blue) = 30+169+56=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 169 (66.41% from 255 or 66.27% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA938 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA938 is #E156C7. Grayscale: #727272. Windows color (decimal): -14767816 or 3713310. OLE color: 3713310.

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

Color convert

RGB3016956-
CMYK0.8200.670.34
HSL131.22º69.85%39.02%-
HSV(B)131.22º82.25%66.27%-
XYZ15.4428.948.51-
YUV114.5694.9567.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 169 (66.41% from 255) = 66.27%
BLUE value IS 56 (22.27% from 255) = 21.96%
R=11.76%
G=66.27%
B=21.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30169560.8200.670.34131.2269.8539.02
Hex1EA9385204322834627
Octal362517012201034220310647
Binary1111010101001111000101001001000011100010100000111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,169,56); }

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

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

 a { background-color: rgb(30,169,56); }

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

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

 span { border-color: rgb(30,169,56); }

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