COLOR #288139

HEX: #288139
RGB: (40,129,57)

Color info

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

RGB color model

#288139 color RGB value is (40,129,57).

  • red value is 40;
  • green value is 129;
  • blue value is 57.
RGB:
(40,129,57)
(16%,51%,22%)

RGB channels and saturation

R 40 of 255 = 16%
G 129 of 255 = 51%
B 57 of 255 = 22%

40
129
57

R + G + B ~ 30%. #288139 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 129 + 57 = 226 (100%)
R 40 of 226 ~ 17.7%
G 129 of 226 ~ 57.08%
B 57 of 226 ~ 25.22%

%17.7
%57.08
%25.22

CMYK color model

#288139 color CMYK value is (69,0,56,49).

  • cyan value is 68.99%
  • magenta value is 0.00%
  • yellow value is 55.81%
  • key color value is 49.41%
CMYK:
(69,0,56,49)
C69M0Y56K49 
(69%,0%,56%,49%)
(0.69/0.00/0.56/0.49)	

CMYK percentages

%68.99
%0
%55.81
%49.41

Codes

Color #288139 in popluar color models

288139
RGB4012957
HSL131°52.66%33.14%
HSB/HSV131°68.99%50.59%
CMYK68.99%0.00%55.81%
49.41%

Color #288139 in popluar number systems.

HEX288139
Decimal4012957
Binary10100010000001111001
Octal5020171

Shades and tints

Shades of #288139

#288139
(40,129,57)
#257634
(37,118,52)
#226B2F
(34,107,47)
#1F602A
(31,96,42)
#1C5525
(28,85,37)
#194A20
(25,74,32)
#163F1B
(22,63,27)
#133416
(19,52,22)
#102911
(16,41,17)
#0D1E0C
(13,30,12)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #288139

#288139
(40,129,57)
#3B8C4B
(59,140,75)
#4E975D
(78,151,93)
#61A26F
(97,162,111)
#74AD81
(116,173,129)
#87B893
(135,184,147)
#9AC3A5
(154,195,165)
#ADCEB7
(173,206,183)
#C0D9C9
(192,217,201)
#D3E4DB
(211,228,219)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #288139 color. Also use rgb(40,129,57) instead hex code.

Text Font Color

.myTextColor { color: #288139; }

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

This text font color is #288139.


Background Color

.myBgColor { background-color: #288139; }

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

This div background color is #288139.


Border color

.myBorderColor { border: 1px solid #288139; }

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

This div border color is #288139.


Opacity

.myOpacity80 { color: #288139; opacity: 0.8; }

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

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

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

This text has shadow with #288139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288139 on black background.


Color preview on white background

This text has color #288139 on white background.



Black color preview on #288139 background

This text has black color on #288139 background.


White color preview on #288139 background

This text has white color on #288139 background.