COLOR #296601

HEX: #296601 RGB: (41,102,1)

Color info

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

RGB color model

#296601 color RGB value is (41,102,1).

RGB: (41,102,1) (16%, 40%, 0%)

RGB channels and saturation

R 41 of 255 = 16%
G 102 of 255 = 40%
B 1 of 255 = 0%

41
102
1

R + G + B ~ 19%. #296601 is dark color.

Portions of RGB colors in percentages

R + G + B = 41 + 102 + 1 = 144 (100%)
R 41 of 144 ~ 28.47%
G 102 of 144 ~ 70.83%
B 1 of 144 ~ 0.69'%

%28.47
%70.83

CMYK color model

#296601 color CMYK value is (60,0,99,60).

  • cyan value is 59.80%
  • magenta value is 0.00%
  • yellow value is 99.02%
  • key color value is 60.00%

CMYK: (60,0,99,60)
C60M0Y99K60 (60%, 0%, 99%, 60%)
(0.60 / 0.00 / 0.99 / 0.60)

CMYK percentages

%59.8
%0
%99.02
%60

Codes

Color #296601 in popluar color models

29 66 01
RGB 41 102 1
HSL 96° 98.06% 20.20%
HSB/HSV 96° 99.02% 40.00%
CMYK 59.80% 0.00% 99.02%
60.00%

Color #296601 in popluar number systems.

HEX 29 66 01
Decimal 41 102 1
Binary 101001 1100110 1
Octal 51 146 1

Shades and tints

Shades of #296601

#296601
(41,102,1)
#265D01
(38,93,1)
#235401
(35,84,1)
#204B01
(32,75,1)
#1D4201
(29,66,1)
#1A3901
(26,57,1)
#173001
(23,48,1)
#142701
(20,39,1)
#111E01
(17,30,1)
#0E1501
(14,21,1)
#0B0C01
(11,12,1)
#000000
(0,0,0)

Tints of #296601

#296601
(41,102,1)
#3C7318
(60,115,24)
#4F802F
(79,128,47)
#628D46
(98,141,70)
#759A5D
(117,154,93)
#88A774
(136,167,116)
#9BB48B
(155,180,139)
#AEC1A2
(174,193,162)
#C1CEB9
(193,206,185)
#D4DBD0
(212,219,208)
#E7E8E7
(231,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #296601; }

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

This text font color is #296601.

Background Color

.myBgColor { background-color: #296601; }

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

This div background color is #296601.

Border color

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

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

This div border color is #296601.

Opacity

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

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

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

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

This text has shadow with #296601 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #296601.

Preview

Color preview on black background

This text has color #296601 on black background.


Color preview on white background

This text has color #296601 on white background.


Black color preview on #296601 background

This text has black color on #296601 background.


White color preview on #296601 background

This text has white color on #296601 background.


Related colors

Complementary color

Complementary color for #hex is #D699FE.


I love getcolorcode.com

Triadic colors

1 #012966 and #660129 with #296601 are triadic colors.

2 #016629 and #662901 with #296601 are triadic colors.