COLOR #027A18

HEX: #027A18
RGB: (2,122,24)

Color info

#027A18 contains mainly green color. Web safe color of #027A18 is #006600 (or #060).

RGB color model

#027A18 color RGB value is (2,122,24).

  • red value is 2;
  • green value is 122;
  • blue value is 24.
RGB:
(2,122,24)
(1%,48%,9%)

RGB channels and saturation

R 2 of 255 = 1%
G 122 of 255 = 48%
B 24 of 255 = 9%

2
122
24

R + G + B ~ 19%. #027A18 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 122 + 24 = 148 (100%)
R 2 of 148 ~ 1.35%
G 122 of 148 ~ 82.43%
B 24 of 148 ~ 16.22%

%82.43
%16.22

CMYK color model

#027A18 color CMYK value is (98,0,80,52).

  • cyan value is 98.36%
  • magenta value is 0.00%
  • yellow value is 80.33%
  • key color value is 52.16%
CMYK:
(98,0,80,52)
C98M0Y80K52 
(98%,0%,80%,52%)
(0.98/0.00/0.80/0.52)	

CMYK percentages

%98.36
%0
%80.33
%52.16

Codes

Color #027A18 in popluar color models

027A18
RGB212224
HSL131°96.77%24.31%
HSB/HSV131°98.36%47.84%
CMYK98.36%0.00%80.33%
52.16%

Color #027A18 in popluar number systems.

HEX027A18
Decimal212224
Binary10111101011000
Octal217230

Shades and tints

Shades of #027A18

#027A18
(2,122,24)
#026F16
(2,111,22)
#026414
(2,100,20)
#025912
(2,89,18)
#024E10
(2,78,16)
#02430E
(2,67,14)
#02380C
(2,56,12)
#022D0A
(2,45,10)
#022208
(2,34,8)
#021706
(2,23,6)
#020C04
(2,12,4)
#000000
(0,0,0)

Tints of #027A18

#027A18
(2,122,24)
#19862D
(25,134,45)
#309242
(48,146,66)
#479E57
(71,158,87)
#5EAA6C
(94,170,108)
#75B681
(117,182,129)
#8CC296
(140,194,150)
#A3CEAB
(163,206,171)
#BADAC0
(186,218,192)
#D1E6D5
(209,230,213)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027A18 color. Also use rgb(2,122,24) instead hex code.

Text Font Color

.myTextColor { color: #027A18; }

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

This text font color is #027A18.


Background Color

.myBgColor { background-color: #027A18; }

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

This div background color is #027A18.


Border color

.myBorderColor { border: 1px solid #027A18; }

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

This div border color is #027A18.


Opacity

.myOpacity80 { color: #027A18; opacity: 0.8; }

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

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

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

This text has shadow with #027A18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027A18 on black background.


Color preview on white background

This text has color #027A18 on white background.



Black color preview on #027A18 background

This text has black color on #027A18 background.


White color preview on #027A18 background

This text has white color on #027A18 background.