COLOR #122002

HEX: #122002 RGB: (18,32,2)

Color info

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

RGB color model

#122002 color RGB value is (18,32,2).

RGB: (18,32,2) (7%, 13%, 1%)

RGB channels and saturation

R 18 of 255 = 7%
G 32 of 255 = 13%
B 2 of 255 = 1%

18
32
2

R + G + B ~ 7%. #122002 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 32 + 2 = 52 (100%)
R 18 of 52 ~ 34.62%
G 32 of 52 ~ 61.54%
B 2 of 52 ~ 3.85'%

%34.62
%61.54

CMYK color model

#122002 color CMYK value is (44,0,94,87).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 87.45%

CMYK: (44,0,94,87)
C44M0Y94K87 (44%, 0%, 94%, 87%)
(0.44 / 0.00 / 0.94 / 0.87)

CMYK percentages

%43.75
%0
%93.75
%87.45

Codes

Color #122002 in popluar color models

12 20 02
RGB 18 32 2
HSL 88° 88.24% 6.67%
HSB/HSV 88° 93.75% 12.55%
CMYK 43.75% 0.00% 93.75%
87.45%

Color #122002 in popluar number systems.

HEX 12 20 02
Decimal 18 32 2
Binary 10010 100000 10
Octal 22 40 2

Shades and tints

Shades of #122002

#122002
(18,32,2)
#111E02
(17,30,2)
#101C02
(16,28,2)
#0F1A02
(15,26,2)
#0E1802
(14,24,2)
#0D1602
(13,22,2)
#0C1402
(12,20,2)
#0B1202
(11,18,2)
#0A1002
(10,16,2)
#090E02
(9,14,2)
#080C02
(8,12,2)
#000000
(0,0,0)

Tints of #122002

#122002
(18,32,2)
#273419
(39,52,25)
#3C4830
(60,72,48)
#515C47
(81,92,71)
#66705E
(102,112,94)
#7B8475
(123,132,117)
#90988C
(144,152,140)
#A5ACA3
(165,172,163)
#BAC0BA
(186,192,186)
#CFD4D1
(207,212,209)
#E4E8E8
(228,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #122002 color. Also use rgb(18,32,2) instead hex code.

Text Font Color

.myTextColor { color: #122002; }

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

This text font color is #122002.

Background Color

.myBgColor { background-color: #122002; }

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

This div background color is #122002.

Border color

.myBorderColor { border: 1px solid #122002; }

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

This div border color is #122002.

Opacity

.myOpacity80 { color: #122002; opacity: 0.8; }

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

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

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

This text has shadow with #122002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #122002.

Preview

Color preview on black background

This text has color #122002 on black background.


Color preview on white background

This text has color #122002 on white background.


Black color preview on #122002 background

This text has black color on #122002 background.


White color preview on #122002 background

This text has white color on #122002 background.


Related colors

Complementary color

Complementary color for #hex is #EDDFFD.


I love getcolorcode.com

Triadic colors

1 #021220 and #200212 with #122002 are triadic colors.

2 #022012 and #201202 with #122002 are triadic colors.