COLOR #297C42

HEX: #297C42
RGB: (41,124,66)

Color info

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

RGB color model

#297C42 color RGB value is (41,124,66).

  • red value is 41;
  • green value is 124;
  • blue value is 66.
RGB:
(41,124,66)
(16%,49%,26%)

RGB channels and saturation

R 41 of 255 = 16%
G 124 of 255 = 49%
B 66 of 255 = 26%

41
124
66

R + G + B ~ 30%. #297C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 124 + 66 = 231 (100%)
R 41 of 231 ~ 17.75%
G 124 of 231 ~ 53.68%
B 66 of 231 ~ 28.57%

%17.75
%53.68
%28.57

CMYK color model

#297C42 color CMYK value is (67,0,47,51).

  • cyan value is 66.94%
  • magenta value is 0.00%
  • yellow value is 46.77%
  • key color value is 51.37%
CMYK:
(67,0,47,51)
C67M0Y47K51 
(67%,0%,47%,51%)
(0.67/0.00/0.47/0.51)	

CMYK percentages

%66.94
%0
%46.77
%51.37

Codes

Color #297C42 in popluar color models

297C42
RGB4112466
HSL138°50.30%32.35%
HSB/HSV138°66.94%48.63%
CMYK66.94%0.00%46.77%
51.37%

Color #297C42 in popluar number systems.

HEX297C42
Decimal4112466
Binary10100111111001000010
Octal51174102

Shades and tints

Shades of #297C42

#297C42
(41,124,66)
#26713C
(38,113,60)
#236636
(35,102,54)
#205B30
(32,91,48)
#1D502A
(29,80,42)
#1A4524
(26,69,36)
#173A1E
(23,58,30)
#142F18
(20,47,24)
#112412
(17,36,18)
#0E190C
(14,25,12)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #297C42

#297C42
(41,124,66)
#3C8753
(60,135,83)
#4F9264
(79,146,100)
#629D75
(98,157,117)
#75A886
(117,168,134)
#88B397
(136,179,151)
#9BBEA8
(155,190,168)
#AEC9B9
(174,201,185)
#C1D4CA
(193,212,202)
#D4DFDB
(212,223,219)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297C42 color. Also use rgb(41,124,66) instead hex code.

Text Font Color

.myTextColor { color: #297C42; }

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

This text font color is #297C42.


Background Color

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

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

This div background color is #297C42.


Border color

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

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

This div border color is #297C42.


Opacity

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

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

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

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

This text has shadow with #297C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297C42 on black background.


Color preview on white background

This text has color #297C42 on white background.



Black color preview on #297C42 background

This text has black color on #297C42 background.


White color preview on #297C42 background

This text has white color on #297C42 background.