COLOR #288B4E

HEX: #288B4E
RGB: (40,139,78)

Color info

#288B4E contains mainly green color. Web safe color of #288B4E is #339966 (or #396).

RGB color model

#288B4E color RGB value is (40,139,78).

  • red value is 40;
  • green value is 139;
  • blue value is 78.
RGB:
(40,139,78)
(16%,55%,31%)

RGB channels and saturation

R 40 of 255 = 16%
G 139 of 255 = 55%
B 78 of 255 = 31%

40
139
78

R + G + B ~ 34%. #288B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 139 + 78 = 257 (100%)
R 40 of 257 ~ 15.56%
G 139 of 257 ~ 54.09%
B 78 of 257 ~ 30.35%

%15.56
%54.09
%30.35

CMYK color model

#288B4E color CMYK value is (71,0,44,45).

  • cyan value is 71.22%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 45.49%
CMYK:
(71,0,44,45)
C71M0Y44K45 
(71%,0%,44%,45%)
(0.71/0.00/0.44/0.45)	

CMYK percentages

%71.22
%0
%43.88
%45.49

Codes

Color #288B4E in popluar color models

288B4E
RGB4013978
HSL143°55.31%35.10%
HSB/HSV143°71.22%54.51%
CMYK71.22%0.00%43.88%
45.49%

Color #288B4E in popluar number systems.

HEX288B4E
Decimal4013978
Binary101000100010111001110
Octal50213116

Shades and tints

Shades of #288B4E

#288B4E
(40,139,78)
#257F47
(37,127,71)
#227340
(34,115,64)
#1F6739
(31,103,57)
#1C5B32
(28,91,50)
#194F2B
(25,79,43)
#164324
(22,67,36)
#13371D
(19,55,29)
#102B16
(16,43,22)
#0D1F0F
(13,31,15)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #288B4E

#288B4E
(40,139,78)
#3B955E
(59,149,94)
#4E9F6E
(78,159,110)
#61A97E
(97,169,126)
#74B38E
(116,179,142)
#87BD9E
(135,189,158)
#9AC7AE
(154,199,174)
#ADD1BE
(173,209,190)
#C0DBCE
(192,219,206)
#D3E5DE
(211,229,222)
#E6EFEE
(230,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288B4E color. Also use rgb(40,139,78) instead hex code.

Text Font Color

.myTextColor { color: #288B4E; }

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

This text font color is #288B4E.


Background Color

.myBgColor { background-color: #288B4E; }

<div style="background-color:#288B4E">Inner text</div>

This div background color is #288B4E.


Border color

.myBorderColor { border: 1px solid #288B4E; }

<div style="border:3px solid #288B4E">Div</div>

This div border color is #288B4E.


Opacity

.myOpacity80 { color: #288B4E; opacity: 0.8; }

<p style="color:#288B4E;opacity:0.8;">80%</p>

Text with #288B4E 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 #288B4E;}

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

This text has shadow with #288B4E color.

.textShadow {text-shadow: 3px 3px 1px #288B4E, 3px 3px 1px red;}

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

This text has shadow with #288B4E primary color and red secondary color.


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

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

This text has shadow with #288B4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288B4E on black background.


Color preview on white background

This text has color #288B4E on white background.



Black color preview on #288B4E background

This text has black color on #288B4E background.


White color preview on #288B4E background

This text has white color on #288B4E background.