COLOR #239529

HEX: #239529
RGB: (35,149,41)

Color info

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

RGB color model

#239529 color RGB value is (35,149,41).

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

RGB channels and saturation

R 35 of 255 = 14%
G 149 of 255 = 58%
B 41 of 255 = 16%

35
149
41

R + G + B ~ 29%. #239529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 149 + 41 = 225 (100%)
R 35 of 225 ~ 15.56%
G 149 of 225 ~ 66.22%
B 41 of 225 ~ 18.22%

%15.56
%66.22
%18.22

CMYK color model

#239529 color CMYK value is (77,0,72,42).

  • cyan value is 76.51%
  • magenta value is 0.00%
  • yellow value is 72.48%
  • key color value is 41.57%
CMYK:
(77,0,72,42)
C77M0Y72K42 
(77%,0%,72%,42%)
(0.77/0.00/0.72/0.42)	

CMYK percentages

%76.51
%0
%72.48
%41.57

Codes

Color #239529 in popluar color models

239529
RGB3514941
HSL123°61.96%36.08%
HSB/HSV123°76.51%58.43%
CMYK76.51%0.00%72.48%
41.57%

Color #239529 in popluar number systems.

HEX239529
Decimal3514941
Binary10001110010101101001
Octal4322551

Shades and tints

Shades of #239529

#239529
(35,149,41)
#208826
(32,136,38)
#1D7B23
(29,123,35)
#1A6E20
(26,110,32)
#17611D
(23,97,29)
#14541A
(20,84,26)
#114717
(17,71,23)
#0E3A14
(14,58,20)
#0B2D11
(11,45,17)
#08200E
(8,32,14)
#05130B
(5,19,11)
#000000
(0,0,0)

Tints of #239529

#239529
(35,149,41)
#379E3C
(55,158,60)
#4BA74F
(75,167,79)
#5FB062
(95,176,98)
#73B975
(115,185,117)
#87C288
(135,194,136)
#9BCB9B
(155,203,155)
#AFD4AE
(175,212,174)
#C3DDC1
(195,221,193)
#D7E6D4
(215,230,212)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #239529; }

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

This text font color is #239529.


Background Color

.myBgColor { background-color: #239529; }

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

This div background color is #239529.


Border color

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

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

This div border color is #239529.


Opacity

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

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

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

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

This text has shadow with #239529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #239529 on black background.


Color preview on white background

This text has color #239529 on white background.



Black color preview on #239529 background

This text has black color on #239529 background.


White color preview on #239529 background

This text has white color on #239529 background.