COLOR #28955B

HEX: #28955B
RGB: (40,149,91)

Color info

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

RGB color model

#28955B color RGB value is (40,149,91).

  • red value is 40;
  • green value is 149;
  • blue value is 91.
RGB:
(40,149,91)
(16%,58%,36%)

RGB channels and saturation

R 40 of 255 = 16%
G 149 of 255 = 58%
B 91 of 255 = 36%

40
149
91

R + G + B ~ 37%. #28955B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 149 + 91 = 280 (100%)
R 40 of 280 ~ 14.29%
G 149 of 280 ~ 53.21%
B 91 of 280 ~ 32.5%

%14.29
%53.21
%32.5

CMYK color model

#28955B color CMYK value is (73,0,39,42).

  • cyan value is 73.15%
  • magenta value is 0.00%
  • yellow value is 38.93%
  • key color value is 41.57%
CMYK:
(73,0,39,42)
C73M0Y39K42 
(73%,0%,39%,42%)
(0.73/0.00/0.39/0.42)	

CMYK percentages

%73.15
%0
%38.93
%41.57

Codes

Color #28955B in popluar color models

28955B
RGB4014991
HSL148°57.67%37.06%
HSB/HSV148°73.15%58.43%
CMYK73.15%0.00%38.93%
41.57%

Color #28955B in popluar number systems.

HEX28955B
Decimal4014991
Binary101000100101011011011
Octal50225133

Shades and tints

Shades of #28955B

#28955B
(40,149,91)
#258853
(37,136,83)
#227B4B
(34,123,75)
#1F6E43
(31,110,67)
#1C613B
(28,97,59)
#195433
(25,84,51)
#16472B
(22,71,43)
#133A23
(19,58,35)
#102D1B
(16,45,27)
#0D2013
(13,32,19)
#0A130B
(10,19,11)
#000000
(0,0,0)

Tints of #28955B

#28955B
(40,149,91)
#3B9E69
(59,158,105)
#4EA777
(78,167,119)
#61B085
(97,176,133)
#74B993
(116,185,147)
#87C2A1
(135,194,161)
#9ACBAF
(154,203,175)
#ADD4BD
(173,212,189)
#C0DDCB
(192,221,203)
#D3E6D9
(211,230,217)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28955B color. Also use rgb(40,149,91) instead hex code.

Text Font Color

.myTextColor { color: #28955B; }

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

This text font color is #28955B.


Background Color

.myBgColor { background-color: #28955B; }

<div style="background-color:#28955B">Inner text</div>

This div background color is #28955B.


Border color

.myBorderColor { border: 1px solid #28955B; }

<div style="border:3px solid #28955B">Div</div>

This div border color is #28955B.


Opacity

.myOpacity80 { color: #28955B; opacity: 0.8; }

<p style="color:#28955B;opacity:0.8;">80%</p>

Text with #28955B 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 #28955B;}

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

This text has shadow with #28955B color.

.textShadow {text-shadow: 3px 3px 1px #28955B, 3px 3px 1px red;}

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

This text has shadow with #28955B primary color and red secondary color.


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

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

This text has shadow with #28955B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28955B on black background.


Color preview on white background

This text has color #28955B on white background.



Black color preview on #28955B background

This text has black color on #28955B background.


White color preview on #28955B background

This text has white color on #28955B background.