COLOR #1D5004

HEX: #1D5004 RGB: (29,80,4)

Color info

#1D5004 contains mainly red and green colors. Web safe color of #1D5004 is #336600 (or #360).

RGB color model

#1D5004 color RGB value is (29,80,4).

RGB: (29,80,4) (11%, 31%, 2%)

RGB channels and saturation

R 29 of 255 = 11%
G 80 of 255 = 31%
B 4 of 255 = 2%

29
80
4

R + G + B ~ 15%. #1D5004 is dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 80 + 4 = 113 (100%)
R 29 of 113 ~ 25.66%
G 80 of 113 ~ 70.8%
B 4 of 113 ~ 3.54'%

%25.66
%70.8

CMYK color model

#1D5004 color CMYK value is (64,0,95,69).

  • cyan value is 63.75%
  • magenta value is 0.00%
  • yellow value is 95.00%
  • key color value is 68.63%

CMYK: (64,0,95,69)
C64M0Y95K69 (64%, 0%, 95%, 69%)
(0.64 / 0.00 / 0.95 / 0.69)

CMYK percentages

%63.75
%0
%95
%68.63

Codes

Color #1D5004 in popluar color models

1D 50 04
RGB 29 80 4
HSL 100° 90.48% 16.47%
HSB/HSV 100° 95.00% 31.37%
CMYK 63.75% 0.00% 95.00%
68.63%

Color #1D5004 in popluar number systems.

HEX 1D 50 04
Decimal 29 80 4
Binary 11101 1010000 100
Octal 35 120 4

Shades and tints

Shades of #1D5004

#1D5004
(29,80,4)
#1B4904
(27,73,4)
#194204
(25,66,4)
#173B04
(23,59,4)
#153404
(21,52,4)
#132D04
(19,45,4)
#112604
(17,38,4)
#0F1F04
(15,31,4)
#0D1804
(13,24,4)
#0B1104
(11,17,4)
#090A04
(9,10,4)
#000000
(0,0,0)

Tints of #1D5004

#1D5004
(29,80,4)
#315F1A
(49,95,26)
#456E30
(69,110,48)
#597D46
(89,125,70)
#6D8C5C
(109,140,92)
#819B72
(129,155,114)
#95AA88
(149,170,136)
#A9B99E
(169,185,158)
#BDC8B4
(189,200,180)
#D1D7CA
(209,215,202)
#E5E6E0
(229,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D5004 color. Also use rgb(29,80,4) instead hex code.

Text Font Color

.myTextColor { color: #1D5004; }

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

This text font color is #1D5004.

Background Color

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

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

This div background color is #1D5004.

Border color

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

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

This div border color is #1D5004.

Opacity

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

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

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

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

This text has shadow with #1D5004 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D5004.

Preview

Color preview on black background

This text has color #1D5004 on black background.


Color preview on white background

This text has color #1D5004 on white background.


Black color preview on #1D5004 background

This text has black color on #1D5004 background.


White color preview on #1D5004 background

This text has white color on #1D5004 background.


Related colors

Complementary color

Complementary color for #hex is #E2AFFB.


I love getcolorcode.com

Triadic colors

1 #041D50 and #50041D with #1D5004 are triadic colors.

2 #04501D and #501D04 with #1D5004 are triadic colors.