COLOR #31B628

HEX: #31B628
RGB: (49,182,40)

Color info

#31B628 contains mainly green color. Web safe color of #31B628 is #33CC33 (or #3C3).

RGB color model

#31B628 color RGB value is (49,182,40).

  • red value is 49;
  • green value is 182;
  • blue value is 40.
RGB:
(49,182,40)
(19%,71%,16%)

RGB channels and saturation

R 49 of 255 = 19%
G 182 of 255 = 71%
B 40 of 255 = 16%

49
182
40

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

Portions of RGB colors in percentages

R + G + B =
49 + 182 + 40 = 271 (100%)
R 49 of 271 ~ 18.08%
G 182 of 271 ~ 67.16%
B 40 of 271 ~ 14.76%

%18.08
%67.16
%14.76

CMYK color model

#31B628 color CMYK value is (73,0,78,29).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 78.02%
  • key color value is 28.63%
CMYK:
(73,0,78,29)
C73M0Y78K29 
(73%,0%,78%,29%)
(0.73/0.00/0.78/0.29)	

CMYK percentages

%73.08
%0
%78.02
%28.63

Codes

Color #31B628 in popluar color models

31B628
RGB4918240
HSL116°63.96%43.53%
HSB/HSV116°78.02%71.37%
CMYK73.08%0.00%78.02%
28.63%

Color #31B628 in popluar number systems.

HEX31B628
Decimal4918240
Binary11000110110110101000
Octal6126650

Shades and tints

Shades of #31B628

#31B628
(49,182,40)
#2DA625
(45,166,37)
#299622
(41,150,34)
#25861F
(37,134,31)
#21761C
(33,118,28)
#1D6619
(29,102,25)
#195616
(25,86,22)
#154613
(21,70,19)
#113610
(17,54,16)
#0D260D
(13,38,13)
#09160A
(9,22,10)
#000000
(0,0,0)

Tints of #31B628

#31B628
(49,182,40)
#43BC3B
(67,188,59)
#55C24E
(85,194,78)
#67C861
(103,200,97)
#79CE74
(121,206,116)
#8BD487
(139,212,135)
#9DDA9A
(157,218,154)
#AFE0AD
(175,224,173)
#C1E6C0
(193,230,192)
#D3ECD3
(211,236,211)
#E5F2E6
(229,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B628 color. Also use rgb(49,182,40) instead hex code.

Text Font Color

.myTextColor { color: #31B628; }

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

This text font color is #31B628.


Background Color

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

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

This div background color is #31B628.


Border color

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

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

This div border color is #31B628.


Opacity

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

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

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

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

This text has shadow with #31B628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B628 on black background.


Color preview on white background

This text has color #31B628 on white background.



Black color preview on #31B628 background

This text has black color on #31B628 background.


White color preview on #31B628 background

This text has white color on #31B628 background.