COLOR #2A9939

HEX: #2A9939
RGB: (42,153,57)

Color info

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

RGB color model

#2A9939 color RGB value is (42,153,57).

  • red value is 42;
  • green value is 153;
  • blue value is 57.
RGB:
(42,153,57)
(16%,60%,22%)

RGB channels and saturation

R 42 of 255 = 16%
G 153 of 255 = 60%
B 57 of 255 = 22%

42
153
57

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

Portions of RGB colors in percentages

R + G + B =
42 + 153 + 57 = 252 (100%)
R 42 of 252 ~ 16.67%
G 153 of 252 ~ 60.71%
B 57 of 252 ~ 22.62%

%16.67
%60.71
%22.62

CMYK color model

#2A9939 color CMYK value is (73,0,63,40).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 62.75%
  • key color value is 40.00%
CMYK:
(73,0,63,40)
C73M0Y63K40 
(73%,0%,63%,40%)
(0.73/0.00/0.63/0.40)	

CMYK percentages

%72.55
%0
%62.75
%40

Codes

Color #2A9939 in popluar color models

2A9939
RGB4215357
HSL128°56.92%38.24%
HSB/HSV128°72.55%60.00%
CMYK72.55%0.00%62.75%
40.00%

Color #2A9939 in popluar number systems.

HEX2A9939
Decimal4215357
Binary10101010011001111001
Octal5223171

Shades and tints

Shades of #2A9939

#2A9939
(42,153,57)
#278C34
(39,140,52)
#247F2F
(36,127,47)
#21722A
(33,114,42)
#1E6525
(30,101,37)
#1B5820
(27,88,32)
#184B1B
(24,75,27)
#153E16
(21,62,22)
#123111
(18,49,17)
#0F240C
(15,36,12)
#0C1707
(12,23,7)
#000000
(0,0,0)

Tints of #2A9939

#2A9939
(42,153,57)
#3DA24B
(61,162,75)
#50AB5D
(80,171,93)
#63B46F
(99,180,111)
#76BD81
(118,189,129)
#89C693
(137,198,147)
#9CCFA5
(156,207,165)
#AFD8B7
(175,216,183)
#C2E1C9
(194,225,201)
#D5EADB
(213,234,219)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A9939 color. Also use rgb(42,153,57) instead hex code.

Text Font Color

.myTextColor { color: #2A9939; }

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

This text font color is #2A9939.


Background Color

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

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

This div background color is #2A9939.


Border color

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

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

This div border color is #2A9939.


Opacity

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

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

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

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

This text has shadow with #2A9939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A9939 on black background.


Color preview on white background

This text has color #2A9939 on white background.



Black color preview on #2A9939 background

This text has black color on #2A9939 background.


White color preview on #2A9939 background

This text has white color on #2A9939 background.