COLOR #249129

HEX: #249129
RGB: (36,145,41)

Color info

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

RGB color model

#249129 color RGB value is (36,145,41).

  • red value is 36;
  • green value is 145;
  • blue value is 41.
RGB:
(36,145,41)
(14%,57%,16%)

RGB channels and saturation

R 36 of 255 = 14%
G 145 of 255 = 57%
B 41 of 255 = 16%

36
145
41

R + G + B ~ 29%. #249129 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 145 + 41 = 222 (100%)
R 36 of 222 ~ 16.22%
G 145 of 222 ~ 65.32%
B 41 of 222 ~ 18.47%

%16.22
%65.32
%18.47

CMYK color model

#249129 color CMYK value is (75,0,72,43).

  • cyan value is 75.17%
  • magenta value is 0.00%
  • yellow value is 71.72%
  • key color value is 43.14%
CMYK:
(75,0,72,43)
C75M0Y72K43 
(75%,0%,72%,43%)
(0.75/0.00/0.72/0.43)	

CMYK percentages

%75.17
%0
%71.72
%43.14

Codes

Color #249129 in popluar color models

249129
RGB3614541
HSL123°60.22%35.49%
HSB/HSV123°75.17%56.86%
CMYK75.17%0.00%71.72%
43.14%

Color #249129 in popluar number systems.

HEX249129
Decimal3614541
Binary10010010010001101001
Octal4422151

Shades and tints

Shades of #249129

#249129
(36,145,41)
#218426
(33,132,38)
#1E7723
(30,119,35)
#1B6A20
(27,106,32)
#185D1D
(24,93,29)
#15501A
(21,80,26)
#124317
(18,67,23)
#0F3614
(15,54,20)
#0C2911
(12,41,17)
#091C0E
(9,28,14)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #249129

#249129
(36,145,41)
#379B3C
(55,155,60)
#4AA54F
(74,165,79)
#5DAF62
(93,175,98)
#70B975
(112,185,117)
#83C388
(131,195,136)
#96CD9B
(150,205,155)
#A9D7AE
(169,215,174)
#BCE1C1
(188,225,193)
#CFEBD4
(207,235,212)
#E2F5E7
(226,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249129 color. Also use rgb(36,145,41) instead hex code.

Text Font Color

.myTextColor { color: #249129; }

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

This text font color is #249129.


Background Color

.myBgColor { background-color: #249129; }

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

This div background color is #249129.


Border color

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

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

This div border color is #249129.


Opacity

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

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

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

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

This text has shadow with #249129 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249129 on black background.


Color preview on white background

This text has color #249129 on white background.



Black color preview on #249129 background

This text has black color on #249129 background.


White color preview on #249129 background

This text has white color on #249129 background.