COLOR #002B16

HEX: #002B16 RGB: (0,43,22)

Color info

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

RGB color model

#002B16 color RGB value is (0,43,22).

RGB: (0,43,22) (0%, 17%, 9%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 22 of 255 = 9%

0
43
22

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

Portions of RGB colors in percentages

R + G + B = 0 + 43 + 22 = 65 (100%)
R 0 of 65 ~ 0%
G 43 of 65 ~ 66.15%
B 22 of 65 ~ 33.85'%

%66.15
%33.85

CMYK color model

#002B16 color CMYK value is (100,0,49,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 83.14%

CMYK: (100,0,49,83)
C100M0Y49K83 (100%, 0%, 49%, 83%)
(1.00 / 0.00 / 0.49 / 0.83)

CMYK percentages

%100
%0
%48.84
%83.14

Codes

Color #002B16 in popluar color models

00 2B 16
RGB 0 43 22
HSL 151° 100.00% 8.43%
HSB/HSV 151° 100.00% 16.86%
CMYK 100.00% 0.00% 48.84%
83.14%

Color #002B16 in popluar number systems.

HEX 00 2B 16
Decimal 0 43 22
Binary 0 101011 10110
Octal 0 53 26

Shades and tints

Shades of #002B16

#002B16
(0,43,22)
#002814
(0,40,20)
#002512
(0,37,18)
#002210
(0,34,16)
#001F0E
(0,31,14)
#001C0C
(0,28,12)
#00190A
(0,25,10)
#001608
(0,22,8)
#001306
(0,19,6)
#001004
(0,16,4)
#000D02
(0,13,2)
#000000
(0,0,0)

Tints of #002B16

#002B16
(0,43,22)
#173E2B
(23,62,43)
#2E5140
(46,81,64)
#456455
(69,100,85)
#5C776A
(92,119,106)
#738A7F
(115,138,127)
#8A9D94
(138,157,148)
#A1B0A9
(161,176,169)
#B8C3BE
(184,195,190)
#CFD6D3
(207,214,211)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B16; }

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

This text font color is #002B16.

Background Color

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

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

This div background color is #002B16.

Border color

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

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

This div border color is #002B16.

Opacity

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

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

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

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

This text has shadow with #002B16 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002B16.

Preview

Color preview on black background

This text has color #002B16 on black background.


Color preview on white background

This text has color #002B16 on white background.


Black color preview on #002B16 background

This text has black color on #002B16 background.


White color preview on #002B16 background

This text has white color on #002B16 background.


Related colors

Complementary color

Complementary color for #hex is #FFD4E9.


I love getcolorcode.com

Triadic colors

1 #16002B and #2B1600 with #002B16 are triadic colors.

2 #162B00 and #2B0016 with #002B16 are triadic colors.