COLOR #248E33

HEX: #248E33
RGB: (36,142,51)

Color info

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

RGB color model

#248E33 color RGB value is (36,142,51).

  • red value is 36;
  • green value is 142;
  • blue value is 51.
RGB:
(36,142,51)
(14%,56%,20%)

RGB channels and saturation

R 36 of 255 = 14%
G 142 of 255 = 56%
B 51 of 255 = 20%

36
142
51

R + G + B ~ 30%. #248E33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 142 + 51 = 229 (100%)
R 36 of 229 ~ 15.72%
G 142 of 229 ~ 62.01%
B 51 of 229 ~ 22.27%

%15.72
%62.01
%22.27

CMYK color model

#248E33 color CMYK value is (75,0,64,44).

  • cyan value is 74.65%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 44.31%
CMYK:
(75,0,64,44)
C75M0Y64K44 
(75%,0%,64%,44%)
(0.75/0.00/0.64/0.44)	

CMYK percentages

%74.65
%0
%64.08
%44.31

Codes

Color #248E33 in popluar color models

248E33
RGB3614251
HSL128°59.55%34.90%
HSB/HSV128°74.65%55.69%
CMYK74.65%0.00%64.08%
44.31%

Color #248E33 in popluar number systems.

HEX248E33
Decimal3614251
Binary10010010001110110011
Octal4421663

Shades and tints

Shades of #248E33

#248E33
(36,142,51)
#21822F
(33,130,47)
#1E762B
(30,118,43)
#1B6A27
(27,106,39)
#185E23
(24,94,35)
#15521F
(21,82,31)
#12461B
(18,70,27)
#0F3A17
(15,58,23)
#0C2E13
(12,46,19)
#09220F
(9,34,15)
#06160B
(6,22,11)
#000000
(0,0,0)

Tints of #248E33

#248E33
(36,142,51)
#379845
(55,152,69)
#4AA257
(74,162,87)
#5DAC69
(93,172,105)
#70B67B
(112,182,123)
#83C08D
(131,192,141)
#96CA9F
(150,202,159)
#A9D4B1
(169,212,177)
#BCDEC3
(188,222,195)
#CFE8D5
(207,232,213)
#E2F2E7
(226,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248E33 color. Also use rgb(36,142,51) instead hex code.

Text Font Color

.myTextColor { color: #248E33; }

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

This text font color is #248E33.


Background Color

.myBgColor { background-color: #248E33; }

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

This div background color is #248E33.


Border color

.myBorderColor { border: 1px solid #248E33; }

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

This div border color is #248E33.


Opacity

.myOpacity80 { color: #248E33; opacity: 0.8; }

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

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

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

This text has shadow with #248E33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #248E33 on black background.


Color preview on white background

This text has color #248E33 on white background.



Black color preview on #248E33 background

This text has black color on #248E33 background.


White color preview on #248E33 background

This text has white color on #248E33 background.