COLOR #002E2E

HEX: #002E2E
RGB: (0,46,46)

Color info

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

RGB color model

#002E2E color RGB value is (0,46,46).

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

RGB channels and saturation

R 0 of 255 = 0%
G 46 of 255 = 18%
B 46 of 255 = 18%

0
46
46

R + G + B ~ 12%. #002E2E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 46 + 46 = 92 (100%)
R 0 of 92 ~ 0%
G 46 of 92 ~ 50%
B 46 of 92 ~ 50%

%50
%50

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(100,0,0,82)
C100M0Y0K82 
(100%,0%,0%,82%)
(1.00/0.00/0.00/0.82)	

CMYK percentages

%100
%0
%0
%81.96

Codes

Color #002E2E in popluar color models

002E2E
RGB04646
HSL180°100.00%9.02%
HSB/HSV180°100.00%18.04%
CMYK100.00%0.00%0.00%
81.96%

Color #002E2E in popluar number systems.

HEX002E2E
Decimal04646
Binary0101110101110
Octal05656

Shades and tints

Shades of #002E2E

#002E2E
(0,46,46)
#002A2A
(0,42,42)
#002626
(0,38,38)
#002222
(0,34,34)
#001E1E
(0,30,30)
#001A1A
(0,26,26)
#001616
(0,22,22)
#001212
(0,18,18)
#000E0E
(0,14,14)
#000A0A
(0,10,10)
#000606
(0,6,6)
#000000
(0,0,0)

Tints of #002E2E

#002E2E
(0,46,46)
#174141
(23,65,65)
#2E5454
(46,84,84)
#456767
(69,103,103)
#5C7A7A
(92,122,122)
#738D8D
(115,141,141)
#8AA0A0
(138,160,160)
#A1B3B3
(161,179,179)
#B8C6C6
(184,198,198)
#CFD9D9
(207,217,217)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002E2E; }

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

This text font color is #002E2E.


Background Color

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

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

This div background color is #002E2E.


Border color

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

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

This div border color is #002E2E.


Opacity

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

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

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

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

This text has shadow with #002E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002E2E on black background.


Color preview on white background

This text has color #002E2E on white background.



Black color preview on #002E2E background

This text has black color on #002E2E background.


White color preview on #002E2E background

This text has white color on #002E2E background.