COLOR #112A02

HEX: #112A02 RGB: (17,42,2)

Color info

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

RGB color model

#112A02 color RGB value is (17,42,2).

RGB: (17,42,2) (7%, 16%, 1%)

RGB channels and saturation

R 17 of 255 = 7%
G 42 of 255 = 16%
B 2 of 255 = 1%

17
42
2

R + G + B ~ 8%. #112A02 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 42 + 2 = 61 (100%)
R 17 of 61 ~ 27.87%
G 42 of 61 ~ 68.85%
B 2 of 61 ~ 3.28'%

%27.87
%68.85

CMYK color model

#112A02 color CMYK value is (60,0,95,84).

  • cyan value is 59.52%
  • magenta value is 0.00%
  • yellow value is 95.24%
  • key color value is 83.53%

CMYK: (60,0,95,84)
C60M0Y95K84 (60%, 0%, 95%, 84%)
(0.60 / 0.00 / 0.95 / 0.84)

CMYK percentages

%59.52
%0
%95.24
%83.53

Codes

Color #112A02 in popluar color models

11 2A 02
RGB 17 42 2
HSL 98° 90.91% 8.63%
HSB/HSV 98° 95.24% 16.47%
CMYK 59.52% 0.00% 95.24%
83.53%

Color #112A02 in popluar number systems.

HEX 11 2A 02
Decimal 17 42 2
Binary 10001 101010 10
Octal 21 52 2

Shades and tints

Shades of #112A02

#112A02
(17,42,2)
#102702
(16,39,2)
#0F2402
(15,36,2)
#0E2102
(14,33,2)
#0D1E02
(13,30,2)
#0C1B02
(12,27,2)
#0B1802
(11,24,2)
#0A1502
(10,21,2)
#091202
(9,18,2)
#080F02
(8,15,2)
#070C02
(7,12,2)
#000000
(0,0,0)

Tints of #112A02

#112A02
(17,42,2)
#263D19
(38,61,25)
#3B5030
(59,80,48)
#506347
(80,99,71)
#65765E
(101,118,94)
#7A8975
(122,137,117)
#8F9C8C
(143,156,140)
#A4AFA3
(164,175,163)
#B9C2BA
(185,194,186)
#CED5D1
(206,213,209)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112A02; }

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

This text font color is #112A02.

Background Color

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

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

This div background color is #112A02.

Border color

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

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

This div border color is #112A02.

Opacity

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

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

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

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

This text has shadow with #112A02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112A02.

Preview

Color preview on black background

This text has color #112A02 on black background.


Color preview on white background

This text has color #112A02 on white background.


Black color preview on #112A02 background

This text has black color on #112A02 background.


White color preview on #112A02 background

This text has white color on #112A02 background.


Related colors

Complementary color

Complementary color for #hex is #EED5FD.


I love getcolorcode.com

Triadic colors

1 #02112A and #2A0211 with #112A02 are triadic colors.

2 #022A11 and #2A1102 with #112A02 are triadic colors.