COLOR #025E2B

HEX: #025E2B RGB: (2,94,43)

Color info

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

RGB color model

#025E2B color RGB value is (2,94,43).

RGB: (2,94,43) (1%, 37%, 17%)

RGB channels and saturation

R 2 of 255 = 1%
G 94 of 255 = 37%
B 43 of 255 = 17%

2
94
43

R + G + B ~ 18%. #025E2B is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 94 + 43 = 139 (100%)
R 2 of 139 ~ 1.44%
G 94 of 139 ~ 67.63%
B 43 of 139 ~ 30.94'%

%67.63
%30.94

CMYK color model

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

  • cyan value is 97.87%
  • magenta value is 0.00%
  • yellow value is 54.26%
  • key color value is 63.14%

CMYK: (98,0,54,63)
C98M0Y54K63 (98%, 0%, 54%, 63%)
(0.98 / 0.00 / 0.54 / 0.63)

CMYK percentages

%97.87
%0
%54.26
%63.14

Codes

Color #025E2B in popluar color models

02 5E 2B
RGB 2 94 43
HSL 147° 95.83% 18.82%
HSB/HSV 147° 97.87% 36.86%
CMYK 97.87% 0.00% 54.26%
63.14%

Color #025E2B in popluar number systems.

HEX 02 5E 2B
Decimal 2 94 43
Binary 10 1011110 101011
Octal 2 136 53

Shades and tints

Shades of #025E2B

#025E2B
(2,94,43)
#025628
(2,86,40)
#024E25
(2,78,37)
#024622
(2,70,34)
#023E1F
(2,62,31)
#02361C
(2,54,28)
#022E19
(2,46,25)
#022616
(2,38,22)
#021E13
(2,30,19)
#021610
(2,22,16)
#020E0D
(2,14,13)
#000000
(0,0,0)

Tints of #025E2B

#025E2B
(2,94,43)
#196C3E
(25,108,62)
#307A51
(48,122,81)
#478864
(71,136,100)
#5E9677
(94,150,119)
#75A48A
(117,164,138)
#8CB29D
(140,178,157)
#A3C0B0
(163,192,176)
#BACEC3
(186,206,195)
#D1DCD6
(209,220,214)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025E2B color. Also use rgb(2,94,43) instead hex code.

Text Font Color

.myTextColor { color: #025E2B; }

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

This text font color is #025E2B.

Background Color

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

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

This div background color is #025E2B.

Border color

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

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

This div border color is #025E2B.

Opacity

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

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

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

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

This text has shadow with #025E2B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #025E2B.

Preview

Color preview on black background

This text has color #025E2B on black background.


Color preview on white background

This text has color #025E2B on white background.


Black color preview on #025E2B background

This text has black color on #025E2B background.


White color preview on #025E2B background

This text has white color on #025E2B background.


Related colors

Complementary color

Complementary color for #hex is #FDA1D4.


I love getcolorcode.com

Triadic colors

1 #2B025E and #5E2B02 with #025E2B are triadic colors.

2 #2B5E02 and #5E022B with #025E2B are triadic colors.