COLOR #296E48

HEX: #296E48
RGB: (41,110,72)

Color info

#296E48 contains mainly green and blue colors. Web safe color of #296E48 is #336633 (or #363).

RGB color model

#296E48 color RGB value is (41,110,72).

  • red value is 41;
  • green value is 110;
  • blue value is 72.
RGB:
(41,110,72)
(16%,43%,28%)

RGB channels and saturation

R 41 of 255 = 16%
G 110 of 255 = 43%
B 72 of 255 = 28%

41
110
72

R + G + B ~ 29%. #296E48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 110 + 72 = 223 (100%)
R 41 of 223 ~ 18.39%
G 110 of 223 ~ 49.33%
B 72 of 223 ~ 32.29%

%18.39
%49.33
%32.29

CMYK color model

#296E48 color CMYK value is (63,0,35,57).

  • cyan value is 62.73%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 56.86%
CMYK:
(63,0,35,57)
C63M0Y35K57 
(63%,0%,35%,57%)
(0.63/0.00/0.35/0.57)	

CMYK percentages

%62.73
%0
%34.55
%56.86

Codes

Color #296E48 in popluar color models

296E48
RGB4111072
HSL147°45.70%29.61%
HSB/HSV147°62.73%43.14%
CMYK62.73%0.00%34.55%
56.86%

Color #296E48 in popluar number systems.

HEX296E48
Decimal4111072
Binary10100111011101001000
Octal51156110

Shades and tints

Shades of #296E48

#296E48
(41,110,72)
#266442
(38,100,66)
#235A3C
(35,90,60)
#205036
(32,80,54)
#1D4630
(29,70,48)
#1A3C2A
(26,60,42)
#173224
(23,50,36)
#14281E
(20,40,30)
#111E18
(17,30,24)
#0E1412
(14,20,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #296E48

#296E48
(41,110,72)
#3C7B58
(60,123,88)
#4F8868
(79,136,104)
#629578
(98,149,120)
#75A288
(117,162,136)
#88AF98
(136,175,152)
#9BBCA8
(155,188,168)
#AEC9B8
(174,201,184)
#C1D6C8
(193,214,200)
#D4E3D8
(212,227,216)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296E48 color. Also use rgb(41,110,72) instead hex code.

Text Font Color

.myTextColor { color: #296E48; }

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

This text font color is #296E48.


Background Color

.myBgColor { background-color: #296E48; }

<div style="background-color:#296E48">Inner text</div>

This div background color is #296E48.


Border color

.myBorderColor { border: 1px solid #296E48; }

<div style="border:3px solid #296E48">Div</div>

This div border color is #296E48.


Opacity

.myOpacity80 { color: #296E48; opacity: 0.8; }

<p style="color:#296E48;opacity:0.8;">80%</p>

Text with #296E48 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 #296E48;}

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

This text has shadow with #296E48 color.

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

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

This text has shadow with #296E48 primary color and red secondary color.


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

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

This text has shadow with #296E48 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296E48 on black background.


Color preview on white background

This text has color #296E48 on white background.



Black color preview on #296E48 background

This text has black color on #296E48 background.


White color preview on #296E48 background

This text has white color on #296E48 background.