COLOR #238529

HEX: #238529
RGB: (35,133,41)

Color info

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

RGB color model

#238529 color RGB value is (35,133,41).

  • red value is 35;
  • green value is 133;
  • blue value is 41.
RGB:
(35,133,41)
(14%,52%,16%)

RGB channels and saturation

R 35 of 255 = 14%
G 133 of 255 = 52%
B 41 of 255 = 16%

35
133
41

R + G + B ~ 27%. #238529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 133 + 41 = 209 (100%)
R 35 of 209 ~ 16.75%
G 133 of 209 ~ 63.64%
B 41 of 209 ~ 19.62%

%16.75
%63.64
%19.62

CMYK color model

#238529 color CMYK value is (74,0,69,48).

  • cyan value is 73.68%
  • magenta value is 0.00%
  • yellow value is 69.17%
  • key color value is 47.84%
CMYK:
(74,0,69,48)
C74M0Y69K48 
(74%,0%,69%,48%)
(0.74/0.00/0.69/0.48)	

CMYK percentages

%73.68
%0
%69.17
%47.84

Codes

Color #238529 in popluar color models

238529
RGB3513341
HSL124°58.33%32.94%
HSB/HSV124°73.68%52.16%
CMYK73.68%0.00%69.17%
47.84%

Color #238529 in popluar number systems.

HEX238529
Decimal3513341
Binary10001110000101101001
Octal4320551

Shades and tints

Shades of #238529

#238529
(35,133,41)
#207926
(32,121,38)
#1D6D23
(29,109,35)
#1A6120
(26,97,32)
#17551D
(23,85,29)
#14491A
(20,73,26)
#113D17
(17,61,23)
#0E3114
(14,49,20)
#0B2511
(11,37,17)
#08190E
(8,25,14)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #238529

#238529
(35,133,41)
#37903C
(55,144,60)
#4B9B4F
(75,155,79)
#5FA662
(95,166,98)
#73B175
(115,177,117)
#87BC88
(135,188,136)
#9BC79B
(155,199,155)
#AFD2AE
(175,210,174)
#C3DDC1
(195,221,193)
#D7E8D4
(215,232,212)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #238529 color. Also use rgb(35,133,41) instead hex code.

Text Font Color

.myTextColor { color: #238529; }

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

This text font color is #238529.


Background Color

.myBgColor { background-color: #238529; }

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

This div background color is #238529.


Border color

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

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

This div border color is #238529.


Opacity

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

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

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

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

This text has shadow with #238529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #238529 on black background.


Color preview on white background

This text has color #238529 on white background.



Black color preview on #238529 background

This text has black color on #238529 background.


White color preview on #238529 background

This text has white color on #238529 background.