COLOR #308139

HEX: #308139
RGB: (48,129,57)

Color info

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

RGB color model

#308139 color RGB value is (48,129,57).

  • red value is 48;
  • green value is 129;
  • blue value is 57.
RGB:
(48,129,57)
(19%,51%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 129 of 255 = 51%
B 57 of 255 = 22%

48
129
57

R + G + B ~ 31%. #308139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 129 + 57 = 234 (100%)
R 48 of 234 ~ 20.51%
G 129 of 234 ~ 55.13%
B 57 of 234 ~ 24.36%

%20.51
%55.13
%24.36

CMYK color model

#308139 color CMYK value is (63,0,56,49).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(63,0,56,49)
C63M0Y56K49 
(63%,0%,56%,49%)
(0.63/0.00/0.56/0.49)	

CMYK percentages

%62.79
%0
%55.81
%49.41

Codes

Color #308139 in popluar color models

308139
RGB4812957
HSL127°45.76%34.71%
HSB/HSV127°62.79%50.59%
CMYK62.79%0.00%55.81%
49.41%

Color #308139 in popluar number systems.

HEX308139
Decimal4812957
Binary11000010000001111001
Octal6020171

Shades and tints

Shades of #308139

#308139
(48,129,57)
#2C7634
(44,118,52)
#286B2F
(40,107,47)
#24602A
(36,96,42)
#205525
(32,85,37)
#1C4A20
(28,74,32)
#183F1B
(24,63,27)
#143416
(20,52,22)
#102911
(16,41,17)
#0C1E0C
(12,30,12)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #308139

#308139
(48,129,57)
#428C4B
(66,140,75)
#54975D
(84,151,93)
#66A26F
(102,162,111)
#78AD81
(120,173,129)
#8AB893
(138,184,147)
#9CC3A5
(156,195,165)
#AECEB7
(174,206,183)
#C0D9C9
(192,217,201)
#D2E4DB
(210,228,219)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #308139 color. Also use rgb(48,129,57) instead hex code.

Text Font Color

.myTextColor { color: #308139; }

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

This text font color is #308139.


Background Color

.myBgColor { background-color: #308139; }

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

This div background color is #308139.


Border color

.myBorderColor { border: 1px solid #308139; }

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

This div border color is #308139.


Opacity

.myOpacity80 { color: #308139; opacity: 0.8; }

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

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

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

This text has shadow with #308139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308139 on black background.


Color preview on white background

This text has color #308139 on white background.



Black color preview on #308139 background

This text has black color on #308139 background.


White color preview on #308139 background

This text has white color on #308139 background.