COLOR #306D23

HEX: #306D23 RGB: (48,109,35)

Color info

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

RGB color model

#306D23 color RGB value is (48,109,35).

RGB: (48,109,35) (19%, 43%, 14%)

RGB channels and saturation

R 48 of 255 = 19%
G 109 of 255 = 43%
B 35 of 255 = 14%

48
109
35

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

Portions of RGB colors in percentages

R + G + B = 48 + 109 + 35 = 192 (100%)
R 48 of 192 ~ 25%
G 109 of 192 ~ 56.77%
B 35 of 192 ~ 18.23'%

%25
%56.77
%18.23

CMYK color model

#306D23 color CMYK value is (56,0,68,57).

  • cyan value is 55.96%
  • magenta value is 0.00%
  • yellow value is 67.89%
  • key color value is 57.25%

CMYK: (56,0,68,57)
C56M0Y68K57 (56%, 0%, 68%, 57%)
(0.56 / 0.00 / 0.68 / 0.57)

CMYK percentages

%55.96
%0
%67.89
%57.25

Codes

Color #306D23 in popluar color models

30 6D 23
RGB 48 109 35
HSL 109° 51.39% 28.24%
HSB/HSV 109° 67.89% 42.75%
CMYK 55.96% 0.00% 67.89%
57.25%

Color #306D23 in popluar number systems.

HEX 30 6D 23
Decimal 48 109 35
Binary 110000 1101101 100011
Octal 60 155 43

Shades and tints

Shades of #306D23

#306D23
(48,109,35)
#2C6420
(44,100,32)
#285B1D
(40,91,29)
#24521A
(36,82,26)
#204917
(32,73,23)
#1C4014
(28,64,20)
#183711
(24,55,17)
#142E0E
(20,46,14)
#10250B
(16,37,11)
#0C1C08
(12,28,8)
#081305
(8,19,5)
#000000
(0,0,0)

Tints of #306D23

#306D23
(48,109,35)
#427A37
(66,122,55)
#54874B
(84,135,75)
#66945F
(102,148,95)
#78A173
(120,161,115)
#8AAE87
(138,174,135)
#9CBB9B
(156,187,155)
#AEC8AF
(174,200,175)
#C0D5C3
(192,213,195)
#D2E2D7
(210,226,215)
#E4EFEB
(228,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306D23 color. Also use rgb(48,109,35) instead hex code.

Text Font Color

.myTextColor { color: #306D23; }

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

This text font color is #306D23.

Background Color

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

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

This div background color is #306D23.

Border color

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

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

This div border color is #306D23.

Opacity

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

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

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

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

This text has shadow with #306D23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306D23.

Preview

Color preview on black background

This text has color #306D23 on black background.


Color preview on white background

This text has color #306D23 on white background.


Black color preview on #306D23 background

This text has black color on #306D23 background.


White color preview on #306D23 background

This text has white color on #306D23 background.


Related colors

Complementary color

Complementary color for #hex is #CF92DC.


I love getcolorcode.com

Triadic colors

1 #23306D and #6D2330 with #306D23 are triadic colors.

2 #236D30 and #6D3023 with #306D23 are triadic colors.