COLOR #002C26

HEX: #002C26
RGB: (0,44,38)

Color info

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

RGB color model

#002C26 color RGB value is (0,44,38).

  • red value is 0;
  • green value is 44;
  • blue value is 38.
RGB:
(0,44,38)
(0%,17%,15%)

RGB channels and saturation

R 0 of 255 = 0%
G 44 of 255 = 17%
B 38 of 255 = 15%

0
44
38

R + G + B ~ 11%. #002C26 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 44 + 38 = 82 (100%)
R 0 of 82 ~ 0%
G 44 of 82 ~ 53.66%
B 38 of 82 ~ 46.34%

%53.66
%46.34

CMYK color model

#002C26 color CMYK value is (100,0,14,83).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 82.75%
CMYK:
(100,0,14,83)
C100M0Y14K83 
(100%,0%,14%,83%)
(1.00/0.00/0.14/0.83)	

CMYK percentages

%100
%0
%13.64
%82.75

Codes

Color #002C26 in popluar color models

002C26
RGB04438
HSL172°100.00%8.63%
HSB/HSV172°100.00%17.25%
CMYK100.00%0.00%13.64%
82.75%

Color #002C26 in popluar number systems.

HEX002C26
Decimal04438
Binary0101100100110
Octal05446

Shades and tints

Shades of #002C26

#002C26
(0,44,38)
#002823
(0,40,35)
#002420
(0,36,32)
#00201D
(0,32,29)
#001C1A
(0,28,26)
#001817
(0,24,23)
#001414
(0,20,20)
#001011
(0,16,17)
#000C0E
(0,12,14)
#00080B
(0,8,11)
#000408
(0,4,8)
#000000
(0,0,0)

Tints of #002C26

#002C26
(0,44,38)
#173F39
(23,63,57)
#2E524C
(46,82,76)
#45655F
(69,101,95)
#5C7872
(92,120,114)
#738B85
(115,139,133)
#8A9E98
(138,158,152)
#A1B1AB
(161,177,171)
#B8C4BE
(184,196,190)
#CFD7D1
(207,215,209)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002C26; }

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

This text font color is #002C26.


Background Color

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

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

This div background color is #002C26.


Border color

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

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

This div border color is #002C26.


Opacity

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

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

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

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

This text has shadow with #002C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002C26 on black background.


Color preview on white background

This text has color #002C26 on white background.



Black color preview on #002C26 background

This text has black color on #002C26 background.


White color preview on #002C26 background

This text has white color on #002C26 background.