COLOR #002A20

HEX: #002A20
RGB: (0,42,32)

Color info

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

RGB color model

#002A20 color RGB value is (0,42,32).

  • red value is 0;
  • green value is 42;
  • blue value is 32.
RGB:
(0,42,32)
(0%,16%,13%)

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 32 of 255 = 13%

0
42
32

R + G + B ~ 10%. #002A20 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 32 = 74 (100%)
R 0 of 74 ~ 0%
G 42 of 74 ~ 56.76%
B 32 of 74 ~ 43.24%

%56.76
%43.24

CMYK color model

#002A20 color CMYK value is (100,0,24,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 23.81%
  • key color value is 83.53%
CMYK:
(100,0,24,84)
C100M0Y24K84 
(100%,0%,24%,84%)
(1.00/0.00/0.24/0.84)	

CMYK percentages

%100
%0
%23.81
%83.53

Codes

Color #002A20 in popluar color models

002A20
RGB04232
HSL166°100.00%8.24%
HSB/HSV166°100.00%16.47%
CMYK100.00%0.00%23.81%
83.53%

Color #002A20 in popluar number systems.

HEX002A20
Decimal04232
Binary0101010100000
Octal05240

Shades and tints

Shades of #002A20

#002A20
(0,42,32)
#00271E
(0,39,30)
#00241C
(0,36,28)
#00211A
(0,33,26)
#001E18
(0,30,24)
#001B16
(0,27,22)
#001814
(0,24,20)
#001512
(0,21,18)
#001210
(0,18,16)
#000F0E
(0,15,14)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #002A20

#002A20
(0,42,32)
#173D34
(23,61,52)
#2E5048
(46,80,72)
#45635C
(69,99,92)
#5C7670
(92,118,112)
#738984
(115,137,132)
#8A9C98
(138,156,152)
#A1AFAC
(161,175,172)
#B8C2C0
(184,194,192)
#CFD5D4
(207,213,212)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A20; }

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

This text font color is #002A20.


Background Color

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

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

This div background color is #002A20.


Border color

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

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

This div border color is #002A20.


Opacity

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

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

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

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

This text has shadow with #002A20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A20 on black background.


Color preview on white background

This text has color #002A20 on white background.



Black color preview on #002A20 background

This text has black color on #002A20 background.


White color preview on #002A20 background

This text has white color on #002A20 background.