COLOR #38AE20

HEX: #38AE20 RGB: (56,174,32)

Color info

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

RGB color model

#38AE20 color RGB value is (56,174,32).

RGB: (56,174,32) (22%, 68%, 13%)

RGB channels and saturation

R 56 of 255 = 22%
G 174 of 255 = 68%
B 32 of 255 = 13%

56
174
32

R + G + B ~ 34%. #38AE20 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 174 + 32 = 262 (100%)
R 56 of 262 ~ 21.37%
G 174 of 262 ~ 66.41%
B 32 of 262 ~ 12.21'%

%21.37
%66.41
%12.21

CMYK color model

#38AE20 color CMYK value is (68,0,82,32).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 81.61%
  • key color value is 31.76%

CMYK: (68,0,82,32)
C68M0Y82K32 (68%, 0%, 82%, 32%)
(0.68 / 0.00 / 0.82 / 0.32)

CMYK percentages

%67.82
%0
%81.61
%31.76

Codes

Color #38AE20 in popluar color models

38 AE 20
RGB 56 174 32
HSL 110° 68.93% 40.39%
HSB/HSV 110° 81.61% 68.24%
CMYK 67.82% 0.00% 81.61%
31.76%

Color #38AE20 in popluar number systems.

HEX 38 AE 20
Decimal 56 174 32
Binary 111000 10101110 100000
Octal 70 256 40

Shades and tints

Shades of #38AE20

#38AE20
(56,174,32)
#339F1E
(51,159,30)
#2E901C
(46,144,28)
#29811A
(41,129,26)
#247218
(36,114,24)
#1F6316
(31,99,22)
#1A5414
(26,84,20)
#154512
(21,69,18)
#103610
(16,54,16)
#0B270E
(11,39,14)
#06180C
(6,24,12)
#000000
(0,0,0)

Tints of #38AE20

#38AE20
(56,174,32)
#4AB534
(74,181,52)
#5CBC48
(92,188,72)
#6EC35C
(110,195,92)
#80CA70
(128,202,112)
#92D184
(146,209,132)
#A4D898
(164,216,152)
#B6DFAC
(182,223,172)
#C8E6C0
(200,230,192)
#DAEDD4
(218,237,212)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38AE20 color. Also use rgb(56,174,32) instead hex code.

Text Font Color

.myTextColor { color: #38AE20; }

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

This text font color is #38AE20.

Background Color

.myBgColor { background-color: #38AE20; }

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

This div background color is #38AE20.

Border color

.myBorderColor { border: 1px solid #38AE20; }

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

This div border color is #38AE20.

Opacity

.myOpacity80 { color: #38AE20; opacity: 0.8; }

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

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

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

This text has shadow with #38AE20 color.


.textShadow {text-shadow: 3px 3px 1px #38AE20', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #38AE20; -webkit-box-shadow: 1px 1px 3px 2px #38AE20; box-shadow:1px 1px 3px 2px #38AE20;">
Div content here
</div>

This div box has shadow with color #38AE20.

Preview

Color preview on black background

This text has color #38AE20 on black background.


Color preview on white background

This text has color #38AE20 on white background.


Black color preview on #38AE20 background

This text has black color on #38AE20 background.


White color preview on #38AE20 background

This text has white color on #38AE20 background.


Related colors

Complementary color

Complementary color for #hex is #C751DF.


I love getcolorcode.com

Triadic colors

1 #2038AE and #AE2038 with #38AE20 are triadic colors.

2 #20AE38 and #AE3820 with #38AE20 are triadic colors.