COLOR #002E16

HEX: #002E16 RGB: (0,46,22)

Color info

#002E16 contains only green and blue colors. Web safe color of #002E16 is #003300 (or #030).

RGB color model

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

RGB: (0,46,22) (0%, 18%, 9%)

RGB channels and saturation

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

0
46
22

R + G + B ~ 9%. #002E16 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 46 + 22 = 68 (100%)
R 0 of 68 ~ 0%
G 46 of 68 ~ 67.65%
B 22 of 68 ~ 32.35'%

%67.65
%32.35

CMYK color model

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

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

CMYK percentages

%100
%0
%52.17
%81.96

Codes

Color #002E16 in popluar color models

00 2E 16
RGB 0 46 22
HSL 149° 100.00% 9.02%
HSB/HSV 149° 100.00% 18.04%
CMYK 100.00% 0.00% 52.17%
81.96%

Color #002E16 in popluar number systems.

HEX 00 2E 16
Decimal 0 46 22
Binary 0 101110 10110
Octal 0 56 26

Shades and tints

Shades of #002E16

#002E16
(0,46,22)
#002A14
(0,42,20)
#002612
(0,38,18)
#002210
(0,34,16)
#001E0E
(0,30,14)
#001A0C
(0,26,12)
#00160A
(0,22,10)
#001208
(0,18,8)
#000E06
(0,14,6)
#000A04
(0,10,4)
#000602
(0,6,2)
#000000
(0,0,0)

Tints of #002E16

#002E16
(0,46,22)
#17412B
(23,65,43)
#2E5440
(46,84,64)
#456755
(69,103,85)
#5C7A6A
(92,122,106)
#738D7F
(115,141,127)
#8AA094
(138,160,148)
#A1B3A9
(161,179,169)
#B8C6BE
(184,198,190)
#CFD9D3
(207,217,211)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002E16; }

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

This text font color is #002E16.

Background Color

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

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

This div background color is #002E16.

Border color

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

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

This div border color is #002E16.

Opacity

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

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

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

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

This text has shadow with #002E16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002E16.

Preview

Color preview on black background

This text has color #002E16 on black background.


Color preview on white background

This text has color #002E16 on white background.


Black color preview on #002E16 background

This text has black color on #002E16 background.


White color preview on #002E16 background

This text has white color on #002E16 background.


Related colors

Complementary color

Complementary color for #hex is #FFD1E9.


I love getcolorcode.com

Triadic colors

1 #16002E and #2E1600 with #002E16 are triadic colors.

2 #162E00 and #2E0016 with #002E16 are triadic colors.