COLOR #309B3E

HEX: #309B3E
RGB: (48,155,62)

Color info

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

RGB color model

#309B3E color RGB value is (48,155,62).

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

RGB channels and saturation

R 48 of 255 = 19%
G 155 of 255 = 61%
B 62 of 255 = 24%

48
155
62

R + G + B ~ 35%. #309B3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 155 + 62 = 265 (100%)
R 48 of 265 ~ 18.11%
G 155 of 265 ~ 58.49%
B 62 of 265 ~ 23.4%

%18.11
%58.49
%23.4

CMYK color model

#309B3E color CMYK value is (69,0,60,39).

  • cyan value is 69.03%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 39.22%
CMYK:
(69,0,60,39)
C69M0Y60K39 
(69%,0%,60%,39%)
(0.69/0.00/0.60/0.39)	

CMYK percentages

%69.03
%0
%60
%39.22

Codes

Color #309B3E in popluar color models

309B3E
RGB4815562
HSL128°52.71%39.80%
HSB/HSV128°69.03%60.78%
CMYK69.03%0.00%60.00%
39.22%

Color #309B3E in popluar number systems.

HEX309B3E
Decimal4815562
Binary11000010011011111110
Octal6023376

Shades and tints

Shades of #309B3E

#309B3E
(48,155,62)
#2C8D39
(44,141,57)
#287F34
(40,127,52)
#24712F
(36,113,47)
#20632A
(32,99,42)
#1C5525
(28,85,37)
#184720
(24,71,32)
#14391B
(20,57,27)
#102B16
(16,43,22)
#0C1D11
(12,29,17)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #309B3E

#309B3E
(48,155,62)
#42A44F
(66,164,79)
#54AD60
(84,173,96)
#66B671
(102,182,113)
#78BF82
(120,191,130)
#8AC893
(138,200,147)
#9CD1A4
(156,209,164)
#AEDAB5
(174,218,181)
#C0E3C6
(192,227,198)
#D2ECD7
(210,236,215)
#E4F5E8
(228,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #309B3E; }

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

This text font color is #309B3E.


Background Color

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

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

This div background color is #309B3E.


Border color

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

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

This div border color is #309B3E.


Opacity

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

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

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

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

This text has shadow with #309B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309B3E on black background.


Color preview on white background

This text has color #309B3E on white background.



Black color preview on #309B3E background

This text has black color on #309B3E background.


White color preview on #309B3E background

This text has white color on #309B3E background.