COLOR #306C26

HEX: #306C26
RGB: (48,108,38)

Color info

#306C26 contains mainly green color. Web safe color of #306C26 is #336633 (or #363).

RGB color model

#306C26 color RGB value is (48,108,38).

  • red value is 48;
  • green value is 108;
  • blue value is 38.
RGB:
(48,108,38)
(19%,42%,15%)

RGB channels and saturation

R 48 of 255 = 19%
G 108 of 255 = 42%
B 38 of 255 = 15%

48
108
38

R + G + B ~ 25%. #306C26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 108 + 38 = 194 (100%)
R 48 of 194 ~ 24.74%
G 108 of 194 ~ 55.67%
B 38 of 194 ~ 19.59%

%24.74
%55.67
%19.59

CMYK color model

#306C26 color CMYK value is (56,0,65,58).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 64.81%
  • key color value is 57.65%
CMYK:
(56,0,65,58)
C56M0Y65K58 
(56%,0%,65%,58%)
(0.56/0.00/0.65/0.58)	

CMYK percentages

%55.56
%0
%64.81
%57.65

Codes

Color #306C26 in popluar color models

306C26
RGB4810838
HSL111°47.95%28.63%
HSB/HSV111°64.81%42.35%
CMYK55.56%0.00%64.81%
57.65%

Color #306C26 in popluar number systems.

HEX306C26
Decimal4810838
Binary1100001101100100110
Octal6015446

Shades and tints

Shades of #306C26

#306C26
(48,108,38)
#2C6323
(44,99,35)
#285A20
(40,90,32)
#24511D
(36,81,29)
#20481A
(32,72,26)
#1C3F17
(28,63,23)
#183614
(24,54,20)
#142D11
(20,45,17)
#10240E
(16,36,14)
#0C1B0B
(12,27,11)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #306C26

#306C26
(48,108,38)
#427939
(66,121,57)
#54864C
(84,134,76)
#66935F
(102,147,95)
#78A072
(120,160,114)
#8AAD85
(138,173,133)
#9CBA98
(156,186,152)
#AEC7AB
(174,199,171)
#C0D4BE
(192,212,190)
#D2E1D1
(210,225,209)
#E4EEE4
(228,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306C26 color. Also use rgb(48,108,38) instead hex code.

Text Font Color

.myTextColor { color: #306C26; }

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

This text font color is #306C26.


Background Color

.myBgColor { background-color: #306C26; }

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

This div background color is #306C26.


Border color

.myBorderColor { border: 1px solid #306C26; }

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

This div border color is #306C26.


Opacity

.myOpacity80 { color: #306C26; opacity: 0.8; }

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

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

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

This text has shadow with #306C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306C26 on black background.


Color preview on white background

This text has color #306C26 on white background.



Black color preview on #306C26 background

This text has black color on #306C26 background.


White color preview on #306C26 background

This text has white color on #306C26 background.