COLOR #2A884A

HEX: #2A884A
RGB: (42,136,74)

Color info

#2A884A contains mainly green color. Web safe color of #2A884A is #339933 (or #393).

RGB color model

#2A884A color RGB value is (42,136,74).

  • red value is 42;
  • green value is 136;
  • blue value is 74.
RGB:
(42,136,74)
(16%,53%,29%)

RGB channels and saturation

R 42 of 255 = 16%
G 136 of 255 = 53%
B 74 of 255 = 29%

42
136
74

R + G + B ~ 33%. #2A884A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 136 + 74 = 252 (100%)
R 42 of 252 ~ 16.67%
G 136 of 252 ~ 53.97%
B 74 of 252 ~ 29.37%

%16.67
%53.97
%29.37

CMYK color model

#2A884A color CMYK value is (69,0,46,47).

  • cyan value is 69.12%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(69,0,46,47)
C69M0Y46K47 
(69%,0%,46%,47%)
(0.69/0.00/0.46/0.47)	

CMYK percentages

%69.12
%0
%45.59
%46.67

Codes

Color #2A884A in popluar color models

2A884A
RGB4213674
HSL140°52.81%34.90%
HSB/HSV140°69.12%53.33%
CMYK69.12%0.00%45.59%
46.67%

Color #2A884A in popluar number systems.

HEX2A884A
Decimal4213674
Binary101010100010001001010
Octal52210112

Shades and tints

Shades of #2A884A

#2A884A
(42,136,74)
#277C44
(39,124,68)
#24703E
(36,112,62)
#216438
(33,100,56)
#1E5832
(30,88,50)
#1B4C2C
(27,76,44)
#184026
(24,64,38)
#153420
(21,52,32)
#12281A
(18,40,26)
#0F1C14
(15,28,20)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #2A884A

#2A884A
(42,136,74)
#3D925A
(61,146,90)
#509C6A
(80,156,106)
#63A67A
(99,166,122)
#76B08A
(118,176,138)
#89BA9A
(137,186,154)
#9CC4AA
(156,196,170)
#AFCEBA
(175,206,186)
#C2D8CA
(194,216,202)
#D5E2DA
(213,226,218)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A884A color. Also use rgb(42,136,74) instead hex code.

Text Font Color

.myTextColor { color: #2A884A; }

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

This text font color is #2A884A.


Background Color

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

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

This div background color is #2A884A.


Border color

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

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

This div border color is #2A884A.


Opacity

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

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

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

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

This text has shadow with #2A884A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A884A on black background.


Color preview on white background

This text has color #2A884A on white background.



Black color preview on #2A884A background

This text has black color on #2A884A background.


White color preview on #2A884A background

This text has white color on #2A884A background.