COLOR #002E0C

HEX: #002E0C
RGB: (0,46,12)

Color info

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

RGB color model

#002E0C color RGB value is (0,46,12).

  • red value is 0;
  • green value is 46;
  • blue value is 12.
RGB:
(0,46,12)
(0%,18%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 46 of 255 = 18%
B 12 of 255 = 5%

0
46
12

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

Portions of RGB colors in percentages

R + G + B =
0 + 46 + 12 = 58 (100%)
R 0 of 58 ~ 0%
G 46 of 58 ~ 79.31%
B 12 of 58 ~ 20.69%

%79.31
%20.69

CMYK color model

#002E0C color CMYK value is (100,0,74,82).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 73.91%
  • key color value is 81.96%
CMYK:
(100,0,74,82)
C100M0Y74K82 
(100%,0%,74%,82%)
(1.00/0.00/0.74/0.82)	

CMYK percentages

%100
%0
%73.91
%81.96

Codes

Color #002E0C in popluar color models

002E0C
RGB04612
HSL136°100.00%9.02%
HSB/HSV136°100.00%18.04%
CMYK100.00%0.00%73.91%
81.96%

Color #002E0C in popluar number systems.

HEX002E0C
Decimal04612
Binary01011101100
Octal05614

Shades and tints

Shades of #002E0C

#002E0C
(0,46,12)
#002A0B
(0,42,11)
#00260A
(0,38,10)
#002209
(0,34,9)
#001E08
(0,30,8)
#001A07
(0,26,7)
#001606
(0,22,6)
#001205
(0,18,5)
#000E04
(0,14,4)
#000A03
(0,10,3)
#000602
(0,6,2)
#000000
(0,0,0)

Tints of #002E0C

#002E0C
(0,46,12)
#174122
(23,65,34)
#2E5438
(46,84,56)
#45674E
(69,103,78)
#5C7A64
(92,122,100)
#738D7A
(115,141,122)
#8AA090
(138,160,144)
#A1B3A6
(161,179,166)
#B8C6BC
(184,198,188)
#CFD9D2
(207,217,210)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002E0C color. Also use rgb(0,46,12) instead hex code.

Text Font Color

.myTextColor { color: #002E0C; }

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

This text font color is #002E0C.


Background Color

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

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

This div background color is #002E0C.


Border color

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

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

This div border color is #002E0C.


Opacity

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

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

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

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

This text has shadow with #002E0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002E0C on black background.


Color preview on white background

This text has color #002E0C on white background.



Black color preview on #002E0C background

This text has black color on #002E0C background.


White color preview on #002E0C background

This text has white color on #002E0C background.