COLOR #1D762F

HEX: #1D762F RGB: (29,118,47)

Color info

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

RGB color model

#1D762F color RGB value is (29,118,47).

RGB: (29,118,47) (11%, 46%, 18%)

RGB channels and saturation

R 29 of 255 = 11%
G 118 of 255 = 46%
B 47 of 255 = 18%

29
118
47

R + G + B ~ 25%. #1D762F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 29 + 118 + 47 = 194 (100%)
R 29 of 194 ~ 14.95%
G 118 of 194 ~ 60.82%
B 47 of 194 ~ 24.23'%

%14.95
%60.82
%24.23

CMYK color model

#1D762F color CMYK value is (75,0,60,54).

  • cyan value is 75.42%
  • magenta value is 0.00%
  • yellow value is 60.17%
  • key color value is 53.73%

CMYK: (75,0,60,54)
C75M0Y60K54 (75%, 0%, 60%, 54%)
(0.75 / 0.00 / 0.60 / 0.54)

CMYK percentages

%75.42
%0
%60.17
%53.73

Codes

Color #1D762F in popluar color models

1D 76 2F
RGB 29 118 47
HSL 132° 60.54% 28.82%
HSB/HSV 132° 75.42% 46.27%
CMYK 75.42% 0.00% 60.17%
53.73%

Color #1D762F in popluar number systems.

HEX 1D 76 2F
Decimal 29 118 47
Binary 11101 1110110 101111
Octal 35 166 57

Shades and tints

Shades of #1D762F

#1D762F
(29,118,47)
#1B6C2B
(27,108,43)
#196227
(25,98,39)
#175823
(23,88,35)
#154E1F
(21,78,31)
#13441B
(19,68,27)
#113A17
(17,58,23)
#0F3013
(15,48,19)
#0D260F
(13,38,15)
#0B1C0B
(11,28,11)
#091207
(9,18,7)
#000000
(0,0,0)

Tints of #1D762F

#1D762F
(29,118,47)
#318241
(49,130,65)
#458E53
(69,142,83)
#599A65
(89,154,101)
#6DA677
(109,166,119)
#81B289
(129,178,137)
#95BE9B
(149,190,155)
#A9CAAD
(169,202,173)
#BDD6BF
(189,214,191)
#D1E2D1
(209,226,209)
#E5EEE3
(229,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D762F color. Also use rgb(29,118,47) instead hex code.

Text Font Color

.myTextColor { color: #1D762F; }

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

This text font color is #1D762F.

Background Color

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

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

This div background color is #1D762F.

Border color

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

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

This div border color is #1D762F.

Opacity

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

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

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

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

This text has shadow with #1D762F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1D762F.

Preview

Color preview on black background

This text has color #1D762F on black background.


Color preview on white background

This text has color #1D762F on white background.


Black color preview on #1D762F background

This text has black color on #1D762F background.


White color preview on #1D762F background

This text has white color on #1D762F background.


Related colors

Complementary color

Complementary color for #hex is #E289D0.


I love getcolorcode.com

Triadic colors

1 #2F1D76 and #762F1D with #1D762F are triadic colors.

2 #2F761D and #761D2F with #1D762F are triadic colors.