COLOR #002A1E

HEX: #002A1E
RGB: (0,42,30)

Color info

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

RGB color model

#002A1E color RGB value is (0,42,30).

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

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 30 of 255 = 12%

0
42
30

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

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 30 = 72 (100%)
R 0 of 72 ~ 0%
G 42 of 72 ~ 58.33%
B 30 of 72 ~ 41.67%

%58.33
%41.67

CMYK color model

#002A1E color CMYK value is (100,0,29,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 83.53%
CMYK:
(100,0,29,84)
C100M0Y29K84 
(100%,0%,29%,84%)
(1.00/0.00/0.29/0.84)	

CMYK percentages

%100
%0
%28.57
%83.53

Codes

Color #002A1E in popluar color models

002A1E
RGB04230
HSL163°100.00%8.24%
HSB/HSV163°100.00%16.47%
CMYK100.00%0.00%28.57%
83.53%

Color #002A1E in popluar number systems.

HEX002A1E
Decimal04230
Binary010101011110
Octal05236

Shades and tints

Shades of #002A1E

#002A1E
(0,42,30)
#00271C
(0,39,28)
#00241A
(0,36,26)
#002118
(0,33,24)
#001E16
(0,30,22)
#001B14
(0,27,20)
#001812
(0,24,18)
#001510
(0,21,16)
#00120E
(0,18,14)
#000F0C
(0,15,12)
#000C0A
(0,12,10)
#000000
(0,0,0)

Tints of #002A1E

#002A1E
(0,42,30)
#173D32
(23,61,50)
#2E5046
(46,80,70)
#45635A
(69,99,90)
#5C766E
(92,118,110)
#738982
(115,137,130)
#8A9C96
(138,156,150)
#A1AFAA
(161,175,170)
#B8C2BE
(184,194,190)
#CFD5D2
(207,213,210)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A1E; }

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

This text font color is #002A1E.


Background Color

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

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

This div background color is #002A1E.


Border color

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

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

This div border color is #002A1E.


Opacity

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

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

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

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

This text has shadow with #002A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A1E on black background.


Color preview on white background

This text has color #002A1E on white background.



Black color preview on #002A1E background

This text has black color on #002A1E background.


White color preview on #002A1E background

This text has white color on #002A1E background.