#027775

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

Shades of Surfie Green #027775

Tints of Surfie Green #027775

Color information

#027775 (or 0x027775) is unknown color: approx Surfie Green. HEX triplet: 02, 77 and 75. RGB value is (2,119,117). Sum of RGB (Red+Green+Blue) = 2+119+117=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #027775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027775 is #FD888A. Grayscale: #535353. Windows color (decimal): -16615563 or 7698178. OLE color: 7698178.

HSL color Cylindrical-coordinate representation of color #027775: hue angle of 178.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027775 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB2119117-
CMYK0.9800.020.53
HSL178.97º96.69%23.73%-
HSV(B)178.97º98.32%46.67%-
XYZ9.8314.4919.11-
YUV83.79146.7469.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=0.84%
G=50%
B=49.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21191170.9800.020.53178.9796.6923.73
Hex27775620235b36118
Octal2167165142026526314130
Binary1011101111110101110001001011010110110011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027775; }

 p { color: rgb(2,119,117); }

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

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

 a { background-color: rgb(2,119,117); }

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

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

 span { border-color: rgb(2,119,117); }

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