COLOR #31AE22

HEX: #31AE22
RGB: (49,174,34)

Color info

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

RGB color model

#31AE22 color RGB value is (49,174,34).

  • red value is 49;
  • green value is 174;
  • blue value is 34.
RGB:
(49,174,34)
(19%,68%,13%)

RGB channels and saturation

R 49 of 255 = 19%
G 174 of 255 = 68%
B 34 of 255 = 13%

49
174
34

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

Portions of RGB colors in percentages

R + G + B =
49 + 174 + 34 = 257 (100%)
R 49 of 257 ~ 19.07%
G 174 of 257 ~ 67.7%
B 34 of 257 ~ 13.23%

%19.07
%67.7
%13.23

CMYK color model

#31AE22 color CMYK value is (72,0,80,32).

  • cyan value is 71.84%
  • magenta value is 0.00%
  • yellow value is 80.46%
  • key color value is 31.76%
CMYK:
(72,0,80,32)
C72M0Y80K32 
(72%,0%,80%,32%)
(0.72/0.00/0.80/0.32)	

CMYK percentages

%71.84
%0
%80.46
%31.76

Codes

Color #31AE22 in popluar color models

31AE22
RGB4917434
HSL114°67.31%40.78%
HSB/HSV114°80.46%68.24%
CMYK71.84%0.00%80.46%
31.76%

Color #31AE22 in popluar number systems.

HEX31AE22
Decimal4917434
Binary11000110101110100010
Octal6125642

Shades and tints

Shades of #31AE22

#31AE22
(49,174,34)
#2D9F1F
(45,159,31)
#29901C
(41,144,28)
#258119
(37,129,25)
#217216
(33,114,22)
#1D6313
(29,99,19)
#195410
(25,84,16)
#15450D
(21,69,13)
#11360A
(17,54,10)
#0D2707
(13,39,7)
#091804
(9,24,4)
#000000
(0,0,0)

Tints of #31AE22

#31AE22
(49,174,34)
#43B536
(67,181,54)
#55BC4A
(85,188,74)
#67C35E
(103,195,94)
#79CA72
(121,202,114)
#8BD186
(139,209,134)
#9DD89A
(157,216,154)
#AFDFAE
(175,223,174)
#C1E6C2
(193,230,194)
#D3EDD6
(211,237,214)
#E5F4EA
(229,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31AE22 color. Also use rgb(49,174,34) instead hex code.

Text Font Color

.myTextColor { color: #31AE22; }

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

This text font color is #31AE22.


Background Color

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

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

This div background color is #31AE22.


Border color

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

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

This div border color is #31AE22.


Opacity

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

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

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

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

This text has shadow with #31AE22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31AE22 on black background.


Color preview on white background

This text has color #31AE22 on white background.



Black color preview on #31AE22 background

This text has black color on #31AE22 background.


White color preview on #31AE22 background

This text has white color on #31AE22 background.