COLOR #2C5D19

HEX: #2C5D19
RGB: (44,93,25)

Color info

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

RGB color model

#2C5D19 color RGB value is (44,93,25).

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

RGB channels and saturation

R 44 of 255 = 17%
G 93 of 255 = 36%
B 25 of 255 = 10%

44
93
25

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

Portions of RGB colors in percentages

R + G + B =
44 + 93 + 25 = 162 (100%)
R 44 of 162 ~ 27.16%
G 93 of 162 ~ 57.41%
B 25 of 162 ~ 15.43%

%27.16
%57.41
%15.43

CMYK color model

#2C5D19 color CMYK value is (53,0,73,64).

  • cyan value is 52.69%
  • magenta value is 0.00%
  • yellow value is 73.12%
  • key color value is 63.53%
CMYK:
(53,0,73,64)
C53M0Y73K64 
(53%,0%,73%,64%)
(0.53/0.00/0.73/0.64)	

CMYK percentages

%52.69
%0
%73.12
%63.53

Codes

Color #2C5D19 in popluar color models

2C5D19
RGB449325
HSL103°57.63%23.14%
HSB/HSV103°73.12%36.47%
CMYK52.69%0.00%73.12%
63.53%

Color #2C5D19 in popluar number systems.

HEX2C5D19
Decimal449325
Binary101100101110111001
Octal5413531

Shades and tints

Shades of #2C5D19

#2C5D19
(44,93,25)
#285517
(40,85,23)
#244D15
(36,77,21)
#204513
(32,69,19)
#1C3D11
(28,61,17)
#18350F
(24,53,15)
#142D0D
(20,45,13)
#10250B
(16,37,11)
#0C1D09
(12,29,9)
#081507
(8,21,7)
#040D05
(4,13,5)
#000000
(0,0,0)

Tints of #2C5D19

#2C5D19
(44,93,25)
#3F6B2D
(63,107,45)
#527941
(82,121,65)
#658755
(101,135,85)
#789569
(120,149,105)
#8BA37D
(139,163,125)
#9EB191
(158,177,145)
#B1BFA5
(177,191,165)
#C4CDB9
(196,205,185)
#D7DBCD
(215,219,205)
#EAE9E1
(234,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C5D19; }

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

This text font color is #2C5D19.


Background Color

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

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

This div background color is #2C5D19.


Border color

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

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

This div border color is #2C5D19.


Opacity

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

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

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

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

This text has shadow with #2C5D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C5D19 on black background.


Color preview on white background

This text has color #2C5D19 on white background.



Black color preview on #2C5D19 background

This text has black color on #2C5D19 background.


White color preview on #2C5D19 background

This text has white color on #2C5D19 background.