COLOR #1D730D

HEX: #1D730D
RGB: (29,115,13)

Color info

#1D730D contains mainly green color. Web safe color of #1D730D is #336600 (or #360).

RGB color model

#1D730D color RGB value is (29,115,13).

  • red value is 29;
  • green value is 115;
  • blue value is 13.
RGB:
(29,115,13)
(11%,45%,5%)

RGB channels and saturation

R 29 of 255 = 11%
G 115 of 255 = 45%
B 13 of 255 = 5%

29
115
13

R + G + B ~ 20%. #1D730D is dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 115 + 13 = 157 (100%)
R 29 of 157 ~ 18.47%
G 115 of 157 ~ 73.25%
B 13 of 157 ~ 8.28%

%18.47
%73.25

CMYK color model

#1D730D color CMYK value is (75,0,89,55).

  • cyan value is 74.78%
  • magenta value is 0.00%
  • yellow value is 88.70%
  • key color value is 54.90%
CMYK:
(75,0,89,55)
C75M0Y89K55 
(75%,0%,89%,55%)
(0.75/0.00/0.89/0.55)	

CMYK percentages

%74.78
%0
%88.7
%54.9

Codes

Color #1D730D in popluar color models

1D730D
RGB2911513
HSL111°79.69%25.10%
HSB/HSV111°88.70%45.10%
CMYK74.78%0.00%88.70%
54.90%

Color #1D730D in popluar number systems.

HEX1D730D
Decimal2911513
Binary1110111100111101
Octal3516315

Shades and tints

Shades of #1D730D

#1D730D
(29,115,13)
#1B690C
(27,105,12)
#195F0B
(25,95,11)
#17550A
(23,85,10)
#154B09
(21,75,9)
#134108
(19,65,8)
#113707
(17,55,7)
#0F2D06
(15,45,6)
#0D2305
(13,35,5)
#0B1904
(11,25,4)
#090F03
(9,15,3)
#000000
(0,0,0)

Tints of #1D730D

#1D730D
(29,115,13)
#317F23
(49,127,35)
#458B39
(69,139,57)
#59974F
(89,151,79)
#6DA365
(109,163,101)
#81AF7B
(129,175,123)
#95BB91
(149,187,145)
#A9C7A7
(169,199,167)
#BDD3BD
(189,211,189)
#D1DFD3
(209,223,211)
#E5EBE9
(229,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D730D color. Also use rgb(29,115,13) instead hex code.

Text Font Color

.myTextColor { color: #1D730D; }

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

This text font color is #1D730D.


Background Color

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

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

This div background color is #1D730D.


Border color

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

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

This div border color is #1D730D.


Opacity

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

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

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

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

This text has shadow with #1D730D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D730D on black background.


Color preview on white background

This text has color #1D730D on white background.



Black color preview on #1D730D background

This text has black color on #1D730D background.


White color preview on #1D730D background

This text has white color on #1D730D background.