COLOR #296212

HEX: #296212
RGB: (41,98,18)

Color info

#296212 contains mainly red and green colors. Web safe color of #296212 is #336600 (or #360).

RGB color model

#296212 color RGB value is (41,98,18).

  • red value is 41;
  • green value is 98;
  • blue value is 18.
RGB:
(41,98,18)
(16%,38%,7%)

RGB channels and saturation

R 41 of 255 = 16%
G 98 of 255 = 38%
B 18 of 255 = 7%

41
98
18

R + G + B ~ 20%. #296212 is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 98 + 18 = 157 (100%)
R 41 of 157 ~ 26.11%
G 98 of 157 ~ 62.42%
B 18 of 157 ~ 11.46%

%26.11
%62.42
%11.46

CMYK color model

#296212 color CMYK value is (58,0,82,62).

  • cyan value is 58.16%
  • magenta value is 0.00%
  • yellow value is 81.63%
  • key color value is 61.57%
CMYK:
(58,0,82,62)
C58M0Y82K62 
(58%,0%,82%,62%)
(0.58/0.00/0.82/0.62)	

CMYK percentages

%58.16
%0
%81.63
%61.57

Codes

Color #296212 in popluar color models

296212
RGB419818
HSL103°68.97%22.75%
HSB/HSV103°81.63%38.43%
CMYK58.16%0.00%81.63%
61.57%

Color #296212 in popluar number systems.

HEX296212
Decimal419818
Binary101001110001010010
Octal5114222

Shades and tints

Shades of #296212

#296212
(41,98,18)
#265A11
(38,90,17)
#235210
(35,82,16)
#204A0F
(32,74,15)
#1D420E
(29,66,14)
#1A3A0D
(26,58,13)
#17320C
(23,50,12)
#142A0B
(20,42,11)
#11220A
(17,34,10)
#0E1A09
(14,26,9)
#0B1208
(11,18,8)
#000000
(0,0,0)

Tints of #296212

#296212
(41,98,18)
#3C7027
(60,112,39)
#4F7E3C
(79,126,60)
#628C51
(98,140,81)
#759A66
(117,154,102)
#88A87B
(136,168,123)
#9BB690
(155,182,144)
#AEC4A5
(174,196,165)
#C1D2BA
(193,210,186)
#D4E0CF
(212,224,207)
#E7EEE4
(231,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #296212 color. Also use rgb(41,98,18) instead hex code.

Text Font Color

.myTextColor { color: #296212; }

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

This text font color is #296212.


Background Color

.myBgColor { background-color: #296212; }

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

This div background color is #296212.


Border color

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

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

This div border color is #296212.


Opacity

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

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

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

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

This text has shadow with #296212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #296212 on black background.


Color preview on white background

This text has color #296212 on white background.



Black color preview on #296212 background

This text has black color on #296212 background.


White color preview on #296212 background

This text has white color on #296212 background.