COLOR #296E21

HEX: #296E21
RGB: (41,110,33)

Color info

#296E21 contains mainly green color. Web safe color of #296E21 is #336633 (or #363).

RGB color model

#296E21 color RGB value is (41,110,33).

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

RGB channels and saturation

R 41 of 255 = 16%
G 110 of 255 = 43%
B 33 of 255 = 13%

41
110
33

R + G + B ~ 24%. #296E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 110 + 33 = 184 (100%)
R 41 of 184 ~ 22.28%
G 110 of 184 ~ 59.78%
B 33 of 184 ~ 17.93%

%22.28
%59.78
%17.93

CMYK color model

#296E21 color CMYK value is (63,0,70,57).

  • cyan value is 62.73%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(63,0,70,57)
C63M0Y70K57 
(63%,0%,70%,57%)
(0.63/0.00/0.70/0.57)	

CMYK percentages

%62.73
%0
%70
%56.86

Codes

Color #296E21 in popluar color models

296E21
RGB4111033
HSL114°53.85%28.04%
HSB/HSV114°70.00%43.14%
CMYK62.73%0.00%70.00%
56.86%

Color #296E21 in popluar number systems.

HEX296E21
Decimal4111033
Binary1010011101110100001
Octal5115641

Shades and tints

Shades of #296E21

#296E21
(41,110,33)
#26641E
(38,100,30)
#235A1B
(35,90,27)
#205018
(32,80,24)
#1D4615
(29,70,21)
#1A3C12
(26,60,18)
#17320F
(23,50,15)
#14280C
(20,40,12)
#111E09
(17,30,9)
#0E1406
(14,20,6)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #296E21

#296E21
(41,110,33)
#3C7B35
(60,123,53)
#4F8849
(79,136,73)
#62955D
(98,149,93)
#75A271
(117,162,113)
#88AF85
(136,175,133)
#9BBC99
(155,188,153)
#AEC9AD
(174,201,173)
#C1D6C1
(193,214,193)
#D4E3D5
(212,227,213)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296E21; }

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

This text font color is #296E21.


Background Color

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

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

This div background color is #296E21.


Border color

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

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

This div border color is #296E21.


Opacity

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

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

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

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

This text has shadow with #296E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296E21 on black background.


Color preview on white background

This text has color #296E21 on white background.



Black color preview on #296E21 background

This text has black color on #296E21 background.


White color preview on #296E21 background

This text has white color on #296E21 background.