COLOR #002300

HEX: #002300
RGB: (0,35,0)

Color info

#002300 contains only green color. Web safe color of #002300 is #003300 (or #030).

RGB color model

#002300 color RGB value is (0,35,0).

  • red value is 0;
  • green value is 35;
  • blue value is 0.
RGB:
(0,35,0)
(0%,14%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 0 of 255 = 0%

0
35
0

R + G + B ~ 5%. #002300 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 35 + 0 = 35 (100%)
R 0 of 35 ~ 0%
G 35 of 35 ~ 100%
B 0 of 35 ~ 0%

%100

CMYK color model

#002300 color CMYK value is (100,0,100,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 86.27%
CMYK:
(100,0,100,86)
C100M0Y100K86 
(100%,0%,100%,86%)
(1.00/0.00/1.00/0.86)	

CMYK percentages

%100
%0
%100
%86.27

Codes

Color #002300 in popluar color models

002300
RGB0350
HSL120°100.00%6.86%
HSB/HSV120°100.00%13.73%
CMYK100.00%0.00%100.00%
86.27%

Color #002300 in popluar number systems.

HEX002300
Decimal0350
Binary01000110
Octal0430

Shades and tints

Shades of #002300

#002300
(0,35,0)
#002000
(0,32,0)
#001D00
(0,29,0)
#001A00
(0,26,0)
#001700
(0,23,0)
#001400
(0,20,0)
#001100
(0,17,0)
#000E00
(0,14,0)
#000B00
(0,11,0)
#000800
(0,8,0)
#000500
(0,5,0)
#000000
(0,0,0)

Tints of #002300

#002300
(0,35,0)
#173717
(23,55,23)
#2E4B2E
(46,75,46)
#455F45
(69,95,69)
#5C735C
(92,115,92)
#738773
(115,135,115)
#8A9B8A
(138,155,138)
#A1AFA1
(161,175,161)
#B8C3B8
(184,195,184)
#CFD7CF
(207,215,207)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002300; }

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

This text font color is #002300.


Background Color

.myBgColor { background-color: #002300; }

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

This div background color is #002300.


Border color

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

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

This div border color is #002300.


Opacity

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

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

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

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

This text has shadow with #002300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002300 on black background.


Color preview on white background

This text has color #002300 on white background.



Black color preview on #002300 background

This text has black color on #002300 background.


White color preview on #002300 background

This text has white color on #002300 background.