#027C79

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

Shades of Surfie Green #027C79

Tints of Surfie Green #027C79

Color information

#027C79 (or 0x027C79) is unknown color: approx Surfie Green. HEX triplet: 02, 7C and 79. RGB value is (2,124,121). Sum of RGB (Red+Green+Blue) = 2+124+121=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #027C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027C79 is #FD8386. Grayscale: #575757. Windows color (decimal): -16614279 or 7961602. OLE color: 7961602.

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

Color convert

RGB2124121-
CMYK0.9800.020.51
HSL178.52º96.83%24.71%-
HSV(B)178.52º98.39%48.63%-
XYZ10.6815.8120.58-
YUV87.18147.0867.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 124 (48.83% from 255) = 50.20%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=0.81%
G=50.20%
B=48.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21241210.9800.020.51178.5296.8324.71
Hex27C79620233b36119
Octal2174171142026326314131
Binary1011111001111001110001001011001110110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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