COLOR #2A8357

HEX: #2A8357
RGB: (42,131,87)

Color info

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

RGB color model

#2A8357 color RGB value is (42,131,87).

  • red value is 42;
  • green value is 131;
  • blue value is 87.
RGB:
(42,131,87)
(16%,51%,34%)

RGB channels and saturation

R 42 of 255 = 16%
G 131 of 255 = 51%
B 87 of 255 = 34%

42
131
87

R + G + B ~ 34%. #2A8357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 131 + 87 = 260 (100%)
R 42 of 260 ~ 16.15%
G 131 of 260 ~ 50.38%
B 87 of 260 ~ 33.46%

%16.15
%50.38
%33.46

CMYK color model

#2A8357 color CMYK value is (68,0,34,49).

  • cyan value is 67.94%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 48.63%
CMYK:
(68,0,34,49)
C68M0Y34K49 
(68%,0%,34%,49%)
(0.68/0.00/0.34/0.49)	

CMYK percentages

%67.94
%0
%33.59
%48.63

Codes

Color #2A8357 in popluar color models

2A8357
RGB4213187
HSL150°51.45%33.92%
HSB/HSV150°67.94%51.37%
CMYK67.94%0.00%33.59%
48.63%

Color #2A8357 in popluar number systems.

HEX2A8357
Decimal4213187
Binary101010100000111010111
Octal52203127

Shades and tints

Shades of #2A8357

#2A8357
(42,131,87)
#277850
(39,120,80)
#246D49
(36,109,73)
#216242
(33,98,66)
#1E573B
(30,87,59)
#1B4C34
(27,76,52)
#18412D
(24,65,45)
#153626
(21,54,38)
#122B1F
(18,43,31)
#0F2018
(15,32,24)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #2A8357

#2A8357
(42,131,87)
#3D8E66
(61,142,102)
#509975
(80,153,117)
#63A484
(99,164,132)
#76AF93
(118,175,147)
#89BAA2
(137,186,162)
#9CC5B1
(156,197,177)
#AFD0C0
(175,208,192)
#C2DBCF
(194,219,207)
#D5E6DE
(213,230,222)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A8357 color. Also use rgb(42,131,87) instead hex code.

Text Font Color

.myTextColor { color: #2A8357; }

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

This text font color is #2A8357.


Background Color

.myBgColor { background-color: #2A8357; }

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

This div background color is #2A8357.


Border color

.myBorderColor { border: 1px solid #2A8357; }

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

This div border color is #2A8357.


Opacity

.myOpacity80 { color: #2A8357; opacity: 0.8; }

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

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

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

This text has shadow with #2A8357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A8357 on black background.


Color preview on white background

This text has color #2A8357 on white background.



Black color preview on #2A8357 background

This text has black color on #2A8357 background.


White color preview on #2A8357 background

This text has white color on #2A8357 background.