COLOR #25913A

HEX: #25913A
RGB: (37,145,58)

Color info

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

RGB color model

#25913A color RGB value is (37,145,58).

  • red value is 37;
  • green value is 145;
  • blue value is 58.
RGB:
(37,145,58)
(15%,57%,23%)

RGB channels and saturation

R 37 of 255 = 15%
G 145 of 255 = 57%
B 58 of 255 = 23%

37
145
58

R + G + B ~ 32%. #25913A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 145 + 58 = 240 (100%)
R 37 of 240 ~ 15.42%
G 145 of 240 ~ 60.42%
B 58 of 240 ~ 24.17%

%15.42
%60.42
%24.17

CMYK color model

#25913A color CMYK value is (74,0,60,43).

  • cyan value is 74.48%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 43.14%
CMYK:
(74,0,60,43)
C74M0Y60K43 
(74%,0%,60%,43%)
(0.74/0.00/0.60/0.43)	

CMYK percentages

%74.48
%0
%60
%43.14

Codes

Color #25913A in popluar color models

25913A
RGB3714558
HSL132°59.34%35.69%
HSB/HSV132°74.48%56.86%
CMYK74.48%0.00%60.00%
43.14%

Color #25913A in popluar number systems.

HEX25913A
Decimal3714558
Binary10010110010001111010
Octal4522172

Shades and tints

Shades of #25913A

#25913A
(37,145,58)
#228435
(34,132,53)
#1F7730
(31,119,48)
#1C6A2B
(28,106,43)
#195D26
(25,93,38)
#165021
(22,80,33)
#13431C
(19,67,28)
#103617
(16,54,23)
#0D2912
(13,41,18)
#0A1C0D
(10,28,13)
#070F08
(7,15,8)
#000000
(0,0,0)

Tints of #25913A

#25913A
(37,145,58)
#389B4B
(56,155,75)
#4BA55C
(75,165,92)
#5EAF6D
(94,175,109)
#71B97E
(113,185,126)
#84C38F
(132,195,143)
#97CDA0
(151,205,160)
#AAD7B1
(170,215,177)
#BDE1C2
(189,225,194)
#D0EBD3
(208,235,211)
#E3F5E4
(227,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25913A color. Also use rgb(37,145,58) instead hex code.

Text Font Color

.myTextColor { color: #25913A; }

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

This text font color is #25913A.


Background Color

.myBgColor { background-color: #25913A; }

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

This div background color is #25913A.


Border color

.myBorderColor { border: 1px solid #25913A; }

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

This div border color is #25913A.


Opacity

.myOpacity80 { color: #25913A; opacity: 0.8; }

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

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

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

This text has shadow with #25913A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25913A on black background.


Color preview on white background

This text has color #25913A on white background.



Black color preview on #25913A background

This text has black color on #25913A background.


White color preview on #25913A background

This text has white color on #25913A background.