COLOR #112E02

HEX: #112E02
RGB: (17,46,2)

Color info

#112E02 contains red, green and blue colors in about the same proportion. Web safe color of #112E02 is #003300 (or #030).

RGB color model

#112E02 color RGB value is (17,46,2).

  • red value is 17;
  • green value is 46;
  • blue value is 2.
RGB:
(17,46,2)
(7%,18%,1%)

RGB channels and saturation

R 17 of 255 = 7%
G 46 of 255 = 18%
B 2 of 255 = 1%

17
46
2

R + G + B ~ 9%. #112E02 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 46 + 2 = 65 (100%)
R 17 of 65 ~ 26.15%
G 46 of 65 ~ 70.77%
B 2 of 65 ~ 3.08%

%26.15
%70.77

CMYK color model

#112E02 color CMYK value is (63,0,96,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 95.65%
  • key color value is 81.96%
CMYK:
(63,0,96,82)
C63M0Y96K82 
(63%,0%,96%,82%)
(0.63/0.00/0.96/0.82)	

CMYK percentages

%63.04
%0
%95.65
%81.96

Codes

Color #112E02 in popluar color models

112E02
RGB17462
HSL100°91.67%9.41%
HSB/HSV100°95.65%18.04%
CMYK63.04%0.00%95.65%
81.96%

Color #112E02 in popluar number systems.

HEX112E02
Decimal17462
Binary1000110111010
Octal21562

Shades and tints

Shades of #112E02

#112E02
(17,46,2)
#102A02
(16,42,2)
#0F2602
(15,38,2)
#0E2202
(14,34,2)
#0D1E02
(13,30,2)
#0C1A02
(12,26,2)
#0B1602
(11,22,2)
#0A1202
(10,18,2)
#090E02
(9,14,2)
#080A02
(8,10,2)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #112E02

#112E02
(17,46,2)
#264119
(38,65,25)
#3B5430
(59,84,48)
#506747
(80,103,71)
#657A5E
(101,122,94)
#7A8D75
(122,141,117)
#8FA08C
(143,160,140)
#A4B3A3
(164,179,163)
#B9C6BA
(185,198,186)
#CED9D1
(206,217,209)
#E3ECE8
(227,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112E02 color. Also use rgb(17,46,2) instead hex code.

Text Font Color

.myTextColor { color: #112E02; }

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

This text font color is #112E02.


Background Color

.myBgColor { background-color: #112E02; }

<div style="background-color:#112E02">Inner text</div>

This div background color is #112E02.


Border color

.myBorderColor { border: 1px solid #112E02; }

<div style="border:3px solid #112E02">Div</div>

This div border color is #112E02.


Opacity

.myOpacity80 { color: #112E02; opacity: 0.8; }

<p style="color:#112E02;opacity:0.8;">80%</p>

Text with #112E02 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 #112E02;}

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

This text has shadow with #112E02 color.

.textShadow {text-shadow: 3px 3px 1px #112E02, 3px 3px 1px red;}

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

This text has shadow with #112E02 primary color and red secondary color.


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

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

This text has shadow with #112E02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112E02 on black background.


Color preview on white background

This text has color #112E02 on white background.



Black color preview on #112E02 background

This text has black color on #112E02 background.


White color preview on #112E02 background

This text has white color on #112E02 background.