COLOR #025C31

HEX: #025C31
RGB: (2,92,49)

Color info

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

RGB color model

#025C31 color RGB value is (2,92,49).

  • red value is 2;
  • green value is 92;
  • blue value is 49.
RGB:
(2,92,49)
(1%,36%,19%)

RGB channels and saturation

R 2 of 255 = 1%
G 92 of 255 = 36%
B 49 of 255 = 19%

2
92
49

R + G + B ~ 19%. #025C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 92 + 49 = 143 (100%)
R 2 of 143 ~ 1.4%
G 92 of 143 ~ 64.34%
B 49 of 143 ~ 34.27%

%64.34
%34.27

CMYK color model

#025C31 color CMYK value is (98,0,47,64).

  • cyan value is 97.83%
  • magenta value is 0.00%
  • yellow value is 46.74%
  • key color value is 63.92%
CMYK:
(98,0,47,64)
C98M0Y47K64 
(98%,0%,47%,64%)
(0.98/0.00/0.47/0.64)	

CMYK percentages

%97.83
%0
%46.74
%63.92

Codes

Color #025C31 in popluar color models

025C31
RGB29249
HSL151°95.74%18.43%
HSB/HSV151°97.83%36.08%
CMYK97.83%0.00%46.74%
63.92%

Color #025C31 in popluar number systems.

HEX025C31
Decimal29249
Binary101011100110001
Octal213461

Shades and tints

Shades of #025C31

#025C31
(2,92,49)
#02542D
(2,84,45)
#024C29
(2,76,41)
#024425
(2,68,37)
#023C21
(2,60,33)
#02341D
(2,52,29)
#022C19
(2,44,25)
#022415
(2,36,21)
#021C11
(2,28,17)
#02140D
(2,20,13)
#020C09
(2,12,9)
#000000
(0,0,0)

Tints of #025C31

#025C31
(2,92,49)
#196A43
(25,106,67)
#307855
(48,120,85)
#478667
(71,134,103)
#5E9479
(94,148,121)
#75A28B
(117,162,139)
#8CB09D
(140,176,157)
#A3BEAF
(163,190,175)
#BACCC1
(186,204,193)
#D1DAD3
(209,218,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025C31 color. Also use rgb(2,92,49) instead hex code.

Text Font Color

.myTextColor { color: #025C31; }

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

This text font color is #025C31.


Background Color

.myBgColor { background-color: #025C31; }

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

This div background color is #025C31.


Border color

.myBorderColor { border: 1px solid #025C31; }

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

This div border color is #025C31.


Opacity

.myOpacity80 { color: #025C31; opacity: 0.8; }

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

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

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

This text has shadow with #025C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025C31 on black background.


Color preview on white background

This text has color #025C31 on white background.



Black color preview on #025C31 background

This text has black color on #025C31 background.


White color preview on #025C31 background

This text has white color on #025C31 background.