COLOR #238340

HEX: #238340
RGB: (35,131,64)

Color info

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

RGB color model

#238340 color RGB value is (35,131,64).

  • red value is 35;
  • green value is 131;
  • blue value is 64.
RGB:
(35,131,64)
(14%,51%,25%)

RGB channels and saturation

R 35 of 255 = 14%
G 131 of 255 = 51%
B 64 of 255 = 25%

35
131
64

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

Portions of RGB colors in percentages

R + G + B =
35 + 131 + 64 = 230 (100%)
R 35 of 230 ~ 15.22%
G 131 of 230 ~ 56.96%
B 64 of 230 ~ 27.83%

%15.22
%56.96
%27.83

CMYK color model

#238340 color CMYK value is (73,0,51,49).

  • cyan value is 73.28%
  • magenta value is 0.00%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(73,0,51,49)
C73M0Y51K49 
(73%,0%,51%,49%)
(0.73/0.00/0.51/0.49)	

CMYK percentages

%73.28
%0
%51.15
%48.63

Codes

Color #238340 in popluar color models

238340
RGB3513164
HSL138°57.83%32.55%
HSB/HSV138°73.28%51.37%
CMYK73.28%0.00%51.15%
48.63%

Color #238340 in popluar number systems.

HEX238340
Decimal3513164
Binary100011100000111000000
Octal43203100

Shades and tints

Shades of #238340

#238340
(35,131,64)
#20783B
(32,120,59)
#1D6D36
(29,109,54)
#1A6231
(26,98,49)
#17572C
(23,87,44)
#144C27
(20,76,39)
#114122
(17,65,34)
#0E361D
(14,54,29)
#0B2B18
(11,43,24)
#082013
(8,32,19)
#05150E
(5,21,14)
#000000
(0,0,0)

Tints of #238340

#238340
(35,131,64)
#378E51
(55,142,81)
#4B9962
(75,153,98)
#5FA473
(95,164,115)
#73AF84
(115,175,132)
#87BA95
(135,186,149)
#9BC5A6
(155,197,166)
#AFD0B7
(175,208,183)
#C3DBC8
(195,219,200)
#D7E6D9
(215,230,217)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #238340 color. Also use rgb(35,131,64) instead hex code.

Text Font Color

.myTextColor { color: #238340; }

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

This text font color is #238340.


Background Color

.myBgColor { background-color: #238340; }

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

This div background color is #238340.


Border color

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

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

This div border color is #238340.


Opacity

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

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

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

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

This text has shadow with #238340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #238340 on black background.


Color preview on white background

This text has color #238340 on white background.



Black color preview on #238340 background

This text has black color on #238340 background.


White color preview on #238340 background

This text has white color on #238340 background.