COLOR #225E49

HEX: #225E49 RGB: (34,94,73)

Color info

#225E49 contains mainly green and blue colors. Web safe color of #225E49 is #336633 (or #363).

RGB color model

#225E49 color RGB value is (34,94,73).

RGB: (34,94,73) (13%, 37%, 29%)

RGB channels and saturation

R 34 of 255 = 13%
G 94 of 255 = 37%
B 73 of 255 = 29%

34
94
73

R + G + B ~ 26%. #225E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 34 + 94 + 73 = 201 (100%)
R 34 of 201 ~ 16.92%
G 94 of 201 ~ 46.77%
B 73 of 201 ~ 36.32'%

%16.92
%46.77
%36.32

CMYK color model

#225E49 color CMYK value is (64,0,22,63).

  • cyan value is 63.83%
  • magenta value is 0.00%
  • yellow value is 22.34%
  • key color value is 63.14%

CMYK: (64,0,22,63)
C64M0Y22K63 (64%, 0%, 22%, 63%)
(0.64 / 0.00 / 0.22 / 0.63)

CMYK percentages

%63.83
%0
%22.34
%63.14

Codes

Color #225E49 in popluar color models

22 5E 49
RGB 34 94 73
HSL 159° 46.88% 25.10%
HSB/HSV 159° 63.83% 36.86%
CMYK 63.83% 0.00% 22.34%
63.14%

Color #225E49 in popluar number systems.

HEX 22 5E 49
Decimal 34 94 73
Binary 100010 1011110 1001001
Octal 42 136 111

Shades and tints

Shades of #225E49

#225E49
(34,94,73)
#1F5643
(31,86,67)
#1C4E3D
(28,78,61)
#194637
(25,70,55)
#163E31
(22,62,49)
#13362B
(19,54,43)
#102E25
(16,46,37)
#0D261F
(13,38,31)
#0A1E19
(10,30,25)
#071613
(7,22,19)
#040E0D
(4,14,13)
#000000
(0,0,0)

Tints of #225E49

#225E49
(34,94,73)
#366C59
(54,108,89)
#4A7A69
(74,122,105)
#5E8879
(94,136,121)
#729689
(114,150,137)
#86A499
(134,164,153)
#9AB2A9
(154,178,169)
#AEC0B9
(174,192,185)
#C2CEC9
(194,206,201)
#D6DCD9
(214,220,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225E49 color. Also use rgb(34,94,73) instead hex code.

Text Font Color

.myTextColor { color: #225E49; }

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

This text font color is #225E49.

Background Color

.myBgColor { background-color: #225E49; }

<div style="background-color:#225E49">Inner text</div>

This div background color is #225E49.

Border color

.myBorderColor { border: 1px solid #225E49; }

<div style="border:3px solid #225E49">Div</div>

This div border color is #225E49.

Opacity

.myOpacity80 { color: #225E49; opacity: 0.8; }

<p style="color:#225E49;opacity:0.8;">80%</p>

Text with #225E49 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 #225E49;}

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

This text has shadow with #225E49 color.


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

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

This text has shadow with #225E49 primary color and red secondary color.


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

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

This text has shadow with #225E49 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #225E49.

Preview

Color preview on black background

This text has color #225E49 on black background.


Color preview on white background

This text has color #225E49 on white background.


Black color preview on #225E49 background

This text has black color on #225E49 background.


White color preview on #225E49 background

This text has white color on #225E49 background.


Related colors

Complementary color

Complementary color for #hex is #DDA1B6.


I love getcolorcode.com

Triadic colors

1 #49225E and #5E4922 with #225E49 are triadic colors.

2 #495E22 and #5E2249 with #225E49 are triadic colors.