COLOR #288A39

HEX: #288A39
RGB: (40,138,57)

Color info

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

RGB color model

#288A39 color RGB value is (40,138,57).

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

RGB channels and saturation

R 40 of 255 = 16%
G 138 of 255 = 54%
B 57 of 255 = 22%

40
138
57

R + G + B ~ 31%. #288A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
40 + 138 + 57 = 235 (100%)
R 40 of 235 ~ 17.02%
G 138 of 235 ~ 58.72%
B 57 of 235 ~ 24.26%

%17.02
%58.72
%24.26

CMYK color model

#288A39 color CMYK value is (71,0,59,46).

  • cyan value is 71.01%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK:
(71,0,59,46)
C71M0Y59K46 
(71%,0%,59%,46%)
(0.71/0.00/0.59/0.46)	

CMYK percentages

%71.01
%0
%58.7
%45.88

Codes

Color #288A39 in popluar color models

288A39
RGB4013857
HSL130°55.06%34.90%
HSB/HSV130°71.01%54.12%
CMYK71.01%0.00%58.70%
45.88%

Color #288A39 in popluar number systems.

HEX288A39
Decimal4013857
Binary10100010001010111001
Octal5021271

Shades and tints

Shades of #288A39

#288A39
(40,138,57)
#257E34
(37,126,52)
#22722F
(34,114,47)
#1F662A
(31,102,42)
#1C5A25
(28,90,37)
#194E20
(25,78,32)
#16421B
(22,66,27)
#133616
(19,54,22)
#102A11
(16,42,17)
#0D1E0C
(13,30,12)
#0A1207
(10,18,7)
#000000
(0,0,0)

Tints of #288A39

#288A39
(40,138,57)
#3B944B
(59,148,75)
#4E9E5D
(78,158,93)
#61A86F
(97,168,111)
#74B281
(116,178,129)
#87BC93
(135,188,147)
#9AC6A5
(154,198,165)
#ADD0B7
(173,208,183)
#C0DAC9
(192,218,201)
#D3E4DB
(211,228,219)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #288A39; }

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

This text font color is #288A39.


Background Color

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

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

This div background color is #288A39.


Border color

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

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

This div border color is #288A39.


Opacity

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

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

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

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

This text has shadow with #288A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #288A39 on black background.


Color preview on white background

This text has color #288A39 on white background.



Black color preview on #288A39 background

This text has black color on #288A39 background.


White color preview on #288A39 background

This text has white color on #288A39 background.