COLOR #2A7737

HEX: #2A7737 RGB: (42,119,55)

Color info

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

RGB color model

#2A7737 color RGB value is (42,119,55).

RGB: (42,119,55) (16%, 47%, 22%)

RGB channels and saturation

R 42 of 255 = 16%
G 119 of 255 = 47%
B 55 of 255 = 22%

42
119
55

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

Portions of RGB colors in percentages

R + G + B = 42 + 119 + 55 = 216 (100%)
R 42 of 216 ~ 19.44%
G 119 of 216 ~ 55.09%
B 55 of 216 ~ 25.46'%

%19.44
%55.09
%25.46

CMYK color model

#2A7737 color CMYK value is (65,0,54,53).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK: (65,0,54,53) C65M0Y54K53 (65%,0%,54%,53%) (0.65/0.00/0.54/0.53) 

CMYK percentages

%64.71
%0
%53.78
%53.33

Codes

Color #2A7737 in popluar color models

2A 77 37
RGB 42 119 55
HSL 130° 47.83% 31.57%
HSB/HSV 130° 64.71% 46.67%
CMYK 64.71% 0.00% 53.78%
53.33%

Color #2A7737 in popluar number systems.

HEX 2A 77 37
Decimal 42 119 55
Binary 101010 1110111 110111
Octal 52 167 67

Shades and tints

Shades of #2A7737

#2A7737
(42,119,55)
#276D32
(39,109,50)
#24632D
(36,99,45)
#215928
(33,89,40)
#1E4F23
(30,79,35)
#1B451E
(27,69,30)
#183B19
(24,59,25)
#153114
(21,49,20)
#12270F
(18,39,15)
#0F1D0A
(15,29,10)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #2A7737

#2A7737
(42,119,55)
#3D8349
(61,131,73)
#508F5B
(80,143,91)
#639B6D
(99,155,109)
#76A77F
(118,167,127)
#89B391
(137,179,145)
#9CBFA3
(156,191,163)
#AFCBB5
(175,203,181)
#C2D7C7
(194,215,199)
#D5E3D9
(213,227,217)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A7737; }

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

This text font color is #2A7737.

Background Color

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

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

This div background color is #2A7737.

Border color

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

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

This div border color is #2A7737.

Opacity

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

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

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

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

This text has shadow with #2A7737 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A7737.

Preview

Color preview on black background

This text has color #2A7737 on black background.


Color preview on white background

This text has color #2A7737 on white background.


Black color preview on #2A7737 background

This text has black color on #2A7737 background.


White color preview on #2A7737 background

This text has white color on #2A7737 background.


Related colors

Complementary color

Complementary color for #hex is #D588C8.


I love getcolorcode.com

Triadic colors

1 #372A77 and #77372A with #2A7737 are triadic colors.

2 #37772A and #772A37 with #2A7737 are triadic colors.