COLOR #025409

HEX: #025409
RGB: (2,84,9)

Color info

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

RGB color model

#025409 color RGB value is (2,84,9).

  • red value is 2;
  • green value is 84;
  • blue value is 9.
RGB:
(2,84,9)
(1%,33%,4%)

RGB channels and saturation

R 2 of 255 = 1%
G 84 of 255 = 33%
B 9 of 255 = 4%

2
84
9

R + G + B ~ 13%. #025409 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 84 + 9 = 95 (100%)
R 2 of 95 ~ 2.11%
G 84 of 95 ~ 88.42%
B 9 of 95 ~ 9.47%

%88.42

CMYK color model

#025409 color CMYK value is (98,0,89,67).

  • cyan value is 97.62%
  • magenta value is 0.00%
  • yellow value is 89.29%
  • key color value is 67.06%
CMYK:
(98,0,89,67)
C98M0Y89K67 
(98%,0%,89%,67%)
(0.98/0.00/0.89/0.67)	

CMYK percentages

%97.62
%0
%89.29
%67.06

Codes

Color #025409 in popluar color models

025409
RGB2849
HSL125°95.35%16.86%
HSB/HSV125°97.62%32.94%
CMYK97.62%0.00%89.29%
67.06%

Color #025409 in popluar number systems.

HEX025409
Decimal2849
Binary1010101001001
Octal212411

Shades and tints

Shades of #025409

#025409
(2,84,9)
#024D09
(2,77,9)
#024609
(2,70,9)
#023F09
(2,63,9)
#023809
(2,56,9)
#023109
(2,49,9)
#022A09
(2,42,9)
#022309
(2,35,9)
#021C09
(2,28,9)
#021509
(2,21,9)
#020E09
(2,14,9)
#000000
(0,0,0)

Tints of #025409

#025409
(2,84,9)
#19631F
(25,99,31)
#307235
(48,114,53)
#47814B
(71,129,75)
#5E9061
(94,144,97)
#759F77
(117,159,119)
#8CAE8D
(140,174,141)
#A3BDA3
(163,189,163)
#BACCB9
(186,204,185)
#D1DBCF
(209,219,207)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025409 color. Also use rgb(2,84,9) instead hex code.

Text Font Color

.myTextColor { color: #025409; }

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

This text font color is #025409.


Background Color

.myBgColor { background-color: #025409; }

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

This div background color is #025409.


Border color

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

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

This div border color is #025409.


Opacity

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

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

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

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

This text has shadow with #025409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025409 on black background.


Color preview on white background

This text has color #025409 on white background.



Black color preview on #025409 background

This text has black color on #025409 background.


White color preview on #025409 background

This text has white color on #025409 background.