COLOR #1E7D41

HEX: #1E7D41 RGB: (30,125,65)

Color info

#1E7D41 contains mainly green color. Web safe color of #1E7D41 is #336633 (or #363).

RGB color model

#1E7D41 color RGB value is (30,125,65).

RGB: (30,125,65) (12%, 49%, 25%)

RGB channels and saturation

R 30 of 255 = 12%
G 125 of 255 = 49%
B 65 of 255 = 25%

30
125
65

R + G + B ~ 29%. #1E7D41 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 125 + 65 = 220 (100%)
R 30 of 220 ~ 13.64%
G 125 of 220 ~ 56.82%
B 65 of 220 ~ 29.55'%

%13.64
%56.82
%29.55

CMYK color model

#1E7D41 color CMYK value is (76,0,48,51).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 48.00%
  • key color value is 50.98%

CMYK: (76,0,48,51)
C76M0Y48K51 (76%, 0%, 48%, 51%)
(0.76 / 0.00 / 0.48 / 0.51)

CMYK percentages

%76
%0
%48
%50.98

Codes

Color #1E7D41 in popluar color models

1E 7D 41
RGB 30 125 65
HSL 142° 61.29% 30.39%
HSB/HSV 142° 76.00% 49.02%
CMYK 76.00% 0.00% 48.00%
50.98%

Color #1E7D41 in popluar number systems.

HEX 1E 7D 41
Decimal 30 125 65
Binary 11110 1111101 1000001
Octal 36 175 101

Shades and tints

Shades of #1E7D41

#1E7D41
(30,125,65)
#1C723C
(28,114,60)
#1A6737
(26,103,55)
#185C32
(24,92,50)
#16512D
(22,81,45)
#144628
(20,70,40)
#123B23
(18,59,35)
#10301E
(16,48,30)
#0E2519
(14,37,25)
#0C1A14
(12,26,20)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #1E7D41

#1E7D41
(30,125,65)
#328852
(50,136,82)
#469363
(70,147,99)
#5A9E74
(90,158,116)
#6EA985
(110,169,133)
#82B496
(130,180,150)
#96BFA7
(150,191,167)
#AACAB8
(170,202,184)
#BED5C9
(190,213,201)
#D2E0DA
(210,224,218)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7D41 color. Also use rgb(30,125,65) instead hex code.

Text Font Color

.myTextColor { color: #1E7D41; }

<p style="color:#1E7D41">This sample text font color is #1E7D41.</p>

This text font color is #1E7D41.

Background Color

.myBgColor { background-color: #1E7D41; }

<div style="background-color:#1E7D41">Inner text</div>

This div background color is #1E7D41.

Border color

.myBorderColor { border: 1px solid #1E7D41; }

<div style="border:3px solid #1E7D41">Div</div>

This div border color is #1E7D41.

Opacity

.myOpacity80 { color: #1E7D41; opacity: 0.8; }

<p style="color:#1E7D41;opacity:0.8;">80%</p>

Text with #1E7D41 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1E7D41;}

<p style="text-shadow: 3px 3px 1px #1E7D41">Text here.</p>

This text has shadow with #1E7D41 color.


.textShadow {text-shadow: 3px 3px 1px #1E7D41', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1E7D41, 5px 5px 20px red">Text here.</p>

This text has shadow with #1E7D41 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1E7D41, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1E7D41, Direction=45, Strength=4)">Text</p>

This text has shadow with #1E7D41 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #1E7D41;
-webkit-box-shadow: 1px 1px 3px 2px #1E7D41;
box-shadow: 1px 1px 3px 2px #1E7D41;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1E7D41; -webkit-box-shadow: 1px 1px 3px 2px #1E7D41; box-shadow:1px 1px 3px 2px #1E7D41;">
Div content here
</div>

This div box has shadow with color #1E7D41.

Preview

Color preview on black background

This text has color #1E7D41 on black background.


Color preview on white background

This text has color #1E7D41 on white background.


Black color preview on #1E7D41 background

This text has black color on #1E7D41 background.


White color preview on #1E7D41 background

This text has white color on #1E7D41 background.


Related colors

Complementary color

Complementary color for #hex is #E182BE.


I love getcolorcode.com

Triadic colors

1 #411E7D and #7D411E with #1E7D41 are triadic colors.

2 #417D1E and #7D1E41 with #1E7D41 are triadic colors.