COLOR #28852B

HEX: #28852B
RGB: (40,133,43)

Color info

#28852B contains mainly green color. Web safe color of #28852B is #339933 (or #393).

RGB color model

#28852B color RGB value is (40,133,43).

  • red value is 40;
  • green value is 133;
  • blue value is 43.
RGB:
(40,133,43)
(16%,52%,17%)

RGB channels and saturation

R 40 of 255 = 16%
G 133 of 255 = 52%
B 43 of 255 = 17%

40
133
43

R + G + B ~ 28%. #28852B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 133 + 43 = 216 (100%)
R 40 of 216 ~ 18.52%
G 133 of 216 ~ 61.57%
B 43 of 216 ~ 19.91%

%18.52
%61.57
%19.91

CMYK color model

#28852B color CMYK value is (70,0,68,48).

  • cyan value is 69.92%
  • magenta value is 0.00%
  • yellow value is 67.67%
  • key color value is 47.84%
CMYK:
(70,0,68,48)
C70M0Y68K48 
(70%,0%,68%,48%)
(0.70/0.00/0.68/0.48)	

CMYK percentages

%69.92
%0
%67.67
%47.84

Codes

Color #28852B in popluar color models

28852B
RGB4013343
HSL122°53.76%33.92%
HSB/HSV122°69.92%52.16%
CMYK69.92%0.00%67.67%
47.84%

Color #28852B in popluar number systems.

HEX28852B
Decimal4013343
Binary10100010000101101011
Octal5020553

Shades and tints

Shades of #28852B

#28852B
(40,133,43)
#257928
(37,121,40)
#226D25
(34,109,37)
#1F6122
(31,97,34)
#1C551F
(28,85,31)
#19491C
(25,73,28)
#163D19
(22,61,25)
#133116
(19,49,22)
#102513
(16,37,19)
#0D1910
(13,25,16)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #28852B

#28852B
(40,133,43)
#3B903E
(59,144,62)
#4E9B51
(78,155,81)
#61A664
(97,166,100)
#74B177
(116,177,119)
#87BC8A
(135,188,138)
#9AC79D
(154,199,157)
#ADD2B0
(173,210,176)
#C0DDC3
(192,221,195)
#D3E8D6
(211,232,214)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #28852B color. Also use rgb(40,133,43) instead hex code.

Text Font Color

.myTextColor { color: #28852B; }

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

This text font color is #28852B.


Background Color

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

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

This div background color is #28852B.


Border color

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

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

This div border color is #28852B.


Opacity

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

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

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

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

This text has shadow with #28852B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #28852B on black background.


Color preview on white background

This text has color #28852B on white background.



Black color preview on #28852B background

This text has black color on #28852B background.


White color preview on #28852B background

This text has white color on #28852B background.