COLOR #2A6521

HEX: #2A6521 RGB: (42,101,33)

Color info

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

RGB color model

#2A6521 color RGB value is (42,101,33).

RGB: (42,101,33) (16%, 40%, 13%)

RGB channels and saturation

R 42 of 255 = 16%
G 101 of 255 = 40%
B 33 of 255 = 13%

42
101
33

R + G + B ~ 23%. #2A6521 is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 101 + 33 = 176 (100%)
R 42 of 176 ~ 23.86%
G 101 of 176 ~ 57.39%
B 33 of 176 ~ 18.75'%

%23.86
%57.39
%18.75

CMYK color model

#2A6521 color CMYK value is (58,0,67,60).

  • cyan value is 58.42%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 60.39%

CMYK: (58,0,67,60)
C58M0Y67K60 (58%, 0%, 67%, 60%)
(0.58 / 0.00 / 0.67 / 0.60)

CMYK percentages

%58.42
%0
%67.33
%60.39

Codes

Color #2A6521 in popluar color models

2A 65 21
RGB 42 101 33
HSL 112° 50.75% 26.27%
HSB/HSV 112° 67.33% 39.61%
CMYK 58.42% 0.00% 67.33%
60.39%

Color #2A6521 in popluar number systems.

HEX 2A 65 21
Decimal 42 101 33
Binary 101010 1100101 100001
Octal 52 145 41

Shades and tints

Shades of #2A6521

#2A6521
(42,101,33)
#275C1E
(39,92,30)
#24531B
(36,83,27)
#214A18
(33,74,24)
#1E4115
(30,65,21)
#1B3812
(27,56,18)
#182F0F
(24,47,15)
#15260C
(21,38,12)
#121D09
(18,29,9)
#0F1406
(15,20,6)
#0C0B03
(12,11,3)
#000000
(0,0,0)

Tints of #2A6521

#2A6521
(42,101,33)
#3D7335
(61,115,53)
#508149
(80,129,73)
#638F5D
(99,143,93)
#769D71
(118,157,113)
#89AB85
(137,171,133)
#9CB999
(156,185,153)
#AFC7AD
(175,199,173)
#C2D5C1
(194,213,193)
#D5E3D5
(213,227,213)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A6521 color. Also use rgb(42,101,33) instead hex code.

Text Font Color

.myTextColor { color: #2A6521; }

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

This text font color is #2A6521.

Background Color

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

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

This div background color is #2A6521.

Border color

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

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

This div border color is #2A6521.

Opacity

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

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

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

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

This text has shadow with #2A6521 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A6521.

Preview

Color preview on black background

This text has color #2A6521 on black background.


Color preview on white background

This text has color #2A6521 on white background.


Black color preview on #2A6521 background

This text has black color on #2A6521 background.


White color preview on #2A6521 background

This text has white color on #2A6521 background.


Related colors

Complementary color

Complementary color for #hex is #D59ADE.


I love getcolorcode.com

Triadic colors

1 #212A65 and #65212A with #2A6521 are triadic colors.

2 #21652A and #652A21 with #2A6521 are triadic colors.