COLOR #2A7425

HEX: #2A7425 RGB: (42,116,37)

Color info

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

RGB color model

#2A7425 color RGB value is (42,116,37).

RGB: (42,116,37) (16%, 45%, 15%)

RGB channels and saturation

R 42 of 255 = 16%
G 116 of 255 = 45%
B 37 of 255 = 15%

42
116
37

R + G + B ~ 25%. #2A7425 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 116 + 37 = 195 (100%)
R 42 of 195 ~ 21.54%
G 116 of 195 ~ 59.49%
B 37 of 195 ~ 18.97'%

%21.54
%59.49
%18.97

CMYK color model

#2A7425 color CMYK value is (64,0,68,55).

  • cyan value is 63.79%
  • magenta value is 0.00%
  • yellow value is 68.10%
  • key color value is 54.51%

CMYK: (64,0,68,55)
C64M0Y68K55 (64%, 0%, 68%, 55%)
(0.64 / 0.00 / 0.68 / 0.55)

CMYK percentages

%63.79
%0
%68.1
%54.51

Codes

Color #2A7425 in popluar color models

2A 74 25
RGB 42 116 37
HSL 116° 51.63% 30.00%
HSB/HSV 116° 68.10% 45.49%
CMYK 63.79% 0.00% 68.10%
54.51%

Color #2A7425 in popluar number systems.

HEX 2A 74 25
Decimal 42 116 37
Binary 101010 1110100 100101
Octal 52 164 45

Shades and tints

Shades of #2A7425

#2A7425
(42,116,37)
#276A22
(39,106,34)
#24601F
(36,96,31)
#21561C
(33,86,28)
#1E4C19
(30,76,25)
#1B4216
(27,66,22)
#183813
(24,56,19)
#152E10
(21,46,16)
#12240D
(18,36,13)
#0F1A0A
(15,26,10)
#0C1007
(12,16,7)
#000000
(0,0,0)

Tints of #2A7425

#2A7425
(42,116,37)
#3D8038
(61,128,56)
#508C4B
(80,140,75)
#63985E
(99,152,94)
#76A471
(118,164,113)
#89B084
(137,176,132)
#9CBC97
(156,188,151)
#AFC8AA
(175,200,170)
#C2D4BD
(194,212,189)
#D5E0D0
(213,224,208)
#E8ECE3
(232,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A7425; }

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

This text font color is #2A7425.

Background Color

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

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

This div background color is #2A7425.

Border color

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

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

This div border color is #2A7425.

Opacity

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

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

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

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

This text has shadow with #2A7425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A7425.

Preview

Color preview on black background

This text has color #2A7425 on black background.


Color preview on white background

This text has color #2A7425 on white background.


Black color preview on #2A7425 background

This text has black color on #2A7425 background.


White color preview on #2A7425 background

This text has white color on #2A7425 background.


Related colors

Complementary color

Complementary color for #hex is #D58BDA.


I love getcolorcode.com

Triadic colors

1 #252A74 and #74252A with #2A7425 are triadic colors.

2 #25742A and #742A25 with #2A7425 are triadic colors.