COLOR #002A29

HEX: #002A29 RGB: (0,42,41)

Color info

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

RGB color model

#002A29 color RGB value is (0,42,41).

RGB: (0,42,41) (0%, 16%, 16%)

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 41 of 255 = 16%

0
42
41

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

Portions of RGB colors in percentages

R + G + B = 0 + 42 + 41 = 83 (100%)
R 0 of 83 ~ 0%
G 42 of 83 ~ 50.6%
B 41 of 83 ~ 49.4'%

%50.6
%49.4

CMYK color model

#002A29 color CMYK value is (100,0,2,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 83.53%

CMYK: (100,0,2,84)
C100M0Y2K84 (100%, 0%, 2%, 84%)
(1.00 / 0.00 / 0.02 / 0.84)

CMYK percentages

%100
%0
%2.38
%83.53

Codes

Color #002A29 in popluar color models

00 2A 29
RGB 0 42 41
HSL 179° 100.00% 8.24%
HSB/HSV 179° 100.00% 16.47%
CMYK 100.00% 0.00% 2.38%
83.53%

Color #002A29 in popluar number systems.

HEX 00 2A 29
Decimal 0 42 41
Binary 0 101010 101001
Octal 0 52 51

Shades and tints

Shades of #002A29

#002A29
(0,42,41)
#002726
(0,39,38)
#002423
(0,36,35)
#002120
(0,33,32)
#001E1D
(0,30,29)
#001B1A
(0,27,26)
#001817
(0,24,23)
#001514
(0,21,20)
#001211
(0,18,17)
#000F0E
(0,15,14)
#000C0B
(0,12,11)
#000000
(0,0,0)

Tints of #002A29

#002A29
(0,42,41)
#173D3C
(23,61,60)
#2E504F
(46,80,79)
#456362
(69,99,98)
#5C7675
(92,118,117)
#738988
(115,137,136)
#8A9C9B
(138,156,155)
#A1AFAE
(161,175,174)
#B8C2C1
(184,194,193)
#CFD5D4
(207,213,212)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A29; }

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

This text font color is #002A29.

Background Color

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

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

This div background color is #002A29.

Border color

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

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

This div border color is #002A29.

Opacity

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

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

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

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

This text has shadow with #002A29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002A29.

Preview

Color preview on black background

This text has color #002A29 on black background.


Color preview on white background

This text has color #002A29 on white background.


Black color preview on #002A29 background

This text has black color on #002A29 background.


White color preview on #002A29 background

This text has white color on #002A29 background.


Related colors

Complementary color

Complementary color for #hex is #FFD5D6.


I love getcolorcode.com

Triadic colors

1 #29002A and #2A2900 with #002A29 are triadic colors.

2 #292A00 and #2A0029 with #002A29 are triadic colors.