COLOR #2A7537

HEX: #2A7537
RGB: (42,117,55)

Color info

#2A7537 contains mainly green color. Web safe color of #2A7537 is #336633 (or #363).

RGB color model

#2A7537 color RGB value is (42,117,55).

  • red value is 42;
  • green value is 117;
  • blue value is 55.
RGB:
(42,117,55)
(16%,46%,22%)

RGB channels and saturation

R 42 of 255 = 16%
G 117 of 255 = 46%
B 55 of 255 = 22%

42
117
55

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

Portions of RGB colors in percentages

R + G + B =
42 + 117 + 55 = 214 (100%)
R 42 of 214 ~ 19.63%
G 117 of 214 ~ 54.67%
B 55 of 214 ~ 25.7%

%19.63
%54.67
%25.7

CMYK color model

#2A7537 color CMYK value is (64,0,53,54).

  • cyan value is 64.10%
  • magenta value is 0.00%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(64,0,53,54)
C64M0Y53K54 
(64%,0%,53%,54%)
(0.64/0.00/0.53/0.54)	

CMYK percentages

%64.1
%0
%52.99
%54.12

Codes

Color #2A7537 in popluar color models

2A7537
RGB4211755
HSL130°47.17%31.18%
HSB/HSV130°64.10%45.88%
CMYK64.10%0.00%52.99%
54.12%

Color #2A7537 in popluar number systems.

HEX2A7537
Decimal4211755
Binary1010101110101110111
Octal5216567

Shades and tints

Shades of #2A7537

#2A7537
(42,117,55)
#276B32
(39,107,50)
#24612D
(36,97,45)
#215728
(33,87,40)
#1E4D23
(30,77,35)
#1B431E
(27,67,30)
#183919
(24,57,25)
#152F14
(21,47,20)
#12250F
(18,37,15)
#0F1B0A
(15,27,10)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #2A7537

#2A7537
(42,117,55)
#3D8149
(61,129,73)
#508D5B
(80,141,91)
#63996D
(99,153,109)
#76A57F
(118,165,127)
#89B191
(137,177,145)
#9CBDA3
(156,189,163)
#AFC9B5
(175,201,181)
#C2D5C7
(194,213,199)
#D5E1D9
(213,225,217)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A7537 color. Also use rgb(42,117,55) instead hex code.

Text Font Color

.myTextColor { color: #2A7537; }

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

This text font color is #2A7537.


Background Color

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

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

This div background color is #2A7537.


Border color

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

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

This div border color is #2A7537.


Opacity

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

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

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

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

This text has shadow with #2A7537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A7537 on black background.


Color preview on white background

This text has color #2A7537 on white background.



Black color preview on #2A7537 background

This text has black color on #2A7537 background.


White color preview on #2A7537 background

This text has white color on #2A7537 background.