COLOR #249A4D

HEX: #249A4D RGB: (36,154,77)

Color info

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

RGB color model

#249A4D color RGB value is (36,154,77).

RGB: (36,154,77) (14%, 60%, 30%)

RGB channels and saturation

R 36 of 255 = 14%
G 154 of 255 = 60%
B 77 of 255 = 30%

36
154
77

R + G + B ~ 35%. #249A4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 154 + 77 = 267 (100%)
R 36 of 267 ~ 13.48%
G 154 of 267 ~ 57.68%
B 77 of 267 ~ 28.84'%

%13.48
%57.68
%28.84

CMYK color model

#249A4D color CMYK value is (77,0,50,40).

  • cyan value is 76.62%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 39.61%
CMYK: (77,0,50,40) C77M0Y50K40 (77%,0%,50%,40%) (0.77/0.00/0.50/0.40) 

CMYK percentages

%76.62
%0
%50
%39.61

Codes

Color #249A4D in popluar color models

24 9A 4D
RGB 36 154 77
HSL 141° 62.11% 37.25%
HSB/HSV 141° 76.62% 60.39%
CMYK 76.62% 0.00% 50.00%
39.61%

Color #249A4D in popluar number systems.

HEX 24 9A 4D
Decimal 36 154 77
Binary 100100 10011010 1001101
Octal 44 232 115

Shades and tints

Shades of #249A4D

#249A4D
(36,154,77)
#218C46
(33,140,70)
#1E7E3F
(30,126,63)
#1B7038
(27,112,56)
#186231
(24,98,49)
#15542A
(21,84,42)
#124623
(18,70,35)
#0F381C
(15,56,28)
#0C2A15
(12,42,21)
#091C0E
(9,28,14)
#060E07
(6,14,7)
#000000
(0,0,0)

Tints of #249A4D

#249A4D
(36,154,77)
#37A35D
(55,163,93)
#4AAC6D
(74,172,109)
#5DB57D
(93,181,125)
#70BE8D
(112,190,141)
#83C79D
(131,199,157)
#96D0AD
(150,208,173)
#A9D9BD
(169,217,189)
#BCE2CD
(188,226,205)
#CFEBDD
(207,235,221)
#E2F4ED
(226,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #249A4D color. Also use rgb(36,154,77) instead hex code.

Text Font Color

.myTextColor { color: #249A4D; }

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

This text font color is #249A4D.

Background Color

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

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

This div background color is #249A4D.

Border color

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

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

This div border color is #249A4D.

Opacity

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

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

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

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

This text has shadow with #249A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #249A4D.

Preview

Color preview on black background

This text has color #249A4D on black background.


Color preview on white background

This text has color #249A4D on white background.


Black color preview on #249A4D background

This text has black color on #249A4D background.


White color preview on #249A4D background

This text has white color on #249A4D background.


Related colors

Complementary color

Complementary color for #hex is #DB65B2.


I love getcolorcode.com

Triadic colors

1 #4D249A and #9A4D24 with #249A4D are triadic colors.

2 #4D9A24 and #9A244D with #249A4D are triadic colors.