COLOR #229B41

HEX: #229B41
RGB: (34,155,65)

Color info

#229B41 contains mainly green color. Web safe color of #229B41 is #339933 (or #393).

RGB color model

#229B41 color RGB value is (34,155,65).

  • red value is 34;
  • green value is 155;
  • blue value is 65.
RGB:
(34,155,65)
(13%,61%,25%)

RGB channels and saturation

R 34 of 255 = 13%
G 155 of 255 = 61%
B 65 of 255 = 25%

34
155
65

R + G + B ~ 33%. #229B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 155 + 65 = 254 (100%)
R 34 of 254 ~ 13.39%
G 155 of 254 ~ 61.02%
B 65 of 254 ~ 25.59%

%13.39
%61.02
%25.59

CMYK color model

#229B41 color CMYK value is (78,0,58,39).

  • cyan value is 78.06%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 39.22%
CMYK:
(78,0,58,39)
C78M0Y58K39 
(78%,0%,58%,39%)
(0.78/0.00/0.58/0.39)	

CMYK percentages

%78.06
%0
%58.06
%39.22

Codes

Color #229B41 in popluar color models

229B41
RGB3415565
HSL135°64.02%37.06%
HSB/HSV135°78.06%60.78%
CMYK78.06%0.00%58.06%
39.22%

Color #229B41 in popluar number systems.

HEX229B41
Decimal3415565
Binary100010100110111000001
Octal42233101

Shades and tints

Shades of #229B41

#229B41
(34,155,65)
#1F8D3C
(31,141,60)
#1C7F37
(28,127,55)
#197132
(25,113,50)
#16632D
(22,99,45)
#135528
(19,85,40)
#104723
(16,71,35)
#0D391E
(13,57,30)
#0A2B19
(10,43,25)
#071D14
(7,29,20)
#040F0F
(4,15,15)
#000000
(0,0,0)

Tints of #229B41

#229B41
(34,155,65)
#36A452
(54,164,82)
#4AAD63
(74,173,99)
#5EB674
(94,182,116)
#72BF85
(114,191,133)
#86C896
(134,200,150)
#9AD1A7
(154,209,167)
#AEDAB8
(174,218,184)
#C2E3C9
(194,227,201)
#D6ECDA
(214,236,218)
#EAF5EB
(234,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #229B41 color. Also use rgb(34,155,65) instead hex code.

Text Font Color

.myTextColor { color: #229B41; }

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

This text font color is #229B41.


Background Color

.myBgColor { background-color: #229B41; }

<div style="background-color:#229B41">Inner text</div>

This div background color is #229B41.


Border color

.myBorderColor { border: 1px solid #229B41; }

<div style="border:3px solid #229B41">Div</div>

This div border color is #229B41.


Opacity

.myOpacity80 { color: #229B41; opacity: 0.8; }

<p style="color:#229B41;opacity:0.8;">80%</p>

Text with #229B41 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 #229B41;}

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

This text has shadow with #229B41 color.

.textShadow {text-shadow: 3px 3px 1px #229B41, 3px 3px 1px red;}

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

This text has shadow with #229B41 primary color and red secondary color.


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

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

This text has shadow with #229B41 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #229B41 on black background.


Color preview on white background

This text has color #229B41 on white background.



Black color preview on #229B41 background

This text has black color on #229B41 background.


White color preview on #229B41 background

This text has white color on #229B41 background.