COLOR #025913

HEX: #025913
RGB: (2,89,19)

Color info

#025913 contains mainly green color. Web safe color of #025913 is #006600 (or #060).

RGB color model

#025913 color RGB value is (2,89,19).

  • red value is 2;
  • green value is 89;
  • blue value is 19.
RGB:
(2,89,19)
(1%,35%,7%)

RGB channels and saturation

R 2 of 255 = 1%
G 89 of 255 = 35%
B 19 of 255 = 7%

2
89
19

R + G + B ~ 14%. #025913 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 89 + 19 = 110 (100%)
R 2 of 110 ~ 1.82%
G 89 of 110 ~ 80.91%
B 19 of 110 ~ 17.27%

%80.91
%17.27

CMYK color model

#025913 color CMYK value is (98,0,79,65).

  • cyan value is 97.75%
  • magenta value is 0.00%
  • yellow value is 78.65%
  • key color value is 65.10%
CMYK:
(98,0,79,65)
C98M0Y79K65 
(98%,0%,79%,65%)
(0.98/0.00/0.79/0.65)	

CMYK percentages

%97.75
%0
%78.65
%65.1

Codes

Color #025913 in popluar color models

025913
RGB28919
HSL132°95.60%17.84%
HSB/HSV132°97.75%34.90%
CMYK97.75%0.00%78.65%
65.10%

Color #025913 in popluar number systems.

HEX025913
Decimal28919
Binary10101100110011
Octal213123

Shades and tints

Shades of #025913

#025913
(2,89,19)
#025112
(2,81,18)
#024911
(2,73,17)
#024110
(2,65,16)
#02390F
(2,57,15)
#02310E
(2,49,14)
#02290D
(2,41,13)
#02210C
(2,33,12)
#02190B
(2,25,11)
#02110A
(2,17,10)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #025913

#025913
(2,89,19)
#196828
(25,104,40)
#30773D
(48,119,61)
#478652
(71,134,82)
#5E9567
(94,149,103)
#75A47C
(117,164,124)
#8CB391
(140,179,145)
#A3C2A6
(163,194,166)
#BAD1BB
(186,209,187)
#D1E0D0
(209,224,208)
#E8EFE5
(232,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025913 color. Also use rgb(2,89,19) instead hex code.

Text Font Color

.myTextColor { color: #025913; }

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

This text font color is #025913.


Background Color

.myBgColor { background-color: #025913; }

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

This div background color is #025913.


Border color

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

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

This div border color is #025913.


Opacity

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

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

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

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

This text has shadow with #025913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025913 on black background.


Color preview on white background

This text has color #025913 on white background.



Black color preview on #025913 background

This text has black color on #025913 background.


White color preview on #025913 background

This text has white color on #025913 background.