COLOR #288B2C

HEX: #288B2C
RGB: (40,139,44)

Color info

#288B2C contains mainly green color. Web safe color of #288B2C is #339933 (or #393).

RGB color model

#288B2C color RGB value is (40,139,44).

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

RGB channels and saturation

R 40 of 255 = 16%
G 139 of 255 = 55%
B 44 of 255 = 17%

40
139
44

R + G + B ~ 29%. #288B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 139 + 44 = 223 (100%)
R 40 of 223 ~ 17.94%
G 139 of 223 ~ 62.33%
B 44 of 223 ~ 19.73%

%17.94
%62.33
%19.73

CMYK color model

#288B2C color CMYK value is (71,0,68,45).

  • cyan value is 71.22%
  • magenta value is 0.00%
  • yellow value is 68.35%
  • key color value is 45.49%
CMYK:
(71,0,68,45)
C71M0Y68K45 
(71%,0%,68%,45%)
(0.71/0.00/0.68/0.45)	

CMYK percentages

%71.22
%0
%68.35
%45.49

Codes

Color #288B2C in popluar color models

288B2C
RGB4013944
HSL122°55.31%35.10%
HSB/HSV122°71.22%54.51%
CMYK71.22%0.00%68.35%
45.49%

Color #288B2C in popluar number systems.

HEX288B2C
Decimal4013944
Binary10100010001011101100
Octal5021354

Shades and tints

Shades of #288B2C

#288B2C
(40,139,44)
#257F28
(37,127,40)
#227324
(34,115,36)
#1F6720
(31,103,32)
#1C5B1C
(28,91,28)
#194F18
(25,79,24)
#164314
(22,67,20)
#133710
(19,55,16)
#102B0C
(16,43,12)
#0D1F08
(13,31,8)
#0A1304
(10,19,4)
#000000
(0,0,0)

Tints of #288B2C

#288B2C
(40,139,44)
#3B953F
(59,149,63)
#4E9F52
(78,159,82)
#61A965
(97,169,101)
#74B378
(116,179,120)
#87BD8B
(135,189,139)
#9AC79E
(154,199,158)
#ADD1B1
(173,209,177)
#C0DBC4
(192,219,196)
#D3E5D7
(211,229,215)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #288B2C; }

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

This text font color is #288B2C.


Background Color

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

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

This div background color is #288B2C.


Border color

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

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

This div border color is #288B2C.


Opacity

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

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

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

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

This text has shadow with #288B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288B2C on black background.


Color preview on white background

This text has color #288B2C on white background.



Black color preview on #288B2C background

This text has black color on #288B2C background.


White color preview on #288B2C background

This text has white color on #288B2C background.