COLOR #297601

HEX: #297601 RGB: (41,118,1)

Color info

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

RGB color model

#297601 color RGB value is (41,118,1).

RGB: (41,118,1) (16%, 46%, 0%)

RGB channels and saturation

R 41 of 255 = 16%
G 118 of 255 = 46%
B 1 of 255 = 0%

41
118
1

R + G + B ~ 21%. #297601 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 118 + 1 = 160 (100%)
R 41 of 160 ~ 25.63%
G 118 of 160 ~ 73.75%
B 1 of 160 ~ 0.63'%

%25.63
%73.75

CMYK color model

#297601 color CMYK value is (65,0,99,54).

  • cyan value is 65.25%
  • magenta value is 0.00%
  • yellow value is 99.15%
  • key color value is 53.73%

CMYK: (65,0,99,54)
C65M0Y99K54 (65%, 0%, 99%, 54%)
(0.65 / 0.00 / 0.99 / 0.54)

CMYK percentages

%65.25
%0
%99.15
%53.73

Codes

Color #297601 in popluar color models

29 76 01
RGB 41 118 1
HSL 99° 98.32% 23.33%
HSB/HSV 99° 99.15% 46.27%
CMYK 65.25% 0.00% 99.15%
53.73%

Color #297601 in popluar number systems.

HEX 29 76 01
Decimal 41 118 1
Binary 101001 1110110 1
Octal 51 166 1

Shades and tints

Shades of #297601

#297601
(41,118,1)
#266C01
(38,108,1)
#236201
(35,98,1)
#205801
(32,88,1)
#1D4E01
(29,78,1)
#1A4401
(26,68,1)
#173A01
(23,58,1)
#143001
(20,48,1)
#112601
(17,38,1)
#0E1C01
(14,28,1)
#0B1201
(11,18,1)
#000000
(0,0,0)

Tints of #297601

#297601
(41,118,1)
#3C8218
(60,130,24)
#4F8E2F
(79,142,47)
#629A46
(98,154,70)
#75A65D
(117,166,93)
#88B274
(136,178,116)
#9BBE8B
(155,190,139)
#AECAA2
(174,202,162)
#C1D6B9
(193,214,185)
#D4E2D0
(212,226,208)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #297601 color. Also use rgb(41,118,1) instead hex code.

Text Font Color

.myTextColor { color: #297601; }

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

This text font color is #297601.

Background Color

.myBgColor { background-color: #297601; }

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

This div background color is #297601.

Border color

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

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

This div border color is #297601.

Opacity

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

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

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

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

This text has shadow with #297601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #297601.

Preview

Color preview on black background

This text has color #297601 on black background.


Color preview on white background

This text has color #297601 on white background.


Black color preview on #297601 background

This text has black color on #297601 background.


White color preview on #297601 background

This text has white color on #297601 background.


Related colors

Complementary color

Complementary color for #hex is #D689FE.


I love getcolorcode.com

Triadic colors

1 #012976 and #760129 with #297601 are triadic colors.

2 #017629 and #762901 with #297601 are triadic colors.