COLOR #2A6442

HEX: #2A6442
RGB: (42,100,66)

Color info

#2A6442 contains red, green and blue colors in about the same proportion. Web safe color of #2A6442 is #336633 (or #363).

RGB color model

#2A6442 color RGB value is (42,100,66).

  • red value is 42;
  • green value is 100;
  • blue value is 66.
RGB:
(42,100,66)
(16%,39%,26%)

RGB channels and saturation

R 42 of 255 = 16%
G 100 of 255 = 39%
B 66 of 255 = 26%

42
100
66

R + G + B ~ 27%. #2A6442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 100 + 66 = 208 (100%)
R 42 of 208 ~ 20.19%
G 100 of 208 ~ 48.08%
B 66 of 208 ~ 31.73%

%20.19
%48.08
%31.73

CMYK color model

#2A6442 color CMYK value is (58,0,34,61).

  • cyan value is 58.00%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 60.78%
CMYK:
(58,0,34,61)
C58M0Y34K61 
(58%,0%,34%,61%)
(0.58/0.00/0.34/0.61)	

CMYK percentages

%58
%0
%34
%60.78

Codes

Color #2A6442 in popluar color models

2A6442
RGB4210066
HSL145°40.85%27.84%
HSB/HSV145°58.00%39.22%
CMYK58.00%0.00%34.00%
60.78%

Color #2A6442 in popluar number systems.

HEX2A6442
Decimal4210066
Binary10101011001001000010
Octal52144102

Shades and tints

Shades of #2A6442

#2A6442
(42,100,66)
#275B3C
(39,91,60)
#245236
(36,82,54)
#214930
(33,73,48)
#1E402A
(30,64,42)
#1B3724
(27,55,36)
#182E1E
(24,46,30)
#152518
(21,37,24)
#121C12
(18,28,18)
#0F130C
(15,19,12)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #2A6442

#2A6442
(42,100,66)
#3D7253
(61,114,83)
#508064
(80,128,100)
#638E75
(99,142,117)
#769C86
(118,156,134)
#89AA97
(137,170,151)
#9CB8A8
(156,184,168)
#AFC6B9
(175,198,185)
#C2D4CA
(194,212,202)
#D5E2DB
(213,226,219)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A6442 color. Also use rgb(42,100,66) instead hex code.

Text Font Color

.myTextColor { color: #2A6442; }

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

This text font color is #2A6442.


Background Color

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

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

This div background color is #2A6442.


Border color

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

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

This div border color is #2A6442.


Opacity

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

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

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

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

This text has shadow with #2A6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6442 on black background.


Color preview on white background

This text has color #2A6442 on white background.



Black color preview on #2A6442 background

This text has black color on #2A6442 background.


White color preview on #2A6442 background

This text has white color on #2A6442 background.