COLOR #025B2B

HEX: #025B2B
RGB: (2,91,43)

Color info

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

RGB color model

#025B2B color RGB value is (2,91,43).

  • red value is 2;
  • green value is 91;
  • blue value is 43.
RGB:
(2,91,43)
(1%,36%,17%)

RGB channels and saturation

R 2 of 255 = 1%
G 91 of 255 = 36%
B 43 of 255 = 17%

2
91
43

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

Portions of RGB colors in percentages

R + G + B =
2 + 91 + 43 = 136 (100%)
R 2 of 136 ~ 1.47%
G 91 of 136 ~ 66.91%
B 43 of 136 ~ 31.62%

%66.91
%31.62

CMYK color model

#025B2B color CMYK value is (98,0,53,64).

  • cyan value is 97.80%
  • magenta value is 0.00%
  • yellow value is 52.75%
  • key color value is 64.31%
CMYK:
(98,0,53,64)
C98M0Y53K64 
(98%,0%,53%,64%)
(0.98/0.00/0.53/0.64)	

CMYK percentages

%97.8
%0
%52.75
%64.31

Codes

Color #025B2B in popluar color models

025B2B
RGB29143
HSL148°95.70%18.24%
HSB/HSV148°97.80%35.69%
CMYK97.80%0.00%52.75%
64.31%

Color #025B2B in popluar number systems.

HEX025B2B
Decimal29143
Binary101011011101011
Octal213353

Shades and tints

Shades of #025B2B

#025B2B
(2,91,43)
#025328
(2,83,40)
#024B25
(2,75,37)
#024322
(2,67,34)
#023B1F
(2,59,31)
#02331C
(2,51,28)
#022B19
(2,43,25)
#022316
(2,35,22)
#021B13
(2,27,19)
#021310
(2,19,16)
#020B0D
(2,11,13)
#000000
(0,0,0)

Tints of #025B2B

#025B2B
(2,91,43)
#19693E
(25,105,62)
#307751
(48,119,81)
#478564
(71,133,100)
#5E9377
(94,147,119)
#75A18A
(117,161,138)
#8CAF9D
(140,175,157)
#A3BDB0
(163,189,176)
#BACBC3
(186,203,195)
#D1D9D6
(209,217,214)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #025B2B; }

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

This text font color is #025B2B.


Background Color

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

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

This div background color is #025B2B.


Border color

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

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

This div border color is #025B2B.


Opacity

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

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

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

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

This text has shadow with #025B2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025B2B on black background.


Color preview on white background

This text has color #025B2B on white background.



Black color preview on #025B2B background

This text has black color on #025B2B background.


White color preview on #025B2B background

This text has white color on #025B2B background.