#027C6E

Color #027C6E Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #027C6E

Tints of Pine Green #027C6E

Color information

#027C6E (or 0x027C6E) is unknown color: approx Pine Green. HEX triplet: 02, 7C and 6E. RGB value is (2,124,110). Sum of RGB (Red+Green+Blue) = 2+124+110=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #027C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C6E is #FD8391. Grayscale: #555555. Windows color (decimal): -16614290 or 7240706. OLE color: 7240706.

HSL color Cylindrical-coordinate representation of color #027C6E: hue angle of 173.11º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C6E is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB2124110-
CMYK0.9800.110.51
HSL173.11º96.83%24.71%-
HSV(B)173.11º98.39%48.63%-
XYZ10.0515.5517.22-
YUV85.93141.5868.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=0.85%
G=52.54%
B=46.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21241100.9800.110.51173.1196.8324.71
Hex27C6E620B33ad6119
Octal21741561420136325514131
Binary101111100110111011000100101111001110101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C6E; }

 p { color: rgb(2,124,110); }

 H1.HeaderClassName
 {
   color: #027C6E;
 }
 .AnyTagClassName
 {
   color: #027C6E;
 }
</style>
background-color css

<style>
 a { background-color: #027C6E; }

 a { background-color: rgb(2,124,110); }

 div.DivClassName
 {
   background-color: #027C6E;
 }
 .BgClassName
 {
   background-color: #027C6E;
 }
</style>
border-color css

<style>
 span { border-color: #027C6E; }

 span { border-color: rgb(2,124,110); }

 td.TdClassName
 {
   border-color: #027C6E;
 }
 .TagClassName
 {
   border-color: #027C6E;
 }
</style>