COLOR #309F32

HEX: #309F32
RGB: (48,159,50)

Color info

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

RGB color model

#309F32 color RGB value is (48,159,50).

  • red value is 48;
  • green value is 159;
  • blue value is 50.
RGB:
(48,159,50)
(19%,62%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 159 of 255 = 62%
B 50 of 255 = 20%

48
159
50

R + G + B ~ 34%. #309F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 159 + 50 = 257 (100%)
R 48 of 257 ~ 18.68%
G 159 of 257 ~ 61.87%
B 50 of 257 ~ 19.46%

%18.68
%61.87
%19.46

CMYK color model

#309F32 color CMYK value is (70,0,69,38).

  • cyan value is 69.81%
  • magenta value is 0.00%
  • yellow value is 68.55%
  • key color value is 37.65%
CMYK:
(70,0,69,38)
C70M0Y69K38 
(70%,0%,69%,38%)
(0.70/0.00/0.69/0.38)	

CMYK percentages

%69.81
%0
%68.55
%37.65

Codes

Color #309F32 in popluar color models

309F32
RGB4815950
HSL121°53.62%40.59%
HSB/HSV121°69.81%62.35%
CMYK69.81%0.00%68.55%
37.65%

Color #309F32 in popluar number systems.

HEX309F32
Decimal4815950
Binary11000010011111110010
Octal6023762

Shades and tints

Shades of #309F32

#309F32
(48,159,50)
#2C912E
(44,145,46)
#28832A
(40,131,42)
#247526
(36,117,38)
#206722
(32,103,34)
#1C591E
(28,89,30)
#184B1A
(24,75,26)
#143D16
(20,61,22)
#102F12
(16,47,18)
#0C210E
(12,33,14)
#08130A
(8,19,10)
#000000
(0,0,0)

Tints of #309F32

#309F32
(48,159,50)
#42A744
(66,167,68)
#54AF56
(84,175,86)
#66B768
(102,183,104)
#78BF7A
(120,191,122)
#8AC78C
(138,199,140)
#9CCF9E
(156,207,158)
#AED7B0
(174,215,176)
#C0DFC2
(192,223,194)
#D2E7D4
(210,231,212)
#E4EFE6
(228,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #309F32 color. Also use rgb(48,159,50) instead hex code.

Text Font Color

.myTextColor { color: #309F32; }

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

This text font color is #309F32.


Background Color

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

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

This div background color is #309F32.


Border color

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

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

This div border color is #309F32.


Opacity

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

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

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

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

This text has shadow with #309F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #309F32 on black background.


Color preview on white background

This text has color #309F32 on white background.



Black color preview on #309F32 background

This text has black color on #309F32 background.


White color preview on #309F32 background

This text has white color on #309F32 background.