COLOR #31B221

HEX: #31B221
RGB: (49,178,33)

Color info

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

RGB color model

#31B221 color RGB value is (49,178,33).

  • red value is 49;
  • green value is 178;
  • blue value is 33.
RGB:
(49,178,33)
(19%,70%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 178 of 255 = 70%
B 33 of 255 = 13%

49
178
33

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

Portions of RGB colors in percentages

R + G + B =
49 + 178 + 33 = 260 (100%)
R 49 of 260 ~ 18.85%
G 178 of 260 ~ 68.46%
B 33 of 260 ~ 12.69%

%18.85
%68.46
%12.69

CMYK color model

#31B221 color CMYK value is (72,0,81,30).

  • cyan value is 72.47%
  • magenta value is 0.00%
  • yellow value is 81.46%
  • key color value is 30.20%
CMYK:
(72,0,81,30)
C72M0Y81K30 
(72%,0%,81%,30%)
(0.72/0.00/0.81/0.30)	

CMYK percentages

%72.47
%0
%81.46
%30.2

Codes

Color #31B221 in popluar color models

31B221
RGB4917833
HSL113°68.72%41.37%
HSB/HSV113°81.46%69.80%
CMYK72.47%0.00%81.46%
30.20%

Color #31B221 in popluar number systems.

HEX31B221
Decimal4917833
Binary11000110110010100001
Octal6126241

Shades and tints

Shades of #31B221

#31B221
(49,178,33)
#2DA21E
(45,162,30)
#29921B
(41,146,27)
#258218
(37,130,24)
#217215
(33,114,21)
#1D6212
(29,98,18)
#19520F
(25,82,15)
#15420C
(21,66,12)
#113209
(17,50,9)
#0D2206
(13,34,6)
#091203
(9,18,3)
#000000
(0,0,0)

Tints of #31B221

#31B221
(49,178,33)
#43B935
(67,185,53)
#55C049
(85,192,73)
#67C75D
(103,199,93)
#79CE71
(121,206,113)
#8BD585
(139,213,133)
#9DDC99
(157,220,153)
#AFE3AD
(175,227,173)
#C1EAC1
(193,234,193)
#D3F1D5
(211,241,213)
#E5F8E9
(229,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31B221 color. Also use rgb(49,178,33) instead hex code.

Text Font Color

.myTextColor { color: #31B221; }

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

This text font color is #31B221.


Background Color

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

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

This div background color is #31B221.


Border color

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

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

This div border color is #31B221.


Opacity

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

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

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

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

This text has shadow with #31B221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31B221 on black background.


Color preview on white background

This text has color #31B221 on white background.



Black color preview on #31B221 background

This text has black color on #31B221 background.


White color preview on #31B221 background

This text has white color on #31B221 background.