COLOR #297B2B

HEX: #297B2B
RGB: (41,123,43)

Color info

#297B2B contains mainly green color. Web safe color of #297B2B is #336633 (or #363).

RGB color model

#297B2B color RGB value is (41,123,43).

  • red value is 41;
  • green value is 123;
  • blue value is 43.
RGB:
(41,123,43)
(16%,48%,17%)

RGB channels and saturation

R 41 of 255 = 16%
G 123 of 255 = 48%
B 43 of 255 = 17%

41
123
43

R + G + B ~ 27%. #297B2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 123 + 43 = 207 (100%)
R 41 of 207 ~ 19.81%
G 123 of 207 ~ 59.42%
B 43 of 207 ~ 20.77%

%19.81
%59.42
%20.77

CMYK color model

#297B2B color CMYK value is (67,0,65,52).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 65.04%
  • key color value is 51.76%
CMYK:
(67,0,65,52)
C67M0Y65K52 
(67%,0%,65%,52%)
(0.67/0.00/0.65/0.52)	

CMYK percentages

%66.67
%0
%65.04
%51.76

Codes

Color #297B2B in popluar color models

297B2B
RGB4112343
HSL121°50.00%32.16%
HSB/HSV121°66.67%48.24%
CMYK66.67%0.00%65.04%
51.76%

Color #297B2B in popluar number systems.

HEX297B2B
Decimal4112343
Binary1010011111011101011
Octal5117353

Shades and tints

Shades of #297B2B

#297B2B
(41,123,43)
#267028
(38,112,40)
#236525
(35,101,37)
#205A22
(32,90,34)
#1D4F1F
(29,79,31)
#1A441C
(26,68,28)
#173919
(23,57,25)
#142E16
(20,46,22)
#112313
(17,35,19)
#0E1810
(14,24,16)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #297B2B

#297B2B
(41,123,43)
#3C873E
(60,135,62)
#4F9351
(79,147,81)
#629F64
(98,159,100)
#75AB77
(117,171,119)
#88B78A
(136,183,138)
#9BC39D
(155,195,157)
#AECFB0
(174,207,176)
#C1DBC3
(193,219,195)
#D4E7D6
(212,231,214)
#E7F3E9
(231,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297B2B color. Also use rgb(41,123,43) instead hex code.

Text Font Color

.myTextColor { color: #297B2B; }

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

This text font color is #297B2B.


Background Color

.myBgColor { background-color: #297B2B; }

<div style="background-color:#297B2B">Inner text</div>

This div background color is #297B2B.


Border color

.myBorderColor { border: 1px solid #297B2B; }

<div style="border:3px solid #297B2B">Div</div>

This div border color is #297B2B.


Opacity

.myOpacity80 { color: #297B2B; opacity: 0.8; }

<p style="color:#297B2B;opacity:0.8;">80%</p>

Text with #297B2B 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 #297B2B;}

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

This text has shadow with #297B2B color.

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

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

This text has shadow with #297B2B primary color and red secondary color.


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

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

This text has shadow with #297B2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297B2B on black background.


Color preview on white background

This text has color #297B2B on white background.



Black color preview on #297B2B background

This text has black color on #297B2B background.


White color preview on #297B2B background

This text has white color on #297B2B background.