COLOR #025030

HEX: #025030
RGB: (2,80,48)

Color info

#025030 contains mainly green and blue colors. Web safe color of #025030 is #006633 (or #063).

RGB color model

#025030 color RGB value is (2,80,48).

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

RGB channels and saturation

R 2 of 255 = 1%
G 80 of 255 = 31%
B 48 of 255 = 19%

2
80
48

R + G + B ~ 17%. #025030 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 80 + 48 = 130 (100%)
R 2 of 130 ~ 1.54%
G 80 of 130 ~ 61.54%
B 48 of 130 ~ 36.92%

%61.54
%36.92

CMYK color model

#025030 color CMYK value is (98,0,40,69).

  • cyan value is 97.50%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(98,0,40,69)
C98M0Y40K69 
(98%,0%,40%,69%)
(0.98/0.00/0.40/0.69)	

CMYK percentages

%97.5
%0
%40
%68.63

Codes

Color #025030 in popluar color models

025030
RGB28048
HSL155°95.12%16.08%
HSB/HSV155°97.50%31.37%
CMYK97.50%0.00%40.00%
68.63%

Color #025030 in popluar number systems.

HEX025030
Decimal28048
Binary101010000110000
Octal212060

Shades and tints

Shades of #025030

#025030
(2,80,48)
#02492C
(2,73,44)
#024228
(2,66,40)
#023B24
(2,59,36)
#023420
(2,52,32)
#022D1C
(2,45,28)
#022618
(2,38,24)
#021F14
(2,31,20)
#021810
(2,24,16)
#02110C
(2,17,12)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #025030

#025030
(2,80,48)
#195F42
(25,95,66)
#306E54
(48,110,84)
#477D66
(71,125,102)
#5E8C78
(94,140,120)
#759B8A
(117,155,138)
#8CAA9C
(140,170,156)
#A3B9AE
(163,185,174)
#BAC8C0
(186,200,192)
#D1D7D2
(209,215,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025030; }

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

This text font color is #025030.


Background Color

.myBgColor { background-color: #025030; }

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

This div background color is #025030.


Border color

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

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

This div border color is #025030.


Opacity

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

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

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

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

This text has shadow with #025030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025030 on black background.


Color preview on white background

This text has color #025030 on white background.



Black color preview on #025030 background

This text has black color on #025030 background.


White color preview on #025030 background

This text has white color on #025030 background.