COLOR #002C1B

HEX: #002C1B RGB: (0,44,27)

Color info

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

RGB color model

#002C1B color RGB value is (0,44,27).

RGB: (0,44,27) (0%, 17%, 11%)

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 27 of 255 = 11%

0
44
27

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

Portions of RGB colors in percentages

R + G + B = 0 + 44 + 27 = 71 (100%)
R 0 of 71 ~ 0%
G 44 of 71 ~ 61.97%
B 27 of 71 ~ 38.03'%

%61.97
%38.03

CMYK color model

#002C1B color CMYK value is (100,0,39,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 82.75%

CMYK: (100,0,39,83)
C100M0Y39K83 (100%, 0%, 39%, 83%)
(1.00 / 0.00 / 0.39 / 0.83)

CMYK percentages

%100
%0
%38.64
%82.75

Codes

Color #002C1B in popluar color models

00 2C 1B
RGB 0 44 27
HSL 157° 100.00% 8.63%
HSB/HSV 157° 100.00% 17.25%
CMYK 100.00% 0.00% 38.64%
82.75%

Color #002C1B in popluar number systems.

HEX 00 2C 1B
Decimal 0 44 27
Binary 0 101100 11011
Octal 0 54 33

Shades and tints

Shades of #002C1B

#002C1B
(0,44,27)
#002819
(0,40,25)
#002417
(0,36,23)
#002015
(0,32,21)
#001C13
(0,28,19)
#001811
(0,24,17)
#00140F
(0,20,15)
#00100D
(0,16,13)
#000C0B
(0,12,11)
#000809
(0,8,9)
#000407
(0,4,7)
#000000
(0,0,0)

Tints of #002C1B

#002C1B
(0,44,27)
#173F2F
(23,63,47)
#2E5243
(46,82,67)
#456557
(69,101,87)
#5C786B
(92,120,107)
#738B7F
(115,139,127)
#8A9E93
(138,158,147)
#A1B1A7
(161,177,167)
#B8C4BB
(184,196,187)
#CFD7CF
(207,215,207)
#E6EAE3
(230,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C1B; }

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

This text font color is #002C1B.

Background Color

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

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

This div background color is #002C1B.

Border color

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

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

This div border color is #002C1B.

Opacity

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

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

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

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

This text has shadow with #002C1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002C1B.

Preview

Color preview on black background

This text has color #002C1B on black background.


Color preview on white background

This text has color #002C1B on white background.


Black color preview on #002C1B background

This text has black color on #002C1B background.


White color preview on #002C1B background

This text has white color on #002C1B background.


Related colors

Complementary color

Complementary color for #hex is #FFD3E4.


I love getcolorcode.com

Triadic colors

1 #1B002C and #2C1B00 with #002C1B are triadic colors.

2 #1B2C00 and #2C001B with #002C1B are triadic colors.