COLOR #2C4812

HEX: #2C4812
RGB: (44,72,18)

Color info

#2C4812 contains red, green and blue colors in about the same proportion. Web safe color of #2C4812 is #333300 (or #330).

RGB color model

#2C4812 color RGB value is (44,72,18).

  • red value is 44;
  • green value is 72;
  • blue value is 18.
RGB:
(44,72,18)
(17%,28%,7%)

RGB channels and saturation

R 44 of 255 = 17%
G 72 of 255 = 28%
B 18 of 255 = 7%

44
72
18

R + G + B ~ 17%. #2C4812 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 72 + 18 = 134 (100%)
R 44 of 134 ~ 32.84%
G 72 of 134 ~ 53.73%
B 18 of 134 ~ 13.43%

%32.84
%53.73
%13.43

CMYK color model

#2C4812 color CMYK value is (39,0,75,72).

  • cyan value is 38.89%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(39,0,75,72)
C39M0Y75K72 
(39%,0%,75%,72%)
(0.39/0.00/0.75/0.72)	

CMYK percentages

%38.89
%0
%75
%71.76

Codes

Color #2C4812 in popluar color models

2C4812
RGB447218
HSL91°60.00%17.65%
HSB/HSV91°75.00%28.24%
CMYK38.89%0.00%75.00%
71.76%

Color #2C4812 in popluar number systems.

HEX2C4812
Decimal447218
Binary101100100100010010
Octal5411022

Shades and tints

Shades of #2C4812

#2C4812
(44,72,18)
#284211
(40,66,17)
#243C10
(36,60,16)
#20360F
(32,54,15)
#1C300E
(28,48,14)
#182A0D
(24,42,13)
#14240C
(20,36,12)
#101E0B
(16,30,11)
#0C180A
(12,24,10)
#081209
(8,18,9)
#040C08
(4,12,8)
#000000
(0,0,0)

Tints of #2C4812

#2C4812
(44,72,18)
#3F5827
(63,88,39)
#52683C
(82,104,60)
#657851
(101,120,81)
#788866
(120,136,102)
#8B987B
(139,152,123)
#9EA890
(158,168,144)
#B1B8A5
(177,184,165)
#C4C8BA
(196,200,186)
#D7D8CF
(215,216,207)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C4812 color. Also use rgb(44,72,18) instead hex code.

Text Font Color

.myTextColor { color: #2C4812; }

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

This text font color is #2C4812.


Background Color

.myBgColor { background-color: #2C4812; }

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

This div background color is #2C4812.


Border color

.myBorderColor { border: 1px solid #2C4812; }

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

This div border color is #2C4812.


Opacity

.myOpacity80 { color: #2C4812; opacity: 0.8; }

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

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

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

This text has shadow with #2C4812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C4812 on black background.


Color preview on white background

This text has color #2C4812 on white background.



Black color preview on #2C4812 background

This text has black color on #2C4812 background.


White color preview on #2C4812 background

This text has white color on #2C4812 background.