COLOR #025F23

HEX: #025F23
RGB: (2,95,35)

Color info

#025F23 contains mainly green color. Web safe color of #025F23 is #006633 (or #063).

RGB color model

#025F23 color RGB value is (2,95,35).

  • red value is 2;
  • green value is 95;
  • blue value is 35.
RGB:
(2,95,35)
(1%,37%,14%)

RGB channels and saturation

R 2 of 255 = 1%
G 95 of 255 = 37%
B 35 of 255 = 14%

2
95
35

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

Portions of RGB colors in percentages

R + G + B =
2 + 95 + 35 = 132 (100%)
R 2 of 132 ~ 1.52%
G 95 of 132 ~ 71.97%
B 35 of 132 ~ 26.52%

%71.97
%26.52

CMYK color model

#025F23 color CMYK value is (98,0,63,63).

  • cyan value is 97.89%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 62.75%
CMYK:
(98,0,63,63)
C98M0Y63K63 
(98%,0%,63%,63%)
(0.98/0.00/0.63/0.63)	

CMYK percentages

%97.89
%0
%63.16
%62.75

Codes

Color #025F23 in popluar color models

025F23
RGB29535
HSL141°95.88%19.02%
HSB/HSV141°97.89%37.25%
CMYK97.89%0.00%63.16%
62.75%

Color #025F23 in popluar number systems.

HEX025F23
Decimal29535
Binary101011111100011
Octal213743

Shades and tints

Shades of #025F23

#025F23
(2,95,35)
#025720
(2,87,32)
#024F1D
(2,79,29)
#02471A
(2,71,26)
#023F17
(2,63,23)
#023714
(2,55,20)
#022F11
(2,47,17)
#02270E
(2,39,14)
#021F0B
(2,31,11)
#021708
(2,23,8)
#020F05
(2,15,5)
#000000
(0,0,0)

Tints of #025F23

#025F23
(2,95,35)
#196D37
(25,109,55)
#307B4B
(48,123,75)
#47895F
(71,137,95)
#5E9773
(94,151,115)
#75A587
(117,165,135)
#8CB39B
(140,179,155)
#A3C1AF
(163,193,175)
#BACFC3
(186,207,195)
#D1DDD7
(209,221,215)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025F23 color. Also use rgb(2,95,35) instead hex code.

Text Font Color

.myTextColor { color: #025F23; }

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

This text font color is #025F23.


Background Color

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

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

This div background color is #025F23.


Border color

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

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

This div border color is #025F23.


Opacity

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

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

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

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

This text has shadow with #025F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025F23 on black background.


Color preview on white background

This text has color #025F23 on white background.



Black color preview on #025F23 background

This text has black color on #025F23 background.


White color preview on #025F23 background

This text has white color on #025F23 background.