COLOR #2A4824

HEX: #2A4824
RGB: (42,72,36)

Color info

#2A4824 contains red, green and blue colors in about the same proportion. Web safe color of #2A4824 is #333333 (or #333).

RGB color model

#2A4824 color RGB value is (42,72,36).

  • red value is 42;
  • green value is 72;
  • blue value is 36.
RGB:
(42,72,36)
(16%,28%,14%)

RGB channels and saturation

R 42 of 255 = 16%
G 72 of 255 = 28%
B 36 of 255 = 14%

42
72
36

R + G + B ~ 19%. #2A4824 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 72 + 36 = 150 (100%)
R 42 of 150 ~ 28%
G 72 of 150 ~ 48%
B 36 of 150 ~ 24%

%28
%48
%24

CMYK color model

#2A4824 color CMYK value is (42,0,50,72).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(42,0,50,72)
C42M0Y50K72 
(42%,0%,50%,72%)
(0.42/0.00/0.50/0.72)	

CMYK percentages

%41.67
%0
%50
%71.76

Codes

Color #2A4824 in popluar color models

2A4824
RGB427236
HSL110°33.33%21.18%
HSB/HSV110°50.00%28.24%
CMYK41.67%0.00%50.00%
71.76%

Color #2A4824 in popluar number systems.

HEX2A4824
Decimal427236
Binary1010101001000100100
Octal5211044

Shades and tints

Shades of #2A4824

#2A4824
(42,72,36)
#274221
(39,66,33)
#243C1E
(36,60,30)
#21361B
(33,54,27)
#1E3018
(30,48,24)
#1B2A15
(27,42,21)
#182412
(24,36,18)
#151E0F
(21,30,15)
#12180C
(18,24,12)
#0F1209
(15,18,9)
#0C0C06
(12,12,6)
#000000
(0,0,0)

Tints of #2A4824

#2A4824
(42,72,36)
#3D5837
(61,88,55)
#50684A
(80,104,74)
#63785D
(99,120,93)
#768870
(118,136,112)
#899883
(137,152,131)
#9CA896
(156,168,150)
#AFB8A9
(175,184,169)
#C2C8BC
(194,200,188)
#D5D8CF
(213,216,207)
#E8E8E2
(232,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4824 color. Also use rgb(42,72,36) instead hex code.

Text Font Color

.myTextColor { color: #2A4824; }

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

This text font color is #2A4824.


Background Color

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

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

This div background color is #2A4824.


Border color

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

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

This div border color is #2A4824.


Opacity

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

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

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

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

This text has shadow with #2A4824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4824 on black background.


Color preview on white background

This text has color #2A4824 on white background.



Black color preview on #2A4824 background

This text has black color on #2A4824 background.


White color preview on #2A4824 background

This text has white color on #2A4824 background.