COLOR #228D75

HEX: #228D75
RGB: (34,141,117)

Color info

#228D75 contains mainly green and blue colors. Web safe color of #228D75 is #339966 (or #396).

RGB color model

#228D75 color RGB value is (34,141,117).

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

RGB channels and saturation

R 34 of 255 = 13%
G 141 of 255 = 55%
B 117 of 255 = 46%

34
141
117

R + G + B ~ 38%. #228D75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 141 + 117 = 292 (100%)
R 34 of 292 ~ 11.64%
G 141 of 292 ~ 48.29%
B 117 of 292 ~ 40.07%

%11.64
%48.29
%40.07

CMYK color model

#228D75 color CMYK value is (76,0,17,45).

  • cyan value is 75.89%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 44.71%
CMYK:
(76,0,17,45)
C76M0Y17K45 
(76%,0%,17%,45%)
(0.76/0.00/0.17/0.45)	

CMYK percentages

%75.89
%0
%17.02
%44.71

Codes

Color #228D75 in popluar color models

228D75
RGB34141117
HSL167°61.14%34.31%
HSB/HSV167°75.89%55.29%
CMYK75.89%0.00%17.02%
44.71%

Color #228D75 in popluar number systems.

HEX228D75
Decimal34141117
Binary100010100011011110101
Octal42215165

Shades and tints

Shades of #228D75

#228D75
(34,141,117)
#1F816B
(31,129,107)
#1C7561
(28,117,97)
#196957
(25,105,87)
#165D4D
(22,93,77)
#135143
(19,81,67)
#104539
(16,69,57)
#0D392F
(13,57,47)
#0A2D25
(10,45,37)
#07211B
(7,33,27)
#041511
(4,21,17)
#000000
(0,0,0)

Tints of #228D75

#228D75
(34,141,117)
#369781
(54,151,129)
#4AA18D
(74,161,141)
#5EAB99
(94,171,153)
#72B5A5
(114,181,165)
#86BFB1
(134,191,177)
#9AC9BD
(154,201,189)
#AED3C9
(174,211,201)
#C2DDD5
(194,221,213)
#D6E7E1
(214,231,225)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #228D75; }

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

This text font color is #228D75.


Background Color

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

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

This div background color is #228D75.


Border color

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

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

This div border color is #228D75.


Opacity

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

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

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

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

This text has shadow with #228D75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #228D75 on black background.


Color preview on white background

This text has color #228D75 on white background.



Black color preview on #228D75 background

This text has black color on #228D75 background.


White color preview on #228D75 background

This text has white color on #228D75 background.