COLOR #38A130

HEX: #38A130 RGB: (56,161,48)

Color info

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

RGB color model

#38A130 color RGB value is (56,161,48).

RGB: (56,161,48) (22%, 63%, 19%)

RGB channels and saturation

R 56 of 255 = 22%
G 161 of 255 = 63%
B 48 of 255 = 19%

56
161
48

R + G + B ~ 35%. #38A130 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 161 + 48 = 265 (100%)
R 56 of 265 ~ 21.13%
G 161 of 265 ~ 60.75%
B 48 of 265 ~ 18.11'%

%21.13
%60.75
%18.11

CMYK color model

#38A130 color CMYK value is (65,0,70,37).

  • cyan value is 65.22%
  • magenta value is 0.00%
  • yellow value is 70.19%
  • key color value is 36.86%

CMYK: (65,0,70,37)
C65M0Y70K37 (65%, 0%, 70%, 37%)
(0.65 / 0.00 / 0.70 / 0.37)

CMYK percentages

%65.22
%0
%70.19
%36.86

Codes

Color #38A130 in popluar color models

38 A1 30
RGB 56 161 48
HSL 116° 54.07% 40.98%
HSB/HSV 116° 70.19% 63.14%
CMYK 65.22% 0.00% 70.19%
36.86%

Color #38A130 in popluar number systems.

HEX 38 A1 30
Decimal 56 161 48
Binary 111000 10100001 110000
Octal 70 241 60

Shades and tints

Shades of #38A130

#38A130
(56,161,48)
#33932C
(51,147,44)
#2E8528
(46,133,40)
#297724
(41,119,36)
#246920
(36,105,32)
#1F5B1C
(31,91,28)
#1A4D18
(26,77,24)
#153F14
(21,63,20)
#103110
(16,49,16)
#0B230C
(11,35,12)
#061508
(6,21,8)
#000000
(0,0,0)

Tints of #38A130

#38A130
(56,161,48)
#4AA942
(74,169,66)
#5CB154
(92,177,84)
#6EB966
(110,185,102)
#80C178
(128,193,120)
#92C98A
(146,201,138)
#A4D19C
(164,209,156)
#B6D9AE
(182,217,174)
#C8E1C0
(200,225,192)
#DAE9D2
(218,233,210)
#ECF1E4
(236,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A130 color. Also use rgb(56,161,48) instead hex code.

Text Font Color

.myTextColor { color: #38A130; }

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

This text font color is #38A130.

Background Color

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

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

This div background color is #38A130.

Border color

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

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

This div border color is #38A130.

Opacity

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

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

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

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

This text has shadow with #38A130 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38A130.

Preview

Color preview on black background

This text has color #38A130 on black background.


Color preview on white background

This text has color #38A130 on white background.


Black color preview on #38A130 background

This text has black color on #38A130 background.


White color preview on #38A130 background

This text has white color on #38A130 background.


Related colors

Complementary color

Complementary color for #hex is #C75ECF.


I love getcolorcode.com

Triadic colors

1 #3038A1 and #A13038 with #38A130 are triadic colors.

2 #30A138 and #A13830 with #38A130 are triadic colors.