COLOR #297D44

HEX: #297D44
RGB: (41,125,68)

Color info

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

RGB color model

#297D44 color RGB value is (41,125,68).

  • red value is 41;
  • green value is 125;
  • blue value is 68.
RGB:
(41,125,68)
(16%,49%,27%)

RGB channels and saturation

R 41 of 255 = 16%
G 125 of 255 = 49%
B 68 of 255 = 27%

41
125
68

R + G + B ~ 31%. #297D44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 125 + 68 = 234 (100%)
R 41 of 234 ~ 17.52%
G 125 of 234 ~ 53.42%
B 68 of 234 ~ 29.06%

%17.52
%53.42
%29.06

CMYK color model

#297D44 color CMYK value is (67,0,46,51).

  • cyan value is 67.20%
  • magenta value is 0.00%
  • yellow value is 45.60%
  • key color value is 50.98%
CMYK:
(67,0,46,51)
C67M0Y46K51 
(67%,0%,46%,51%)
(0.67/0.00/0.46/0.51)	

CMYK percentages

%67.2
%0
%45.6
%50.98

Codes

Color #297D44 in popluar color models

297D44
RGB4112568
HSL139°50.60%32.55%
HSB/HSV139°67.20%49.02%
CMYK67.20%0.00%45.60%
50.98%

Color #297D44 in popluar number systems.

HEX297D44
Decimal4112568
Binary10100111111011000100
Octal51175104

Shades and tints

Shades of #297D44

#297D44
(41,125,68)
#26723E
(38,114,62)
#236738
(35,103,56)
#205C32
(32,92,50)
#1D512C
(29,81,44)
#1A4626
(26,70,38)
#173B20
(23,59,32)
#14301A
(20,48,26)
#112514
(17,37,20)
#0E1A0E
(14,26,14)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #297D44

#297D44
(41,125,68)
#3C8855
(60,136,85)
#4F9366
(79,147,102)
#629E77
(98,158,119)
#75A988
(117,169,136)
#88B499
(136,180,153)
#9BBFAA
(155,191,170)
#AECABB
(174,202,187)
#C1D5CC
(193,213,204)
#D4E0DD
(212,224,221)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297D44 color. Also use rgb(41,125,68) instead hex code.

Text Font Color

.myTextColor { color: #297D44; }

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

This text font color is #297D44.


Background Color

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

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

This div background color is #297D44.


Border color

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

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

This div border color is #297D44.


Opacity

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

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

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

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

This text has shadow with #297D44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297D44 on black background.


Color preview on white background

This text has color #297D44 on white background.



Black color preview on #297D44 background

This text has black color on #297D44 background.


White color preview on #297D44 background

This text has white color on #297D44 background.