COLOR #238F49

HEX: #238F49 RGB: (35,143,73)

Color info

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

RGB color model

#238F49 color RGB value is (35,143,73).

RGB: (35,143,73) (14%, 56%, 29%)

RGB channels and saturation

R 35 of 255 = 14%
G 143 of 255 = 56%
B 73 of 255 = 29%

35
143
73

R + G + B ~ 33%. #238F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 35 + 143 + 73 = 251 (100%)
R 35 of 251 ~ 13.94%
G 143 of 251 ~ 56.97%
B 73 of 251 ~ 29.08'%

%13.94
%56.97
%29.08

CMYK color model

#238F49 color CMYK value is (76,0,49,44).

  • cyan value is 75.52%
  • magenta value is 0.00%
  • yellow value is 48.95%
  • key color value is 43.92%

CMYK: (76,0,49,44)
C76M0Y49K44 (76%, 0%, 49%, 44%)
(0.76 / 0.00 / 0.49 / 0.44)

CMYK percentages

%75.52
%0
%48.95
%43.92

Codes

Color #238F49 in popluar color models

23 8F 49
RGB 35 143 73
HSL 141° 60.67% 34.90%
HSB/HSV 141° 75.52% 56.08%
CMYK 75.52% 0.00% 48.95%
43.92%

Color #238F49 in popluar number systems.

HEX 23 8F 49
Decimal 35 143 73
Binary 100011 10001111 1001001
Octal 43 217 111

Shades and tints

Shades of #238F49

#238F49
(35,143,73)
#208243
(32,130,67)
#1D753D
(29,117,61)
#1A6837
(26,104,55)
#175B31
(23,91,49)
#144E2B
(20,78,43)
#114125
(17,65,37)
#0E341F
(14,52,31)
#0B2719
(11,39,25)
#081A13
(8,26,19)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #238F49

#238F49
(35,143,73)
#379959
(55,153,89)
#4BA369
(75,163,105)
#5FAD79
(95,173,121)
#73B789
(115,183,137)
#87C199
(135,193,153)
#9BCBA9
(155,203,169)
#AFD5B9
(175,213,185)
#C3DFC9
(195,223,201)
#D7E9D9
(215,233,217)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #238F49 color. Also use rgb(35,143,73) instead hex code.

Text Font Color

.myTextColor { color: #238F49; }

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

This text font color is #238F49.

Background Color

.myBgColor { background-color: #238F49; }

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

This div background color is #238F49.

Border color

.myBorderColor { border: 1px solid #238F49; }

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

This div border color is #238F49.

Opacity

.myOpacity80 { color: #238F49; opacity: 0.8; }

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

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

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

This text has shadow with #238F49 color.


.textShadow {text-shadow: 3px 3px 1px #238F49', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #238F49; -webkit-box-shadow: 1px 1px 3px 2px #238F49; box-shadow:1px 1px 3px 2px #238F49;">
Div content here
</div>

This div box has shadow with color #238F49.

Preview

Color preview on black background

This text has color #238F49 on black background.


Color preview on white background

This text has color #238F49 on white background.


Black color preview on #238F49 background

This text has black color on #238F49 background.


White color preview on #238F49 background

This text has white color on #238F49 background.


Related colors

Complementary color

Complementary color for #hex is #DC70B6.


I love getcolorcode.com

Triadic colors

1 #49238F and #8F4923 with #238F49 are triadic colors.

2 #498F23 and #8F2349 with #238F49 are triadic colors.