COLOR #297342

HEX: #297342
RGB: (41,115,66)

Color info

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

RGB color model

#297342 color RGB value is (41,115,66).

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

RGB channels and saturation

R 41 of 255 = 16%
G 115 of 255 = 45%
B 66 of 255 = 26%

41
115
66

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

Portions of RGB colors in percentages

R + G + B =
41 + 115 + 66 = 222 (100%)
R 41 of 222 ~ 18.47%
G 115 of 222 ~ 51.8%
B 66 of 222 ~ 29.73%

%18.47
%51.8
%29.73

CMYK color model

#297342 color CMYK value is (64,0,43,55).

  • cyan value is 64.35%
  • magenta value is 0.00%
  • yellow value is 42.61%
  • key color value is 54.90%
CMYK:
(64,0,43,55)
C64M0Y43K55 
(64%,0%,43%,55%)
(0.64/0.00/0.43/0.55)	

CMYK percentages

%64.35
%0
%42.61
%54.9

Codes

Color #297342 in popluar color models

297342
RGB4111566
HSL140°47.44%30.59%
HSB/HSV140°64.35%45.10%
CMYK64.35%0.00%42.61%
54.90%

Color #297342 in popluar number systems.

HEX297342
Decimal4111566
Binary10100111100111000010
Octal51163102

Shades and tints

Shades of #297342

#297342
(41,115,66)
#26693C
(38,105,60)
#235F36
(35,95,54)
#205530
(32,85,48)
#1D4B2A
(29,75,42)
#1A4124
(26,65,36)
#17371E
(23,55,30)
#142D18
(20,45,24)
#112312
(17,35,18)
#0E190C
(14,25,12)
#0B0F06
(11,15,6)
#000000
(0,0,0)

Tints of #297342

#297342
(41,115,66)
#3C7F53
(60,127,83)
#4F8B64
(79,139,100)
#629775
(98,151,117)
#75A386
(117,163,134)
#88AF97
(136,175,151)
#9BBBA8
(155,187,168)
#AEC7B9
(174,199,185)
#C1D3CA
(193,211,202)
#D4DFDB
(212,223,219)
#E7EBEC
(231,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #297342; }

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

This text font color is #297342.


Background Color

.myBgColor { background-color: #297342; }

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

This div background color is #297342.


Border color

.myBorderColor { border: 1px solid #297342; }

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

This div border color is #297342.


Opacity

.myOpacity80 { color: #297342; opacity: 0.8; }

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

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

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

This text has shadow with #297342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297342 on black background.


Color preview on white background

This text has color #297342 on white background.



Black color preview on #297342 background

This text has black color on #297342 background.


White color preview on #297342 background

This text has white color on #297342 background.