#1EA936

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

Shades of Dark Pastel Green #1EA936

Tints of Dark Pastel Green #1EA936

Color information

#1EA936 (or 0x1EA936) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, A9 and 36. RGB value is (30,169,54). Sum of RGB (Red+Green+Blue) = 30+169+54=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 169 (66.41% from 255 or 66.80% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 169 - color contains mainly: green. Hex color #1EA936 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EA936 is #E156C9. Grayscale: #727272. Windows color (decimal): -14767818 or 3582238. OLE color: 3582238.

HSL color Cylindrical-coordinate representation of color #1EA936: hue angle of 130.36º 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 #1EA936 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB3016954-
CMYK0.8200.680.34
HSL130.36º69.85%39.02%-
HSV(B)130.36º82.25%66.27%-
XYZ15.3928.928.26-
YUV114.3393.9567.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.86%
GREEN value IS 169 (66.41% from 255) = 66.80%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=11.86%
G=66.80%
B=21.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal30169540.8200.680.34130.3669.8539.02
Hex1EA9365204422824627
Octal362516612201044220210647
Binary1111010101001110110101001001000100100010100000101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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