COLOR #258C49

HEX: #258C49
RGB: (37,140,73)

Color info

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

RGB color model

#258C49 color RGB value is (37,140,73).

  • red value is 37;
  • green value is 140;
  • blue value is 73.
RGB:
(37,140,73)
(15%,55%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 140 of 255 = 55%
B 73 of 255 = 29%

37
140
73

R + G + B ~ 33%. #258C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 140 + 73 = 250 (100%)
R 37 of 250 ~ 14.8%
G 140 of 250 ~ 56%
B 73 of 250 ~ 29.2%

%14.8
%56
%29.2

CMYK color model

#258C49 color CMYK value is (74,0,48,45).

  • cyan value is 73.57%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(74,0,48,45)
C74M0Y48K45 
(74%,0%,48%,45%)
(0.74/0.00/0.48/0.45)	

CMYK percentages

%73.57
%0
%47.86
%45.1

Codes

Color #258C49 in popluar color models

258C49
RGB3714073
HSL141°58.19%34.71%
HSB/HSV141°73.57%54.90%
CMYK73.57%0.00%47.86%
45.10%

Color #258C49 in popluar number systems.

HEX258C49
Decimal3714073
Binary100101100011001001001
Octal45214111

Shades and tints

Shades of #258C49

#258C49
(37,140,73)
#228043
(34,128,67)
#1F743D
(31,116,61)
#1C6837
(28,104,55)
#195C31
(25,92,49)
#16502B
(22,80,43)
#134425
(19,68,37)
#10381F
(16,56,31)
#0D2C19
(13,44,25)
#0A2013
(10,32,19)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #258C49

#258C49
(37,140,73)
#389659
(56,150,89)
#4BA069
(75,160,105)
#5EAA79
(94,170,121)
#71B489
(113,180,137)
#84BE99
(132,190,153)
#97C8A9
(151,200,169)
#AAD2B9
(170,210,185)
#BDDCC9
(189,220,201)
#D0E6D9
(208,230,217)
#E3F0E9
(227,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #258C49 color. Also use rgb(37,140,73) instead hex code.

Text Font Color

.myTextColor { color: #258C49; }

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

This text font color is #258C49.


Background Color

.myBgColor { background-color: #258C49; }

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

This div background color is #258C49.


Border color

.myBorderColor { border: 1px solid #258C49; }

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

This div border color is #258C49.


Opacity

.myOpacity80 { color: #258C49; opacity: 0.8; }

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

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

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

This text has shadow with #258C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #258C49 on black background.


Color preview on white background

This text has color #258C49 on white background.



Black color preview on #258C49 background

This text has black color on #258C49 background.


White color preview on #258C49 background

This text has white color on #258C49 background.