COLOR #249226

HEX: #249226
RGB: (36,146,38)

Color info

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

RGB color model

#249226 color RGB value is (36,146,38).

  • red value is 36;
  • green value is 146;
  • blue value is 38.
RGB:
(36,146,38)
(14%,57%,15%)

RGB channels and saturation

R 36 of 255 = 14%
G 146 of 255 = 57%
B 38 of 255 = 15%

36
146
38

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

Portions of RGB colors in percentages

R + G + B =
36 + 146 + 38 = 220 (100%)
R 36 of 220 ~ 16.36%
G 146 of 220 ~ 66.36%
B 38 of 220 ~ 17.27%

%16.36
%66.36
%17.27

CMYK color model

#249226 color CMYK value is (75,0,74,43).

  • cyan value is 75.34%
  • magenta value is 0.00%
  • yellow value is 73.97%
  • key color value is 42.75%
CMYK:
(75,0,74,43)
C75M0Y74K43 
(75%,0%,74%,43%)
(0.75/0.00/0.74/0.43)	

CMYK percentages

%75.34
%0
%73.97
%42.75

Codes

Color #249226 in popluar color models

249226
RGB3614638
HSL121°60.44%35.69%
HSB/HSV121°75.34%57.25%
CMYK75.34%0.00%73.97%
42.75%

Color #249226 in popluar number systems.

HEX249226
Decimal3614638
Binary10010010010010100110
Octal4422246

Shades and tints

Shades of #249226

#249226
(36,146,38)
#218523
(33,133,35)
#1E7820
(30,120,32)
#1B6B1D
(27,107,29)
#185E1A
(24,94,26)
#155117
(21,81,23)
#124414
(18,68,20)
#0F3711
(15,55,17)
#0C2A0E
(12,42,14)
#091D0B
(9,29,11)
#061008
(6,16,8)
#000000
(0,0,0)

Tints of #249226

#249226
(36,146,38)
#379B39
(55,155,57)
#4AA44C
(74,164,76)
#5DAD5F
(93,173,95)
#70B672
(112,182,114)
#83BF85
(131,191,133)
#96C898
(150,200,152)
#A9D1AB
(169,209,171)
#BCDABE
(188,218,190)
#CFE3D1
(207,227,209)
#E2ECE4
(226,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249226 color. Also use rgb(36,146,38) instead hex code.

Text Font Color

.myTextColor { color: #249226; }

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

This text font color is #249226.


Background Color

.myBgColor { background-color: #249226; }

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

This div background color is #249226.


Border color

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

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

This div border color is #249226.


Opacity

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

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

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

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

This text has shadow with #249226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249226 on black background.


Color preview on white background

This text has color #249226 on white background.



Black color preview on #249226 background

This text has black color on #249226 background.


White color preview on #249226 background

This text has white color on #249226 background.