COLOR #249265

HEX: #249265
RGB: (36,146,101)

Color info

#249265 contains mainly green and blue colors. Web safe color of #249265 is #339966 (or #396).

RGB color model

#249265 color RGB value is (36,146,101).

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

RGB channels and saturation

R 36 of 255 = 14%
G 146 of 255 = 57%
B 101 of 255 = 40%

36
146
101

R + G + B ~ 37%. #249265 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 146 + 101 = 283 (100%)
R 36 of 283 ~ 12.72%
G 146 of 283 ~ 51.59%
B 101 of 283 ~ 35.69%

%12.72
%51.59
%35.69

CMYK color model

#249265 color CMYK value is (75,0,31,43).

  • cyan value is 75.34%
  • magenta value is 0.00%
  • yellow value is 30.82%
  • key color value is 42.75%
CMYK:
(75,0,31,43)
C75M0Y31K43 
(75%,0%,31%,43%)
(0.75/0.00/0.31/0.43)	

CMYK percentages

%75.34
%0
%30.82
%42.75

Codes

Color #249265 in popluar color models

249265
RGB36146101
HSL155°60.44%35.69%
HSB/HSV155°75.34%57.25%
CMYK75.34%0.00%30.82%
42.75%

Color #249265 in popluar number systems.

HEX249265
Decimal36146101
Binary100100100100101100101
Octal44222145

Shades and tints

Shades of #249265

#249265
(36,146,101)
#21855C
(33,133,92)
#1E7853
(30,120,83)
#1B6B4A
(27,107,74)
#185E41
(24,94,65)
#155138
(21,81,56)
#12442F
(18,68,47)
#0F3726
(15,55,38)
#0C2A1D
(12,42,29)
#091D14
(9,29,20)
#06100B
(6,16,11)
#000000
(0,0,0)

Tints of #249265

#249265
(36,146,101)
#379B73
(55,155,115)
#4AA481
(74,164,129)
#5DAD8F
(93,173,143)
#70B69D
(112,182,157)
#83BFAB
(131,191,171)
#96C8B9
(150,200,185)
#A9D1C7
(169,209,199)
#BCDAD5
(188,218,213)
#CFE3E3
(207,227,227)
#E2ECF1
(226,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #249265; }

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

This text font color is #249265.


Background Color

.myBgColor { background-color: #249265; }

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

This div background color is #249265.


Border color

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

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

This div border color is #249265.


Opacity

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

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

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

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

This text has shadow with #249265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #249265 on black background.


Color preview on white background

This text has color #249265 on white background.



Black color preview on #249265 background

This text has black color on #249265 background.


White color preview on #249265 background

This text has white color on #249265 background.