COLOR #1D724A

HEX: #1D724A RGB: (29,114,74)

Color info

#1D724A contains mainly green and blue colors. Web safe color of #1D724A is #336633 (or #363).

RGB color model

#1D724A color RGB value is (29,114,74).

RGB: (29,114,74) (11%, 45%, 29%)

RGB channels and saturation

R 29 of 255 = 11%
G 114 of 255 = 45%
B 74 of 255 = 29%

29
114
74

R + G + B ~ 28%. #1D724A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 114 + 74 = 217 (100%)
R 29 of 217 ~ 13.36%
G 114 of 217 ~ 52.53%
B 74 of 217 ~ 34.1'%

%13.36
%52.53
%34.1

CMYK color model

#1D724A color CMYK value is (75,0,35,55).

  • cyan value is 74.56%
  • magenta value is 0.00%
  • yellow value is 35.09%
  • key color value is 55.29%
CMYK: (75,0,35,55) C75M0Y35K55 (75%,0%,35%,55%) (0.75/0.00/0.35/0.55) 

CMYK percentages

%74.56
%0
%35.09
%55.29

Codes

Color #1D724A in popluar color models

1D 72 4A
RGB 29 114 74
HSL 152° 59.44% 28.04%
HSB/HSV 152° 74.56% 44.71%
CMYK 74.56% 0.00% 35.09%
55.29%

Color #1D724A in popluar number systems.

HEX 1D 72 4A
Decimal 29 114 74
Binary 11101 1110010 1001010
Octal 35 162 112

Shades and tints

Shades of #1D724A

#1D724A
(29,114,74)
#1B6844
(27,104,68)
#195E3E
(25,94,62)
#175438
(23,84,56)
#154A32
(21,74,50)
#13402C
(19,64,44)
#113626
(17,54,38)
#0F2C20
(15,44,32)
#0D221A
(13,34,26)
#0B1814
(11,24,20)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #1D724A

#1D724A
(29,114,74)
#317E5A
(49,126,90)
#458A6A
(69,138,106)
#59967A
(89,150,122)
#6DA28A
(109,162,138)
#81AE9A
(129,174,154)
#95BAAA
(149,186,170)
#A9C6BA
(169,198,186)
#BDD2CA
(189,210,202)
#D1DEDA
(209,222,218)
#E5EAEA
(229,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D724A color. Also use rgb(29,114,74) instead hex code.

Text Font Color

.myTextColor { color: #1D724A; }

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

This text font color is #1D724A.

Background Color

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

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

This div background color is #1D724A.

Border color

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

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

This div border color is #1D724A.

Opacity

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

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

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

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

This text has shadow with #1D724A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D724A.

Preview

Color preview on black background

This text has color #1D724A on black background.


Color preview on white background

This text has color #1D724A on white background.


Black color preview on #1D724A background

This text has black color on #1D724A background.


White color preview on #1D724A background

This text has white color on #1D724A background.


Related colors

Complementary color

Complementary color for #hex is #E28DB5.


I love getcolorcode.com

Triadic colors

1 #4A1D72 and #724A1D with #1D724A are triadic colors.

2 #4A721D and #721D4A with #1D724A are triadic colors.