#027C6D

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

Shades of Pine Green #027C6D

Tints of Pine Green #027C6D

Color information

#027C6D (or 0x027C6D) is unknown color: approx Pine Green. HEX triplet: 02, 7C and 6D. RGB value is (2,124,109). Sum of RGB (Red+Green+Blue) = 2+124+109=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 124 (48.83% from 255 or 52.77% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 124 - color contains mainly: green. Hex color #027C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C6D is #FD8392. Grayscale: #555555. Windows color (decimal): -16614291 or 7175170. OLE color: 7175170.

HSL color Cylindrical-coordinate representation of color #027C6D: hue angle of 172.62º 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 #027C6D is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB2124109-
CMYK0.9800.120.51
HSL172.62º96.83%24.71%-
HSV(B)172.62º98.39%48.63%-
XYZ9.9915.5316.94-
YUV85.81141.0868.22-

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.77%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=0.85%
G=52.77%
B=46.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21241090.9800.120.51172.6296.8324.71
Hex27C6D620C33ad6119
Octal21741551420146325514131
Binary101111100110110111000100110011001110101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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