COLOR #309B2C

HEX: #309B2C
RGB: (48,155,44)

Color info

#309B2C contains mainly green color. Web safe color of #309B2C is #339933 (or #393).

RGB color model

#309B2C color RGB value is (48,155,44).

  • red value is 48;
  • green value is 155;
  • blue value is 44.
RGB:
(48,155,44)
(19%,61%,17%)

RGB channels and saturation

R 48 of 255 = 19%
G 155 of 255 = 61%
B 44 of 255 = 17%

48
155
44

R + G + B ~ 32%. #309B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 155 + 44 = 247 (100%)
R 48 of 247 ~ 19.43%
G 155 of 247 ~ 62.75%
B 44 of 247 ~ 17.81%

%19.43
%62.75
%17.81

CMYK color model

#309B2C color CMYK value is (69,0,72,39).

  • cyan value is 69.03%
  • magenta value is 0.00%
  • yellow value is 71.61%
  • key color value is 39.22%
CMYK:
(69,0,72,39)
C69M0Y72K39 
(69%,0%,72%,39%)
(0.69/0.00/0.72/0.39)	

CMYK percentages

%69.03
%0
%71.61
%39.22

Codes

Color #309B2C in popluar color models

309B2C
RGB4815544
HSL118°55.78%39.02%
HSB/HSV118°71.61%60.78%
CMYK69.03%0.00%71.61%
39.22%

Color #309B2C in popluar number systems.

HEX309B2C
Decimal4815544
Binary11000010011011101100
Octal6023354

Shades and tints

Shades of #309B2C

#309B2C
(48,155,44)
#2C8D28
(44,141,40)
#287F24
(40,127,36)
#247120
(36,113,32)
#20631C
(32,99,28)
#1C5518
(28,85,24)
#184714
(24,71,20)
#143910
(20,57,16)
#102B0C
(16,43,12)
#0C1D08
(12,29,8)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #309B2C

#309B2C
(48,155,44)
#42A43F
(66,164,63)
#54AD52
(84,173,82)
#66B665
(102,182,101)
#78BF78
(120,191,120)
#8AC88B
(138,200,139)
#9CD19E
(156,209,158)
#AEDAB1
(174,218,177)
#C0E3C4
(192,227,196)
#D2ECD7
(210,236,215)
#E4F5EA
(228,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309B2C color. Also use rgb(48,155,44) instead hex code.

Text Font Color

.myTextColor { color: #309B2C; }

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

This text font color is #309B2C.


Background Color

.myBgColor { background-color: #309B2C; }

<div style="background-color:#309B2C">Inner text</div>

This div background color is #309B2C.


Border color

.myBorderColor { border: 1px solid #309B2C; }

<div style="border:3px solid #309B2C">Div</div>

This div border color is #309B2C.


Opacity

.myOpacity80 { color: #309B2C; opacity: 0.8; }

<p style="color:#309B2C;opacity:0.8;">80%</p>

Text with #309B2C 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 #309B2C;}

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

This text has shadow with #309B2C color.

.textShadow {text-shadow: 3px 3px 1px #309B2C, 3px 3px 1px red;}

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

This text has shadow with #309B2C primary color and red secondary color.


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

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

This text has shadow with #309B2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309B2C on black background.


Color preview on white background

This text has color #309B2C on white background.



Black color preview on #309B2C background

This text has black color on #309B2C background.


White color preview on #309B2C background

This text has white color on #309B2C background.