COLOR #228D49

HEX: #228D49
RGB: (34,141,73)

Color info

#228D49 contains mainly green color. Web safe color of #228D49 is #339933 (or #393).

RGB color model

#228D49 color RGB value is (34,141,73).

  • red value is 34;
  • green value is 141;
  • blue value is 73.
RGB:
(34,141,73)
(13%,55%,29%)

RGB channels and saturation

R 34 of 255 = 13%
G 141 of 255 = 55%
B 73 of 255 = 29%

34
141
73

R + G + B ~ 32%. #228D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 141 + 73 = 248 (100%)
R 34 of 248 ~ 13.71%
G 141 of 248 ~ 56.85%
B 73 of 248 ~ 29.44%

%13.71
%56.85
%29.44

CMYK color model

#228D49 color CMYK value is (76,0,48,45).

  • cyan value is 75.89%
  • magenta value is 0.00%
  • yellow value is 48.23%
  • key color value is 44.71%
CMYK:
(76,0,48,45)
C76M0Y48K45 
(76%,0%,48%,45%)
(0.76/0.00/0.48/0.45)	

CMYK percentages

%75.89
%0
%48.23
%44.71

Codes

Color #228D49 in popluar color models

228D49
RGB3414173
HSL142°61.14%34.31%
HSB/HSV142°75.89%55.29%
CMYK75.89%0.00%48.23%
44.71%

Color #228D49 in popluar number systems.

HEX228D49
Decimal3414173
Binary100010100011011001001
Octal42215111

Shades and tints

Shades of #228D49

#228D49
(34,141,73)
#1F8143
(31,129,67)
#1C753D
(28,117,61)
#196937
(25,105,55)
#165D31
(22,93,49)
#13512B
(19,81,43)
#104525
(16,69,37)
#0D391F
(13,57,31)
#0A2D19
(10,45,25)
#072113
(7,33,19)
#04150D
(4,21,13)
#000000
(0,0,0)

Tints of #228D49

#228D49
(34,141,73)
#369759
(54,151,89)
#4AA169
(74,161,105)
#5EAB79
(94,171,121)
#72B589
(114,181,137)
#86BF99
(134,191,153)
#9AC9A9
(154,201,169)
#AED3B9
(174,211,185)
#C2DDC9
(194,221,201)
#D6E7D9
(214,231,217)
#EAF1E9
(234,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #228D49 color. Also use rgb(34,141,73) instead hex code.

Text Font Color

.myTextColor { color: #228D49; }

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

This text font color is #228D49.


Background Color

.myBgColor { background-color: #228D49; }

<div style="background-color:#228D49">Inner text</div>

This div background color is #228D49.


Border color

.myBorderColor { border: 1px solid #228D49; }

<div style="border:3px solid #228D49">Div</div>

This div border color is #228D49.


Opacity

.myOpacity80 { color: #228D49; opacity: 0.8; }

<p style="color:#228D49;opacity:0.8;">80%</p>

Text with #228D49 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 #228D49;}

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

This text has shadow with #228D49 color.

.textShadow {text-shadow: 3px 3px 1px #228D49, 3px 3px 1px red;}

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

This text has shadow with #228D49 primary color and red secondary color.


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

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

This text has shadow with #228D49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #228D49 on black background.


Color preview on white background

This text has color #228D49 on white background.



Black color preview on #228D49 background

This text has black color on #228D49 background.


White color preview on #228D49 background

This text has white color on #228D49 background.