COLOR #249517

HEX: #249517
RGB: (36,149,23)

Color info

#249517 contains mainly green color. Web safe color of #249517 is #339900 (or #390).

RGB color model

#249517 color RGB value is (36,149,23).

  • red value is 36;
  • green value is 149;
  • blue value is 23.
RGB:
(36,149,23)
(14%,58%,9%)

RGB channels and saturation

R 36 of 255 = 14%
G 149 of 255 = 58%
B 23 of 255 = 9%

36
149
23

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

Portions of RGB colors in percentages

R + G + B =
36 + 149 + 23 = 208 (100%)
R 36 of 208 ~ 17.31%
G 149 of 208 ~ 71.63%
B 23 of 208 ~ 11.06%

%17.31
%71.63
%11.06

CMYK color model

#249517 color CMYK value is (76,0,85,42).

  • cyan value is 75.84%
  • magenta value is 0.00%
  • yellow value is 84.56%
  • key color value is 41.57%
CMYK:
(76,0,85,42)
C76M0Y85K42 
(76%,0%,85%,42%)
(0.76/0.00/0.85/0.42)	

CMYK percentages

%75.84
%0
%84.56
%41.57

Codes

Color #249517 in popluar color models

249517
RGB3614923
HSL114°73.26%33.73%
HSB/HSV114°84.56%58.43%
CMYK75.84%0.00%84.56%
41.57%

Color #249517 in popluar number systems.

HEX249517
Decimal3614923
Binary1001001001010110111
Octal4422527

Shades and tints

Shades of #249517

#249517
(36,149,23)
#218815
(33,136,21)
#1E7B13
(30,123,19)
#1B6E11
(27,110,17)
#18610F
(24,97,15)
#15540D
(21,84,13)
#12470B
(18,71,11)
#0F3A09
(15,58,9)
#0C2D07
(12,45,7)
#092005
(9,32,5)
#061303
(6,19,3)
#000000
(0,0,0)

Tints of #249517

#249517
(36,149,23)
#379E2C
(55,158,44)
#4AA741
(74,167,65)
#5DB056
(93,176,86)
#70B96B
(112,185,107)
#83C280
(131,194,128)
#96CB95
(150,203,149)
#A9D4AA
(169,212,170)
#BCDDBF
(188,221,191)
#CFE6D4
(207,230,212)
#E2EFE9
(226,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249517 color. Also use rgb(36,149,23) instead hex code.

Text Font Color

.myTextColor { color: #249517; }

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

This text font color is #249517.


Background Color

.myBgColor { background-color: #249517; }

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

This div background color is #249517.


Border color

.myBorderColor { border: 1px solid #249517; }

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

This div border color is #249517.


Opacity

.myOpacity80 { color: #249517; opacity: 0.8; }

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

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

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

This text has shadow with #249517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249517 on black background.


Color preview on white background

This text has color #249517 on white background.



Black color preview on #249517 background

This text has black color on #249517 background.


White color preview on #249517 background

This text has white color on #249517 background.