COLOR #31A120

HEX: #31A120
RGB: (49,161,32)

Color info

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

RGB color model

#31A120 color RGB value is (49,161,32).

  • red value is 49;
  • green value is 161;
  • blue value is 32.
RGB:
(49,161,32)
(19%,63%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 161 of 255 = 63%
B 32 of 255 = 13%

49
161
32

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

Portions of RGB colors in percentages

R + G + B =
49 + 161 + 32 = 242 (100%)
R 49 of 242 ~ 20.25%
G 161 of 242 ~ 66.53%
B 32 of 242 ~ 13.22%

%20.25
%66.53
%13.22

CMYK color model

#31A120 color CMYK value is (70,0,80,37).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 80.12%
  • key color value is 36.86%
CMYK:
(70,0,80,37)
C70M0Y80K37 
(70%,0%,80%,37%)
(0.70/0.00/0.80/0.37)	

CMYK percentages

%69.57
%0
%80.12
%36.86

Codes

Color #31A120 in popluar color models

31A120
RGB4916132
HSL112°66.84%37.84%
HSB/HSV112°80.12%63.14%
CMYK69.57%0.00%80.12%
36.86%

Color #31A120 in popluar number systems.

HEX31A120
Decimal4916132
Binary11000110100001100000
Octal6124140

Shades and tints

Shades of #31A120

#31A120
(49,161,32)
#2D931E
(45,147,30)
#29851C
(41,133,28)
#25771A
(37,119,26)
#216918
(33,105,24)
#1D5B16
(29,91,22)
#194D14
(25,77,20)
#153F12
(21,63,18)
#113110
(17,49,16)
#0D230E
(13,35,14)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #31A120

#31A120
(49,161,32)
#43A934
(67,169,52)
#55B148
(85,177,72)
#67B95C
(103,185,92)
#79C170
(121,193,112)
#8BC984
(139,201,132)
#9DD198
(157,209,152)
#AFD9AC
(175,217,172)
#C1E1C0
(193,225,192)
#D3E9D4
(211,233,212)
#E5F1E8
(229,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31A120 color. Also use rgb(49,161,32) instead hex code.

Text Font Color

.myTextColor { color: #31A120; }

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

This text font color is #31A120.


Background Color

.myBgColor { background-color: #31A120; }

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

This div background color is #31A120.


Border color

.myBorderColor { border: 1px solid #31A120; }

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

This div border color is #31A120.


Opacity

.myOpacity80 { color: #31A120; opacity: 0.8; }

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

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

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

This text has shadow with #31A120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31A120 on black background.


Color preview on white background

This text has color #31A120 on white background.



Black color preview on #31A120 background

This text has black color on #31A120 background.


White color preview on #31A120 background

This text has white color on #31A120 background.