COLOR #308122

HEX: #308122
RGB: (48,129,34)

Color info

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

RGB color model

#308122 color RGB value is (48,129,34).

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

RGB channels and saturation

R 48 of 255 = 19%
G 129 of 255 = 51%
B 34 of 255 = 13%

48
129
34

R + G + B ~ 28%. #308122 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 129 + 34 = 211 (100%)
R 48 of 211 ~ 22.75%
G 129 of 211 ~ 61.14%
B 34 of 211 ~ 16.11%

%22.75
%61.14
%16.11

CMYK color model

#308122 color CMYK value is (63,0,74,49).

  • cyan value is 62.79%
  • magenta value is 0.00%
  • yellow value is 73.64%
  • key color value is 49.41%
CMYK:
(63,0,74,49)
C63M0Y74K49 
(63%,0%,74%,49%)
(0.63/0.00/0.74/0.49)	

CMYK percentages

%62.79
%0
%73.64
%49.41

Codes

Color #308122 in popluar color models

308122
RGB4812934
HSL111°58.28%31.96%
HSB/HSV111°73.64%50.59%
CMYK62.79%0.00%73.64%
49.41%

Color #308122 in popluar number systems.

HEX308122
Decimal4812934
Binary11000010000001100010
Octal6020142

Shades and tints

Shades of #308122

#308122
(48,129,34)
#2C761F
(44,118,31)
#286B1C
(40,107,28)
#246019
(36,96,25)
#205516
(32,85,22)
#1C4A13
(28,74,19)
#183F10
(24,63,16)
#14340D
(20,52,13)
#10290A
(16,41,10)
#0C1E07
(12,30,7)
#081304
(8,19,4)
#000000
(0,0,0)

Tints of #308122

#308122
(48,129,34)
#428C36
(66,140,54)
#54974A
(84,151,74)
#66A25E
(102,162,94)
#78AD72
(120,173,114)
#8AB886
(138,184,134)
#9CC39A
(156,195,154)
#AECEAE
(174,206,174)
#C0D9C2
(192,217,194)
#D2E4D6
(210,228,214)
#E4EFEA
(228,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #308122; }

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

This text font color is #308122.


Background Color

.myBgColor { background-color: #308122; }

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

This div background color is #308122.


Border color

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

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

This div border color is #308122.


Opacity

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

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

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

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

This text has shadow with #308122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #308122 on black background.


Color preview on white background

This text has color #308122 on white background.



Black color preview on #308122 background

This text has black color on #308122 background.


White color preview on #308122 background

This text has white color on #308122 background.