COLOR #025011

HEX: #025011
RGB: (2,80,17)

Color info

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

RGB color model

#025011 color RGB value is (2,80,17).

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

RGB channels and saturation

R 2 of 255 = 1%
G 80 of 255 = 31%
B 17 of 255 = 7%

2
80
17

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

Portions of RGB colors in percentages

R + G + B =
2 + 80 + 17 = 99 (100%)
R 2 of 99 ~ 2.02%
G 80 of 99 ~ 80.81%
B 17 of 99 ~ 17.17%

%80.81
%17.17

CMYK color model

#025011 color CMYK value is (98,0,79,69).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 78.75%
  • key color value is 68.63%
CMYK:
(98,0,79,69)
C98M0Y79K69 
(98%,0%,79%,69%)
(0.98/0.00/0.79/0.69)	

CMYK percentages

%97.5
%0
%78.75
%68.63

Codes

Color #025011 in popluar color models

025011
RGB28017
HSL132°95.12%16.08%
HSB/HSV132°97.50%31.37%
CMYK97.50%0.00%78.75%
68.63%

Color #025011 in popluar number systems.

HEX025011
Decimal28017
Binary10101000010001
Octal212021

Shades and tints

Shades of #025011

#025011
(2,80,17)
#024910
(2,73,16)
#02420F
(2,66,15)
#023B0E
(2,59,14)
#02340D
(2,52,13)
#022D0C
(2,45,12)
#02260B
(2,38,11)
#021F0A
(2,31,10)
#021809
(2,24,9)
#021108
(2,17,8)
#020A07
(2,10,7)
#000000
(0,0,0)

Tints of #025011

#025011
(2,80,17)
#195F26
(25,95,38)
#306E3B
(48,110,59)
#477D50
(71,125,80)
#5E8C65
(94,140,101)
#759B7A
(117,155,122)
#8CAA8F
(140,170,143)
#A3B9A4
(163,185,164)
#BAC8B9
(186,200,185)
#D1D7CE
(209,215,206)
#E8E6E3
(232,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025011; }

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

This text font color is #025011.


Background Color

.myBgColor { background-color: #025011; }

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

This div background color is #025011.


Border color

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

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

This div border color is #025011.


Opacity

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

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

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

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

This text has shadow with #025011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025011 on black background.


Color preview on white background

This text has color #025011 on white background.



Black color preview on #025011 background

This text has black color on #025011 background.


White color preview on #025011 background

This text has white color on #025011 background.