COLOR #002D25

HEX: #002D25
RGB: (0,45,37)

Color info

#002D25 contains only green and blue colors. Web safe color of #002D25 is #003333 (or #033).

RGB color model

#002D25 color RGB value is (0,45,37).

  • red value is 0;
  • green value is 45;
  • blue value is 37.
RGB:
(0,45,37)
(0%,18%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 37 of 255 = 15%

0
45
37

R + G + B ~ 11%. #002D25 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 45 + 37 = 82 (100%)
R 0 of 82 ~ 0%
G 45 of 82 ~ 54.88%
B 37 of 82 ~ 45.12%

%54.88
%45.12

CMYK color model

#002D25 color CMYK value is (100,0,18,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.78%
  • key color value is 82.35%
CMYK:
(100,0,18,82)
C100M0Y18K82 
(100%,0%,18%,82%)
(1.00/0.00/0.18/0.82)	

CMYK percentages

%100
%0
%17.78
%82.35

Codes

Color #002D25 in popluar color models

002D25
RGB04537
HSL169°100.00%8.82%
HSB/HSV169°100.00%17.65%
CMYK100.00%0.00%17.78%
82.35%

Color #002D25 in popluar number systems.

HEX002D25
Decimal04537
Binary0101101100101
Octal05545

Shades and tints

Shades of #002D25

#002D25
(0,45,37)
#002922
(0,41,34)
#00251F
(0,37,31)
#00211C
(0,33,28)
#001D19
(0,29,25)
#001916
(0,25,22)
#001513
(0,21,19)
#001110
(0,17,16)
#000D0D
(0,13,13)
#00090A
(0,9,10)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #002D25

#002D25
(0,45,37)
#174038
(23,64,56)
#2E534B
(46,83,75)
#45665E
(69,102,94)
#5C7971
(92,121,113)
#738C84
(115,140,132)
#8A9F97
(138,159,151)
#A1B2AA
(161,178,170)
#B8C5BD
(184,197,189)
#CFD8D0
(207,216,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002D25 color. Also use rgb(0,45,37) instead hex code.

Text Font Color

.myTextColor { color: #002D25; }

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

This text font color is #002D25.


Background Color

.myBgColor { background-color: #002D25; }

<div style="background-color:#002D25">Inner text</div>

This div background color is #002D25.


Border color

.myBorderColor { border: 1px solid #002D25; }

<div style="border:3px solid #002D25">Div</div>

This div border color is #002D25.


Opacity

.myOpacity80 { color: #002D25; opacity: 0.8; }

<p style="color:#002D25;opacity:0.8;">80%</p>

Text with #002D25 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 #002D25;}

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

This text has shadow with #002D25 color.

.textShadow {text-shadow: 3px 3px 1px #002D25, 3px 3px 1px red;}

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

This text has shadow with #002D25 primary color and red secondary color.


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

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

This text has shadow with #002D25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002D25 on black background.


Color preview on white background

This text has color #002D25 on white background.



Black color preview on #002D25 background

This text has black color on #002D25 background.


White color preview on #002D25 background

This text has white color on #002D25 background.