COLOR #2C5D21

HEX: #2C5D21
RGB: (44,93,33)

Color info

#2C5D21 contains mainly red and green colors. Web safe color of #2C5D21 is #336633 (or #363).

RGB color model

#2C5D21 color RGB value is (44,93,33).

  • red value is 44;
  • green value is 93;
  • blue value is 33.
RGB:
(44,93,33)
(17%,36%,13%)

RGB channels and saturation

R 44 of 255 = 17%
G 93 of 255 = 36%
B 33 of 255 = 13%

44
93
33

R + G + B ~ 22%. #2C5D21 is dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 93 + 33 = 170 (100%)
R 44 of 170 ~ 25.88%
G 93 of 170 ~ 54.71%
B 33 of 170 ~ 19.41%

%25.88
%54.71
%19.41

CMYK color model

#2C5D21 color CMYK value is (53,0,65,64).

  • cyan value is 52.69%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(53,0,65,64)
C53M0Y65K64 
(53%,0%,65%,64%)
(0.53/0.00/0.65/0.64)	

CMYK percentages

%52.69
%0
%64.52
%63.53

Codes

Color #2C5D21 in popluar color models

2C5D21
RGB449333
HSL109°47.62%24.71%
HSB/HSV109°64.52%36.47%
CMYK52.69%0.00%64.52%
63.53%

Color #2C5D21 in popluar number systems.

HEX2C5D21
Decimal449333
Binary1011001011101100001
Octal5413541

Shades and tints

Shades of #2C5D21

#2C5D21
(44,93,33)
#28551E
(40,85,30)
#244D1B
(36,77,27)
#204518
(32,69,24)
#1C3D15
(28,61,21)
#183512
(24,53,18)
#142D0F
(20,45,15)
#10250C
(16,37,12)
#0C1D09
(12,29,9)
#081506
(8,21,6)
#040D03
(4,13,3)
#000000
(0,0,0)

Tints of #2C5D21

#2C5D21
(44,93,33)
#3F6B35
(63,107,53)
#527949
(82,121,73)
#65875D
(101,135,93)
#789571
(120,149,113)
#8BA385
(139,163,133)
#9EB199
(158,177,153)
#B1BFAD
(177,191,173)
#C4CDC1
(196,205,193)
#D7DBD5
(215,219,213)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2C5D21 color. Also use rgb(44,93,33) instead hex code.

Text Font Color

.myTextColor { color: #2C5D21; }

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

This text font color is #2C5D21.


Background Color

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

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

This div background color is #2C5D21.


Border color

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

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

This div border color is #2C5D21.


Opacity

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

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

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

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

This text has shadow with #2C5D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5D21 on black background.


Color preview on white background

This text has color #2C5D21 on white background.



Black color preview on #2C5D21 background

This text has black color on #2C5D21 background.


White color preview on #2C5D21 background

This text has white color on #2C5D21 background.