COLOR #018300

HEX: #018300
RGB: (1,131,0)

Color info

#018300 contains mainly green color. Web safe color of #018300 is #009900 (or #090).

RGB color model

#018300 color RGB value is (1,131,0).

  • red value is 1;
  • green value is 131;
  • blue value is 0.
RGB:
(1,131,0)
(0%,51%,0%)

RGB channels and saturation

R 1 of 255 = 0%
G 131 of 255 = 51%
B 0 of 255 = 0%

1
131
0

R + G + B ~ 17%. #018300 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 131 + 0 = 132 (100%)
R 1 of 132 ~ 0.76%
G 131 of 132 ~ 99.24%
B 0 of 132 ~ 0%

%99.24

CMYK color model

#018300 color CMYK value is (99,0,100,49).

  • cyan value is 99.24%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 48.63%
CMYK:
(99,0,100,49)
C99M0Y100K49 
(99%,0%,100%,49%)
(0.99/0.00/1.00/0.49)	

CMYK percentages

%99.24
%0
%100
%48.63

Codes

Color #018300 in popluar color models

018300
RGB11310
HSL120°100.00%25.69%
HSB/HSV120°100.00%51.37%
CMYK99.24%0.00%100.00%
48.63%

Color #018300 in popluar number systems.

HEX018300
Decimal11310
Binary1100000110
Octal12030

Shades and tints

Shades of #018300

#018300
(1,131,0)
#017800
(1,120,0)
#016D00
(1,109,0)
#016200
(1,98,0)
#015700
(1,87,0)
#014C00
(1,76,0)
#014100
(1,65,0)
#013600
(1,54,0)
#012B00
(1,43,0)
#012000
(1,32,0)
#011500
(1,21,0)
#000000
(0,0,0)

Tints of #018300

#018300
(1,131,0)
#188E17
(24,142,23)
#2F992E
(47,153,46)
#46A445
(70,164,69)
#5DAF5C
(93,175,92)
#74BA73
(116,186,115)
#8BC58A
(139,197,138)
#A2D0A1
(162,208,161)
#B9DBB8
(185,219,184)
#D0E6CF
(208,230,207)
#E7F1E6
(231,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #018300; }

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

This text font color is #018300.


Background Color

.myBgColor { background-color: #018300; }

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

This div background color is #018300.


Border color

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

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

This div border color is #018300.


Opacity

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

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

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

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

This text has shadow with #018300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #018300 on black background.


Color preview on white background

This text has color #018300 on white background.



Black color preview on #018300 background

This text has black color on #018300 background.


White color preview on #018300 background

This text has white color on #018300 background.