COLOR #027008

HEX: #027008
RGB: (2,112,8)

Color info

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

RGB color model

#027008 color RGB value is (2,112,8).

  • red value is 2;
  • green value is 112;
  • blue value is 8.
RGB:
(2,112,8)
(1%,44%,3%)

RGB channels and saturation

R 2 of 255 = 1%
G 112 of 255 = 44%
B 8 of 255 = 3%

2
112
8

R + G + B ~ 16%. #027008 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 112 + 8 = 122 (100%)
R 2 of 122 ~ 1.64%
G 112 of 122 ~ 91.8%
B 8 of 122 ~ 6.56%

%91.8

CMYK color model

#027008 color CMYK value is (98,0,93,56).

  • cyan value is 98.21%
  • magenta value is 0.00%
  • yellow value is 92.86%
  • key color value is 56.08%
CMYK:
(98,0,93,56)
C98M0Y93K56 
(98%,0%,93%,56%)
(0.98/0.00/0.93/0.56)	

CMYK percentages

%98.21
%0
%92.86
%56.08

Codes

Color #027008 in popluar color models

027008
RGB21128
HSL123°96.49%22.35%
HSB/HSV123°98.21%43.92%
CMYK98.21%0.00%92.86%
56.08%

Color #027008 in popluar number systems.

HEX027008
Decimal21128
Binary1011100001000
Octal216010

Shades and tints

Shades of #027008

#027008
(2,112,8)
#026608
(2,102,8)
#025C08
(2,92,8)
#025208
(2,82,8)
#024808
(2,72,8)
#023E08
(2,62,8)
#023408
(2,52,8)
#022A08
(2,42,8)
#022008
(2,32,8)
#021608
(2,22,8)
#020C08
(2,12,8)
#000000
(0,0,0)

Tints of #027008

#027008
(2,112,8)
#197D1E
(25,125,30)
#308A34
(48,138,52)
#47974A
(71,151,74)
#5EA460
(94,164,96)
#75B176
(117,177,118)
#8CBE8C
(140,190,140)
#A3CBA2
(163,203,162)
#BAD8B8
(186,216,184)
#D1E5CE
(209,229,206)
#E8F2E4
(232,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #027008 color. Also use rgb(2,112,8) instead hex code.

Text Font Color

.myTextColor { color: #027008; }

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

This text font color is #027008.


Background Color

.myBgColor { background-color: #027008; }

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

This div background color is #027008.


Border color

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

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

This div border color is #027008.


Opacity

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

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

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

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

This text has shadow with #027008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #027008 on black background.


Color preview on white background

This text has color #027008 on white background.



Black color preview on #027008 background

This text has black color on #027008 background.


White color preview on #027008 background

This text has white color on #027008 background.