COLOR #249D2C

HEX: #249D2C
RGB: (36,157,44)

Color info

#249D2C contains mainly green color. Web safe color of #249D2C is #339933 (or #393).

RGB color model

#249D2C color RGB value is (36,157,44).

  • red value is 36;
  • green value is 157;
  • blue value is 44.
RGB:
(36,157,44)
(14%,62%,17%)

RGB channels and saturation

R 36 of 255 = 14%
G 157 of 255 = 62%
B 44 of 255 = 17%

36
157
44

R + G + B ~ 31%. #249D2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 157 + 44 = 237 (100%)
R 36 of 237 ~ 15.19%
G 157 of 237 ~ 66.24%
B 44 of 237 ~ 18.57%

%15.19
%66.24
%18.57

CMYK color model

#249D2C color CMYK value is (77,0,72,38).

  • cyan value is 77.07%
  • magenta value is 0.00%
  • yellow value is 71.97%
  • key color value is 38.43%
CMYK:
(77,0,72,38)
C77M0Y72K38 
(77%,0%,72%,38%)
(0.77/0.00/0.72/0.38)	

CMYK percentages

%77.07
%0
%71.97
%38.43

Codes

Color #249D2C in popluar color models

249D2C
RGB3615744
HSL124°62.69%37.84%
HSB/HSV124°77.07%61.57%
CMYK77.07%0.00%71.97%
38.43%

Color #249D2C in popluar number systems.

HEX249D2C
Decimal3615744
Binary10010010011101101100
Octal4423554

Shades and tints

Shades of #249D2C

#249D2C
(36,157,44)
#218F28
(33,143,40)
#1E8124
(30,129,36)
#1B7320
(27,115,32)
#18651C
(24,101,28)
#155718
(21,87,24)
#124914
(18,73,20)
#0F3B10
(15,59,16)
#0C2D0C
(12,45,12)
#091F08
(9,31,8)
#061104
(6,17,4)
#000000
(0,0,0)

Tints of #249D2C

#249D2C
(36,157,44)
#37A53F
(55,165,63)
#4AAD52
(74,173,82)
#5DB565
(93,181,101)
#70BD78
(112,189,120)
#83C58B
(131,197,139)
#96CD9E
(150,205,158)
#A9D5B1
(169,213,177)
#BCDDC4
(188,221,196)
#CFE5D7
(207,229,215)
#E2EDEA
(226,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249D2C color. Also use rgb(36,157,44) instead hex code.

Text Font Color

.myTextColor { color: #249D2C; }

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

This text font color is #249D2C.


Background Color

.myBgColor { background-color: #249D2C; }

<div style="background-color:#249D2C">Inner text</div>

This div background color is #249D2C.


Border color

.myBorderColor { border: 1px solid #249D2C; }

<div style="border:3px solid #249D2C">Div</div>

This div border color is #249D2C.


Opacity

.myOpacity80 { color: #249D2C; opacity: 0.8; }

<p style="color:#249D2C;opacity:0.8;">80%</p>

Text with #249D2C 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 #249D2C;}

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

This text has shadow with #249D2C color.

.textShadow {text-shadow: 3px 3px 1px #249D2C, 3px 3px 1px red;}

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

This text has shadow with #249D2C primary color and red secondary color.


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

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

This text has shadow with #249D2C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249D2C on black background.


Color preview on white background

This text has color #249D2C on white background.



Black color preview on #249D2C background

This text has black color on #249D2C background.


White color preview on #249D2C background

This text has white color on #249D2C background.