COLOR #228A39

HEX: #228A39
RGB: (34,138,57)

Color info

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

RGB color model

#228A39 color RGB value is (34,138,57).

  • red value is 34;
  • green value is 138;
  • blue value is 57.
RGB:
(34,138,57)
(13%,54%,22%)

RGB channels and saturation

R 34 of 255 = 13%
G 138 of 255 = 54%
B 57 of 255 = 22%

34
138
57

R + G + B ~ 30%. #228A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 138 + 57 = 229 (100%)
R 34 of 229 ~ 14.85%
G 138 of 229 ~ 60.26%
B 57 of 229 ~ 24.89%

%14.85
%60.26
%24.89

CMYK color model

#228A39 color CMYK value is (75,0,59,46).

  • cyan value is 75.36%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK:
(75,0,59,46)
C75M0Y59K46 
(75%,0%,59%,46%)
(0.75/0.00/0.59/0.46)	

CMYK percentages

%75.36
%0
%58.7
%45.88

Codes

Color #228A39 in popluar color models

228A39
RGB3413857
HSL133°60.47%33.73%
HSB/HSV133°75.36%54.12%
CMYK75.36%0.00%58.70%
45.88%

Color #228A39 in popluar number systems.

HEX228A39
Decimal3413857
Binary10001010001010111001
Octal4221271

Shades and tints

Shades of #228A39

#228A39
(34,138,57)
#1F7E34
(31,126,52)
#1C722F
(28,114,47)
#19662A
(25,102,42)
#165A25
(22,90,37)
#134E20
(19,78,32)
#10421B
(16,66,27)
#0D3616
(13,54,22)
#0A2A11
(10,42,17)
#071E0C
(7,30,12)
#041207
(4,18,7)
#000000
(0,0,0)

Tints of #228A39

#228A39
(34,138,57)
#36944B
(54,148,75)
#4A9E5D
(74,158,93)
#5EA86F
(94,168,111)
#72B281
(114,178,129)
#86BC93
(134,188,147)
#9AC6A5
(154,198,165)
#AED0B7
(174,208,183)
#C2DAC9
(194,218,201)
#D6E4DB
(214,228,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #228A39 color. Also use rgb(34,138,57) instead hex code.

Text Font Color

.myTextColor { color: #228A39; }

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

This text font color is #228A39.


Background Color

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

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

This div background color is #228A39.


Border color

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

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

This div border color is #228A39.


Opacity

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

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

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

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

This text has shadow with #228A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #228A39 on black background.


Color preview on white background

This text has color #228A39 on white background.



Black color preview on #228A39 background

This text has black color on #228A39 background.


White color preview on #228A39 background

This text has white color on #228A39 background.