COLOR #295D15

HEX: #295D15
RGB: (41,93,21)

Color info

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

RGB color model

#295D15 color RGB value is (41,93,21).

  • red value is 41;
  • green value is 93;
  • blue value is 21.
RGB:
(41,93,21)
(16%,36%,8%)

RGB channels and saturation

R 41 of 255 = 16%
G 93 of 255 = 36%
B 21 of 255 = 8%

41
93
21

R + G + B ~ 20%. #295D15 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 93 + 21 = 155 (100%)
R 41 of 155 ~ 26.45%
G 93 of 155 ~ 60%
B 21 of 155 ~ 13.55%

%26.45
%60
%13.55

CMYK color model

#295D15 color CMYK value is (56,0,77,64).

  • cyan value is 55.91%
  • magenta value is 0.00%
  • yellow value is 77.42%
  • key color value is 63.53%
CMYK:
(56,0,77,64)
C56M0Y77K64 
(56%,0%,77%,64%)
(0.56/0.00/0.77/0.64)	

CMYK percentages

%55.91
%0
%77.42
%63.53

Codes

Color #295D15 in popluar color models

295D15
RGB419321
HSL103°63.16%22.35%
HSB/HSV103°77.42%36.47%
CMYK55.91%0.00%77.42%
63.53%

Color #295D15 in popluar number systems.

HEX295D15
Decimal419321
Binary101001101110110101
Octal5113525

Shades and tints

Shades of #295D15

#295D15
(41,93,21)
#265514
(38,85,20)
#234D13
(35,77,19)
#204512
(32,69,18)
#1D3D11
(29,61,17)
#1A3510
(26,53,16)
#172D0F
(23,45,15)
#14250E
(20,37,14)
#111D0D
(17,29,13)
#0E150C
(14,21,12)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #295D15

#295D15
(41,93,21)
#3C6B2A
(60,107,42)
#4F793F
(79,121,63)
#628754
(98,135,84)
#759569
(117,149,105)
#88A37E
(136,163,126)
#9BB193
(155,177,147)
#AEBFA8
(174,191,168)
#C1CDBD
(193,205,189)
#D4DBD2
(212,219,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #295D15 color. Also use rgb(41,93,21) instead hex code.

Text Font Color

.myTextColor { color: #295D15; }

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

This text font color is #295D15.


Background Color

.myBgColor { background-color: #295D15; }

<div style="background-color:#295D15">Inner text</div>

This div background color is #295D15.


Border color

.myBorderColor { border: 1px solid #295D15; }

<div style="border:3px solid #295D15">Div</div>

This div border color is #295D15.


Opacity

.myOpacity80 { color: #295D15; opacity: 0.8; }

<p style="color:#295D15;opacity:0.8;">80%</p>

Text with #295D15 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 #295D15;}

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

This text has shadow with #295D15 color.

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

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

This text has shadow with #295D15 primary color and red secondary color.


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

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

This text has shadow with #295D15 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #295D15 on black background.


Color preview on white background

This text has color #295D15 on white background.



Black color preview on #295D15 background

This text has black color on #295D15 background.


White color preview on #295D15 background

This text has white color on #295D15 background.