COLOR #249C28

HEX: #249C28 RGB: (36,156,40)

Color info

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

RGB color model

#249C28 color RGB value is (36,156,40).

RGB: (36,156,40) (14%, 61%, 16%)

RGB channels and saturation

R 36 of 255 = 14%
G 156 of 255 = 61%
B 40 of 255 = 16%

36
156
40

R + G + B ~ 30%. #249C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 156 + 40 = 232 (100%)
R 36 of 232 ~ 15.52%
G 156 of 232 ~ 67.24%
B 40 of 232 ~ 17.24'%

%15.52
%67.24
%17.24

CMYK color model

#249C28 color CMYK value is (77,0,74,39).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 74.36%
  • key color value is 38.82%

CMYK: (77,0,74,39)
C77M0Y74K39 (77%, 0%, 74%, 39%)
(0.77 / 0.00 / 0.74 / 0.39)

CMYK percentages

%76.92
%0
%74.36
%38.82

Codes

Color #249C28 in popluar color models

24 9C 28
RGB 36 156 40
HSL 122° 62.50% 37.65%
HSB/HSV 122° 76.92% 61.18%
CMYK 76.92% 0.00% 74.36%
38.82%

Color #249C28 in popluar number systems.

HEX 24 9C 28
Decimal 36 156 40
Binary 100100 10011100 101000
Octal 44 234 50

Shades and tints

Shades of #249C28

#249C28
(36,156,40)
#218E25
(33,142,37)
#1E8022
(30,128,34)
#1B721F
(27,114,31)
#18641C
(24,100,28)
#155619
(21,86,25)
#124816
(18,72,22)
#0F3A13
(15,58,19)
#0C2C10
(12,44,16)
#091E0D
(9,30,13)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #249C28

#249C28
(36,156,40)
#37A53B
(55,165,59)
#4AAE4E
(74,174,78)
#5DB761
(93,183,97)
#70C074
(112,192,116)
#83C987
(131,201,135)
#96D29A
(150,210,154)
#A9DBAD
(169,219,173)
#BCE4C0
(188,228,192)
#CFEDD3
(207,237,211)
#E2F6E6
(226,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249C28 color. Also use rgb(36,156,40) instead hex code.

Text Font Color

.myTextColor { color: #249C28; }

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

This text font color is #249C28.

Background Color

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

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

This div background color is #249C28.

Border color

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

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

This div border color is #249C28.

Opacity

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

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

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

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

This text has shadow with #249C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #249C28.

Preview

Color preview on black background

This text has color #249C28 on black background.


Color preview on white background

This text has color #249C28 on white background.


Black color preview on #249C28 background

This text has black color on #249C28 background.


White color preview on #249C28 background

This text has white color on #249C28 background.


Related colors

Complementary color

Complementary color for #249C28 is #DB63D7.


I love getcolorcode.com

Triadic colors

1 #28249C and #9C2824 with #249C28 are triadic colors.

2 #289C24 and #9C2428 with #249C28 are triadic colors.