COLOR #002A11

HEX: #002A11
RGB: (0,42,17)

Color info

#002A11 contains only green and blue colors. Web safe color of #002A11 is #003300 (or #030).

RGB color model

#002A11 color RGB value is (0,42,17).

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

RGB channels and saturation

R 0 of 255 = 0%
G 42 of 255 = 16%
B 17 of 255 = 7%

0
42
17

R + G + B ~ 8%. #002A11 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 42 + 17 = 59 (100%)
R 0 of 59 ~ 0%
G 42 of 59 ~ 71.19%
B 17 of 59 ~ 28.81%

%71.19
%28.81

CMYK color model

#002A11 color CMYK value is (100,0,60,84).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 59.52%
  • key color value is 83.53%
CMYK:
(100,0,60,84)
C100M0Y60K84 
(100%,0%,60%,84%)
(1.00/0.00/0.60/0.84)	

CMYK percentages

%100
%0
%59.52
%83.53

Codes

Color #002A11 in popluar color models

002A11
RGB04217
HSL144°100.00%8.24%
HSB/HSV144°100.00%16.47%
CMYK100.00%0.00%59.52%
83.53%

Color #002A11 in popluar number systems.

HEX002A11
Decimal04217
Binary010101010001
Octal05221

Shades and tints

Shades of #002A11

#002A11
(0,42,17)
#002710
(0,39,16)
#00240F
(0,36,15)
#00210E
(0,33,14)
#001E0D
(0,30,13)
#001B0C
(0,27,12)
#00180B
(0,24,11)
#00150A
(0,21,10)
#001209
(0,18,9)
#000F08
(0,15,8)
#000C07
(0,12,7)
#000000
(0,0,0)

Tints of #002A11

#002A11
(0,42,17)
#173D26
(23,61,38)
#2E503B
(46,80,59)
#456350
(69,99,80)
#5C7665
(92,118,101)
#73897A
(115,137,122)
#8A9C8F
(138,156,143)
#A1AFA4
(161,175,164)
#B8C2B9
(184,194,185)
#CFD5CE
(207,213,206)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002A11; }

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

This text font color is #002A11.


Background Color

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

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

This div background color is #002A11.


Border color

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

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

This div border color is #002A11.


Opacity

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

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

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

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

This text has shadow with #002A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002A11 on black background.


Color preview on white background

This text has color #002A11 on white background.



Black color preview on #002A11 background

This text has black color on #002A11 background.


White color preview on #002A11 background

This text has white color on #002A11 background.