COLOR #020900

HEX: #020900 RGB: (2,9,0)

Color info

#020900 contains only red and green colors. Web safe color of #020900 is #000000 (or #000).

RGB color model

#020900 color RGB value is (2,9,0).

RGB: (2,9,0) (1%, 4%, 0%)

RGB channels and saturation

R 2 of 255 = 1%
G 9 of 255 = 4%
B 0 of 255 = 0%

2
9
0

R + G + B ~ 2%. #020900 is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 9 + 0 = 11 (100%)
R 2 of 11 ~ 18.18%
G 9 of 11 ~ 81.82%
B 0 of 11 ~ 0'%

%18.18
%81.82

CMYK color model

#020900 color CMYK value is (78,0,100,96).

  • cyan value is 77.78%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 96.47%

CMYK: (78,0,100,96)
C78M0Y100K96 (78%, 0%, 100%, 96%)
(0.78 / 0.00 / 1.00 / 0.96)

CMYK percentages

%77.78
%0
%100
%96.47

Codes

Color #020900 in popluar color models

02 09 00
RGB 2 9 0
HSL 107° 100.00% 1.76%
HSB/HSV 107° 100.00% 3.53%
CMYK 77.78% 0.00% 100.00%
96.47%

Color #020900 in popluar number systems.

HEX 02 09 00
Decimal 2 9 0
Binary 10 1001 0
Octal 2 11 0

Shades and tints

Tints of #020900

#020900
(2,9,0)
#191F17
(25,31,23)
#30352E
(48,53,46)
#474B45
(71,75,69)
#5E615C
(94,97,92)
#757773
(117,119,115)
#8C8D8A
(140,141,138)
#A3A3A1
(163,163,161)
#BAB9B8
(186,185,184)
#D1CFCF
(209,207,207)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020900 color. Also use rgb(2,9,0) instead hex code.

Text Font Color

.myTextColor { color: #020900; }

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

This text font color is #020900.

Background Color

.myBgColor { background-color: #020900; }

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

This div background color is #020900.

Border color

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

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

This div border color is #020900.

Opacity

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

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

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

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

This text has shadow with #020900 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020900.

Preview

Color preview on black background

This text has color #020900 on black background.


Color preview on white background

This text has color #020900 on white background.


Black color preview on #020900 background

This text has black color on #020900 background.


White color preview on #020900 background

This text has white color on #020900 background.


Related colors

Complementary color

Complementary color for #hex is #FDF6FF.


I love getcolorcode.com

Triadic colors

1 #000209 and #090002 with #020900 are triadic colors.

2 #000902 and #090200 with #020900 are triadic colors.