COLOR #002D39

HEX: #002D39 RGB: (0,45,57)

Color info

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

RGB color model

#002D39 color RGB value is (0,45,57).

RGB: (0,45,57) (0%, 18%, 22%)

RGB channels and saturation

R 0 of 255 = 0%
G 45 of 255 = 18%
B 57 of 255 = 22%

0
45
57

R + G + B ~ 13%. #002D39 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 45 + 57 = 102 (100%)
R 0 of 102 ~ 0%
G 45 of 102 ~ 44.12%
B 57 of 102 ~ 55.88'%

%44.12
%55.88

CMYK color model

#002D39 color CMYK value is (100,21,0,78).

  • cyan value is 100.00%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (100,21,0,78)
C100M21Y0K78 (100%, 21%, 0%, 78%)
(1.00 / 0.21 / 0.00 / 0.78)

CMYK percentages

%100
%21.05
%0
%77.65

Codes

Color #002D39 in popluar color models

00 2D 39
RGB 0 45 57
HSL 193° 100.00% 11.18%
HSB/HSV 193° 100.00% 22.35%
CMYK 100.00% 21.05% 0.00%
77.65%

Color #002D39 in popluar number systems.

HEX 00 2D 39
Decimal 0 45 57
Binary 0 101101 111001
Octal 0 55 71

Shades and tints

Shades of #002D39

#002D39
(0,45,57)
#002934
(0,41,52)
#00252F
(0,37,47)
#00212A
(0,33,42)
#001D25
(0,29,37)
#001920
(0,25,32)
#00151B
(0,21,27)
#001116
(0,17,22)
#000D11
(0,13,17)
#00090C
(0,9,12)
#000507
(0,5,7)
#000000
(0,0,0)

Tints of #002D39

#002D39
(0,45,57)
#17404B
(23,64,75)
#2E535D
(46,83,93)
#45666F
(69,102,111)
#5C7981
(92,121,129)
#738C93
(115,140,147)
#8A9FA5
(138,159,165)
#A1B2B7
(161,178,183)
#B8C5C9
(184,197,201)
#CFD8DB
(207,216,219)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002D39; }

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

This text font color is #002D39.

Background Color

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

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

This div background color is #002D39.

Border color

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

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

This div border color is #002D39.

Opacity

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

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

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

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

This text has shadow with #002D39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002D39.

Preview

Color preview on black background

This text has color #002D39 on black background.


Color preview on white background

This text has color #002D39 on white background.


Black color preview on #002D39 background

This text has black color on #002D39 background.


White color preview on #002D39 background

This text has white color on #002D39 background.


Related colors

Complementary color

Complementary color for #hex is #FFD2C6.


I love getcolorcode.com

Triadic colors

1 #39002D and #2D3900 with #002D39 are triadic colors.

2 #392D00 and #2D0039 with #002D39 are triadic colors.