COLOR #025005

HEX: #025005
RGB: (2,80,5)

Color info

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

RGB color model

#025005 color RGB value is (2,80,5).

  • red value is 2;
  • green value is 80;
  • blue value is 5.
RGB:
(2,80,5)
(1%,31%,2%)

RGB channels and saturation

R 2 of 255 = 1%
G 80 of 255 = 31%
B 5 of 255 = 2%

2
80
5

R + G + B ~ 11%. #025005 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 80 + 5 = 87 (100%)
R 2 of 87 ~ 2.3%
G 80 of 87 ~ 91.95%
B 5 of 87 ~ 5.75%

%91.95

CMYK color model

#025005 color CMYK value is (98,0,94,69).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 68.63%
CMYK:
(98,0,94,69)
C98M0Y94K69 
(98%,0%,94%,69%)
(0.98/0.00/0.94/0.69)	

CMYK percentages

%97.5
%0
%93.75
%68.63

Codes

Color #025005 in popluar color models

025005
RGB2805
HSL122°95.12%16.08%
HSB/HSV122°97.50%31.37%
CMYK97.50%0.00%93.75%
68.63%

Color #025005 in popluar number systems.

HEX025005
Decimal2805
Binary101010000101
Octal21205

Shades and tints

Shades of #025005

#025005
(2,80,5)
#024905
(2,73,5)
#024205
(2,66,5)
#023B05
(2,59,5)
#023405
(2,52,5)
#022D05
(2,45,5)
#022605
(2,38,5)
#021F05
(2,31,5)
#021805
(2,24,5)
#021105
(2,17,5)
#020A05
(2,10,5)
#000000
(0,0,0)

Tints of #025005

#025005
(2,80,5)
#195F1B
(25,95,27)
#306E31
(48,110,49)
#477D47
(71,125,71)
#5E8C5D
(94,140,93)
#759B73
(117,155,115)
#8CAA89
(140,170,137)
#A3B99F
(163,185,159)
#BAC8B5
(186,200,181)
#D1D7CB
(209,215,203)
#E8E6E1
(232,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025005 color. Also use rgb(2,80,5) instead hex code.

Text Font Color

.myTextColor { color: #025005; }

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

This text font color is #025005.


Background Color

.myBgColor { background-color: #025005; }

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

This div background color is #025005.


Border color

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

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

This div border color is #025005.


Opacity

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

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

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

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

This text has shadow with #025005 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025005 on black background.


Color preview on white background

This text has color #025005 on white background.



Black color preview on #025005 background

This text has black color on #025005 background.


White color preview on #025005 background

This text has white color on #025005 background.