COLOR #297015

HEX: #297015
RGB: (41,112,21)

Color info

#297015 contains mainly green color. Web safe color of #297015 is #336600 (or #360).

RGB color model

#297015 color RGB value is (41,112,21).

  • red value is 41;
  • green value is 112;
  • blue value is 21.
RGB:
(41,112,21)
(16%,44%,8%)

RGB channels and saturation

R 41 of 255 = 16%
G 112 of 255 = 44%
B 21 of 255 = 8%

41
112
21

R + G + B ~ 23%. #297015 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 112 + 21 = 174 (100%)
R 41 of 174 ~ 23.56%
G 112 of 174 ~ 64.37%
B 21 of 174 ~ 12.07%

%23.56
%64.37
%12.07

CMYK color model

#297015 color CMYK value is (63,0,81,56).

  • cyan value is 63.39%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 56.08%
CMYK:
(63,0,81,56)
C63M0Y81K56 
(63%,0%,81%,56%)
(0.63/0.00/0.81/0.56)	

CMYK percentages

%63.39
%0
%81.25
%56.08

Codes

Color #297015 in popluar color models

297015
RGB4111221
HSL107°68.42%26.08%
HSB/HSV107°81.25%43.92%
CMYK63.39%0.00%81.25%
56.08%

Color #297015 in popluar number systems.

HEX297015
Decimal4111221
Binary101001111000010101
Octal5116025

Shades and tints

Shades of #297015

#297015
(41,112,21)
#266614
(38,102,20)
#235C13
(35,92,19)
#205212
(32,82,18)
#1D4811
(29,72,17)
#1A3E10
(26,62,16)
#17340F
(23,52,15)
#142A0E
(20,42,14)
#11200D
(17,32,13)
#0E160C
(14,22,12)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #297015

#297015
(41,112,21)
#3C7D2A
(60,125,42)
#4F8A3F
(79,138,63)
#629754
(98,151,84)
#75A469
(117,164,105)
#88B17E
(136,177,126)
#9BBE93
(155,190,147)
#AECBA8
(174,203,168)
#C1D8BD
(193,216,189)
#D4E5D2
(212,229,210)
#E7F2E7
(231,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297015 color. Also use rgb(41,112,21) instead hex code.

Text Font Color

.myTextColor { color: #297015; }

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

This text font color is #297015.


Background Color

.myBgColor { background-color: #297015; }

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

This div background color is #297015.


Border color

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

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

This div border color is #297015.


Opacity

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

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

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

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

This text has shadow with #297015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #297015 on black background.


Color preview on white background

This text has color #297015 on white background.



Black color preview on #297015 background

This text has black color on #297015 background.


White color preview on #297015 background

This text has white color on #297015 background.