COLOR #025012

HEX: #025012
RGB: (2,80,18)

Color info

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

RGB color model

#025012 color RGB value is (2,80,18).

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

RGB channels and saturation

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

2
80
18

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

Portions of RGB colors in percentages

R + G + B =
2 + 80 + 18 = 100 (100%)
R 2 of 100 ~ 2%
G 80 of 100 ~ 80%
B 18 of 100 ~ 18%

%80
%18

CMYK color model

#025012 color CMYK value is (98,0,78,69).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 68.63%
CMYK:
(98,0,78,69)
C98M0Y78K69 
(98%,0%,78%,69%)
(0.98/0.00/0.78/0.69)	

CMYK percentages

%97.5
%0
%77.5
%68.63

Codes

Color #025012 in popluar color models

025012
RGB28018
HSL132°95.12%16.08%
HSB/HSV132°97.50%31.37%
CMYK97.50%0.00%77.50%
68.63%

Color #025012 in popluar number systems.

HEX025012
Decimal28018
Binary10101000010010
Octal212022

Shades and tints

Shades of #025012

#025012
(2,80,18)
#024911
(2,73,17)
#024210
(2,66,16)
#023B0F
(2,59,15)
#02340E
(2,52,14)
#022D0D
(2,45,13)
#02260C
(2,38,12)
#021F0B
(2,31,11)
#02180A
(2,24,10)
#021109
(2,17,9)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #025012

#025012
(2,80,18)
#195F27
(25,95,39)
#306E3C
(48,110,60)
#477D51
(71,125,81)
#5E8C66
(94,140,102)
#759B7B
(117,155,123)
#8CAA90
(140,170,144)
#A3B9A5
(163,185,165)
#BAC8BA
(186,200,186)
#D1D7CF
(209,215,207)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025012; }

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

This text font color is #025012.


Background Color

.myBgColor { background-color: #025012; }

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

This div background color is #025012.


Border color

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

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

This div border color is #025012.


Opacity

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

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

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

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

This text has shadow with #025012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025012 on black background.


Color preview on white background

This text has color #025012 on white background.



Black color preview on #025012 background

This text has black color on #025012 background.


White color preview on #025012 background

This text has white color on #025012 background.