COLOR #1E6729

HEX: #1E6729
RGB: (30,103,41)

Color info

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

RGB color model

#1E6729 color RGB value is (30,103,41).

  • red value is 30;
  • green value is 103;
  • blue value is 41.
RGB:
(30,103,41)
(12%,40%,16%)

RGB channels and saturation

R 30 of 255 = 12%
G 103 of 255 = 40%
B 41 of 255 = 16%

30
103
41

R + G + B ~ 23%. #1E6729 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 103 + 41 = 174 (100%)
R 30 of 174 ~ 17.24%
G 103 of 174 ~ 59.2%
B 41 of 174 ~ 23.56%

%17.24
%59.2
%23.56

CMYK color model

#1E6729 color CMYK value is (71,0,60,60).

  • cyan value is 70.87%
  • magenta value is 0.00%
  • yellow value is 60.19%
  • key color value is 59.61%
CMYK:
(71,0,60,60)
C71M0Y60K60 
(71%,0%,60%,60%)
(0.71/0.00/0.60/0.60)	

CMYK percentages

%70.87
%0
%60.19
%59.61

Codes

Color #1E6729 in popluar color models

1E6729
RGB3010341
HSL129°54.89%26.08%
HSB/HSV129°70.87%40.39%
CMYK70.87%0.00%60.19%
59.61%

Color #1E6729 in popluar number systems.

HEX1E6729
Decimal3010341
Binary111101100111101001
Octal3614751

Shades and tints

Shades of #1E6729

#1E6729
(30,103,41)
#1C5E26
(28,94,38)
#1A5523
(26,85,35)
#184C20
(24,76,32)
#16431D
(22,67,29)
#143A1A
(20,58,26)
#123117
(18,49,23)
#102814
(16,40,20)
#0E1F11
(14,31,17)
#0C160E
(12,22,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #1E6729

#1E6729
(30,103,41)
#32743C
(50,116,60)
#46814F
(70,129,79)
#5A8E62
(90,142,98)
#6E9B75
(110,155,117)
#82A888
(130,168,136)
#96B59B
(150,181,155)
#AAC2AE
(170,194,174)
#BECFC1
(190,207,193)
#D2DCD4
(210,220,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6729 color. Also use rgb(30,103,41) instead hex code.

Text Font Color

.myTextColor { color: #1E6729; }

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

This text font color is #1E6729.


Background Color

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

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

This div background color is #1E6729.


Border color

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

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

This div border color is #1E6729.


Opacity

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

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

Text with #1E6729 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 #1E6729;}

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

This text has shadow with #1E6729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6729 on black background.


Color preview on white background

This text has color #1E6729 on white background.



Black color preview on #1E6729 background

This text has black color on #1E6729 background.


White color preview on #1E6729 background

This text has white color on #1E6729 background.