COLOR #121C00

HEX: #121C00
RGB: (18,28,0)

Color info

#121C00 contains only red and green colors. Web safe color of #121C00 is #003300 (or #030).

RGB color model

#121C00 color RGB value is (18,28,0).

  • red value is 18;
  • green value is 28;
  • blue value is 0.
RGB:
(18,28,0)
(7%,11%,0%)

RGB channels and saturation

R 18 of 255 = 7%
G 28 of 255 = 11%
B 0 of 255 = 0%

18
28
0

R + G + B ~ 6%. #121C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 28 + 0 = 46 (100%)
R 18 of 46 ~ 39.13%
G 28 of 46 ~ 60.87%
B 0 of 46 ~ 0%

%39.13
%60.87

CMYK color model

#121C00 color CMYK value is (36,0,100,89).

  • cyan value is 35.71%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 89.02%
CMYK:
(36,0,100,89)
C36M0Y100K89 
(36%,0%,100%,89%)
(0.36/0.00/1.00/0.89)	

CMYK percentages

%35.71
%0
%100
%89.02

Codes

Color #121C00 in popluar color models

121C00
RGB18280
HSL81°100.00%5.49%
HSB/HSV81°100.00%10.98%
CMYK35.71%0.00%100.00%
89.02%

Color #121C00 in popluar number systems.

HEX121C00
Decimal18280
Binary10010111000
Octal22340

Shades and tints

Shades of #121C00

#121C00
(18,28,0)
#111A00
(17,26,0)
#101800
(16,24,0)
#0F1600
(15,22,0)
#0E1400
(14,20,0)
#0D1200
(13,18,0)
#0C1000
(12,16,0)
#0B0E00
(11,14,0)
#0A0C00
(10,12,0)
#090A00
(9,10,0)
#080800
(8,8,0)
#000000
(0,0,0)

Tints of #121C00

#121C00
(18,28,0)
#273017
(39,48,23)
#3C442E
(60,68,46)
#515845
(81,88,69)
#666C5C
(102,108,92)
#7B8073
(123,128,115)
#90948A
(144,148,138)
#A5A8A1
(165,168,161)
#BABCB8
(186,188,184)
#CFD0CF
(207,208,207)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121C00 color. Also use rgb(18,28,0) instead hex code.

Text Font Color

.myTextColor { color: #121C00; }

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

This text font color is #121C00.


Background Color

.myBgColor { background-color: #121C00; }

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

This div background color is #121C00.


Border color

.myBorderColor { border: 1px solid #121C00; }

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

This div border color is #121C00.


Opacity

.myOpacity80 { color: #121C00; opacity: 0.8; }

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

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

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

This text has shadow with #121C00 color.

.textShadow {text-shadow: 3px 3px 1px #121C00, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121C00 on black background.


Color preview on white background

This text has color #121C00 on white background.



Black color preview on #121C00 background

This text has black color on #121C00 background.


White color preview on #121C00 background

This text has white color on #121C00 background.