COLOR #025D2D

HEX: #025D2D
RGB: (2,93,45)

Color info

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

RGB color model

#025D2D color RGB value is (2,93,45).

  • red value is 2;
  • green value is 93;
  • blue value is 45.
RGB:
(2,93,45)
(1%,36%,18%)

RGB channels and saturation

R 2 of 255 = 1%
G 93 of 255 = 36%
B 45 of 255 = 18%

2
93
45

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

Portions of RGB colors in percentages

R + G + B =
2 + 93 + 45 = 140 (100%)
R 2 of 140 ~ 1.43%
G 93 of 140 ~ 66.43%
B 45 of 140 ~ 32.14%

%66.43
%32.14

CMYK color model

#025D2D color CMYK value is (98,0,52,64).

  • cyan value is 97.85%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 63.53%
CMYK:
(98,0,52,64)
C98M0Y52K64 
(98%,0%,52%,64%)
(0.98/0.00/0.52/0.64)	

CMYK percentages

%97.85
%0
%51.61
%63.53

Codes

Color #025D2D in popluar color models

025D2D
RGB29345
HSL148°95.79%18.63%
HSB/HSV148°97.85%36.47%
CMYK97.85%0.00%51.61%
63.53%

Color #025D2D in popluar number systems.

HEX025D2D
Decimal29345
Binary101011101101101
Octal213555

Shades and tints

Shades of #025D2D

#025D2D
(2,93,45)
#025529
(2,85,41)
#024D25
(2,77,37)
#024521
(2,69,33)
#023D1D
(2,61,29)
#023519
(2,53,25)
#022D15
(2,45,21)
#022511
(2,37,17)
#021D0D
(2,29,13)
#021509
(2,21,9)
#020D05
(2,13,5)
#000000
(0,0,0)

Tints of #025D2D

#025D2D
(2,93,45)
#196B40
(25,107,64)
#307953
(48,121,83)
#478766
(71,135,102)
#5E9579
(94,149,121)
#75A38C
(117,163,140)
#8CB19F
(140,177,159)
#A3BFB2
(163,191,178)
#BACDC5
(186,205,197)
#D1DBD8
(209,219,216)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #025D2D color. Also use rgb(2,93,45) instead hex code.

Text Font Color

.myTextColor { color: #025D2D; }

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

This text font color is #025D2D.


Background Color

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

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

This div background color is #025D2D.


Border color

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

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

This div border color is #025D2D.


Opacity

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

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

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

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

This text has shadow with #025D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #025D2D on black background.


Color preview on white background

This text has color #025D2D on white background.



Black color preview on #025D2D background

This text has black color on #025D2D background.


White color preview on #025D2D background

This text has white color on #025D2D background.