#1ead41

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

Shades of Dark Pastel Green #1EAD41

Tints of Dark Pastel Green #1EAD41

Color information

#1EAD41 (or 0x1EAD41) is unknown color: approx Dark Pastel Green. HEX triplet: 1E, AD and 41. RGB value is (30,173,65). Sum of RGB (Red+Green+Blue) = 30+173+65=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 173 (67.97% from 255 or 64.55% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EAD41 is #E152BE. Grayscale: #767676. Windows color (decimal): -14766783 or 4304158. OLE color: 4304158.

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

Color convert

RGB3017365-
CMYK0.8300.620.32
HSL134.69º70.44%39.8%-
HSV(B)134.69º82.66%67.84%-
XYZ16.4330.5410.03-
YUV117.9398.1265.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.19%
GREEN value IS 173 (67.97% from 255) = 64.55%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=11.19%
G=64.55%
B=24.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal30173650.8300.620.32134.6970.4439.8
Hex1EAD415303E20874628
Octal362551011230764020710650
Binary1111010101101100000110100110111110100000100001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ead41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,173,65); }

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

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

 a { background-color: rgb(30,173,65); }

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

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

 span { border-color: rgb(30,173,65); }

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