COLOR #1D995E

HEX: #1D995E
RGB: (29,153,94)

Color info

#1D995E contains mainly green and blue colors. Web safe color of #1D995E is #339966 (or #396).

RGB color model

#1D995E color RGB value is (29,153,94).

  • red value is 29;
  • green value is 153;
  • blue value is 94.
RGB:
(29,153,94)
(11%,60%,37%)

RGB channels and saturation

R 29 of 255 = 11%
G 153 of 255 = 60%
B 94 of 255 = 37%

29
153
94

R + G + B ~ 36%. #1D995E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 153 + 94 = 276 (100%)
R 29 of 276 ~ 10.51%
G 153 of 276 ~ 55.43%
B 94 of 276 ~ 34.06%

%10.51
%55.43
%34.06

CMYK color model

#1D995E color CMYK value is (81,0,39,40).

  • cyan value is 81.05%
  • magenta value is 0.00%
  • yellow value is 38.56%
  • key color value is 40.00%
CMYK:
(81,0,39,40)
C81M0Y39K40 
(81%,0%,39%,40%)
(0.81/0.00/0.39/0.40)	

CMYK percentages

%81.05
%0
%38.56
%40

Codes

Color #1D995E in popluar color models

1D995E
RGB2915394
HSL151°68.13%35.69%
HSB/HSV151°81.05%60.00%
CMYK81.05%0.00%38.56%
40.00%

Color #1D995E in popluar number systems.

HEX1D995E
Decimal2915394
Binary11101100110011011110
Octal35231136

Shades and tints

Shades of #1D995E

#1D995E
(29,153,94)
#1B8C56
(27,140,86)
#197F4E
(25,127,78)
#177246
(23,114,70)
#15653E
(21,101,62)
#135836
(19,88,54)
#114B2E
(17,75,46)
#0F3E26
(15,62,38)
#0D311E
(13,49,30)
#0B2416
(11,36,22)
#09170E
(9,23,14)
#000000
(0,0,0)

Tints of #1D995E

#1D995E
(29,153,94)
#31A26C
(49,162,108)
#45AB7A
(69,171,122)
#59B488
(89,180,136)
#6DBD96
(109,189,150)
#81C6A4
(129,198,164)
#95CFB2
(149,207,178)
#A9D8C0
(169,216,192)
#BDE1CE
(189,225,206)
#D1EADC
(209,234,220)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1D995E color. Also use rgb(29,153,94) instead hex code.

Text Font Color

.myTextColor { color: #1D995E; }

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

This text font color is #1D995E.


Background Color

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

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

This div background color is #1D995E.


Border color

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

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

This div border color is #1D995E.


Opacity

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

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

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

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

This text has shadow with #1D995E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1D995E on black background.


Color preview on white background

This text has color #1D995E on white background.



Black color preview on #1D995E background

This text has black color on #1D995E background.


White color preview on #1D995E background

This text has white color on #1D995E background.