COLOR #2C6948

HEX: #2C6948
RGB: (44,105,72)

Color info

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

RGB color model

#2C6948 color RGB value is (44,105,72).

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

RGB channels and saturation

R 44 of 255 = 17%
G 105 of 255 = 41%
B 72 of 255 = 28%

44
105
72

R + G + B ~ 29%. #2C6948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
44 + 105 + 72 = 221 (100%)
R 44 of 221 ~ 19.91%
G 105 of 221 ~ 47.51%
B 72 of 221 ~ 32.58%

%19.91
%47.51
%32.58

CMYK color model

#2C6948 color CMYK value is (58,0,31,59).

  • cyan value is 58.10%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 58.82%
CMYK:
(58,0,31,59)
C58M0Y31K59 
(58%,0%,31%,59%)
(0.58/0.00/0.31/0.59)	

CMYK percentages

%58.1
%0
%31.43
%58.82

Codes

Color #2C6948 in popluar color models

2C6948
RGB4410572
HSL148°40.94%29.22%
HSB/HSV148°58.10%41.18%
CMYK58.10%0.00%31.43%
58.82%

Color #2C6948 in popluar number systems.

HEX2C6948
Decimal4410572
Binary10110011010011001000
Octal54151110

Shades and tints

Shades of #2C6948

#2C6948
(44,105,72)
#286042
(40,96,66)
#24573C
(36,87,60)
#204E36
(32,78,54)
#1C4530
(28,69,48)
#183C2A
(24,60,42)
#143324
(20,51,36)
#102A1E
(16,42,30)
#0C2118
(12,33,24)
#081812
(8,24,18)
#040F0C
(4,15,12)
#000000
(0,0,0)

Tints of #2C6948

#2C6948
(44,105,72)
#3F7658
(63,118,88)
#528368
(82,131,104)
#659078
(101,144,120)
#789D88
(120,157,136)
#8BAA98
(139,170,152)
#9EB7A8
(158,183,168)
#B1C4B8
(177,196,184)
#C4D1C8
(196,209,200)
#D7DED8
(215,222,216)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2C6948; }

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

This text font color is #2C6948.


Background Color

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

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

This div background color is #2C6948.


Border color

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

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

This div border color is #2C6948.


Opacity

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

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

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

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

This text has shadow with #2C6948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2C6948 on black background.


Color preview on white background

This text has color #2C6948 on white background.



Black color preview on #2C6948 background

This text has black color on #2C6948 background.


White color preview on #2C6948 background

This text has white color on #2C6948 background.