COLOR #2A743F

HEX: #2A743F RGB: (42,116,63)

Color info

#2A743F contains mainly green and blue colors. Web safe color of #2A743F is #336633 (or #363).

RGB color model

#2A743F color RGB value is (42,116,63).

RGB: (42,116,63) (16%, 45%, 25%)

RGB channels and saturation

R 42 of 255 = 16%
G 116 of 255 = 45%
B 63 of 255 = 25%

42
116
63

R + G + B ~ 29%. #2A743F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 116 + 63 = 221 (100%)
R 42 of 221 ~ 19%
G 116 of 221 ~ 52.49%
B 63 of 221 ~ 28.51'%

%19
%52.49
%28.51

CMYK color model

#2A743F color CMYK value is (64,0,46,55).

  • cyan value is 63.79%
  • magenta value is 0.00%
  • yellow value is 45.69%
  • key color value is 54.51%
CMYK: (64,0,46,55) C64M0Y46K55 (64%,0%,46%,55%) (0.64/0.00/0.46/0.55) 

CMYK percentages

%63.79
%0
%45.69
%54.51

Codes

Color #2A743F in popluar color models

2A 74 3F
RGB 42 116 63
HSL 137° 46.84% 30.98%
HSB/HSV 137° 63.79% 45.49%
CMYK 63.79% 0.00% 45.69%
54.51%

Color #2A743F in popluar number systems.

HEX 2A 74 3F
Decimal 42 116 63
Binary 101010 1110100 111111
Octal 52 164 77

Shades and tints

Shades of #2A743F

#2A743F
(42,116,63)
#276A3A
(39,106,58)
#246035
(36,96,53)
#215630
(33,86,48)
#1E4C2B
(30,76,43)
#1B4226
(27,66,38)
#183821
(24,56,33)
#152E1C
(21,46,28)
#122417
(18,36,23)
#0F1A12
(15,26,18)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #2A743F

#2A743F
(42,116,63)
#3D8050
(61,128,80)
#508C61
(80,140,97)
#639872
(99,152,114)
#76A483
(118,164,131)
#89B094
(137,176,148)
#9CBCA5
(156,188,165)
#AFC8B6
(175,200,182)
#C2D4C7
(194,212,199)
#D5E0D8
(213,224,216)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A743F color. Also use rgb(42,116,63) instead hex code.

Text Font Color

.myTextColor { color: #2A743F; }

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

This text font color is #2A743F.

Background Color

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

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

This div background color is #2A743F.

Border color

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

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

This div border color is #2A743F.

Opacity

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

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

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

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

This text has shadow with #2A743F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A743F.

Preview

Color preview on black background

This text has color #2A743F on black background.


Color preview on white background

This text has color #2A743F on white background.


Black color preview on #2A743F background

This text has black color on #2A743F background.


White color preview on #2A743F background

This text has white color on #2A743F background.


Related colors

Complementary color

Complementary color for #hex is #D58BC0.


I love getcolorcode.com

Triadic colors

1 #3F2A74 and #743F2A with #2A743F are triadic colors.

2 #3F742A and #742A3F with #2A743F are triadic colors.