#027773

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

Shades of Surfie Green #027773

Tints of Surfie Green #027773

Color information

#027773 (or 0x027773) is unknown color: approx Surfie Green. HEX triplet: 02, 77 and 73. RGB value is (2,119,115). Sum of RGB (Red+Green+Blue) = 2+119+115=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #027773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027773 is #FD888C. Grayscale: #535353. Windows color (decimal): -16615565 or 7567106. OLE color: 7567106.

HSL color Cylindrical-coordinate representation of color #027773: hue angle of 177.95º 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 #027773 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB2119115-
CMYK0.9800.030.53
HSL177.95º96.69%23.73%-
HSV(B)177.95º98.32%46.67%-
XYZ9.7214.4418.5-
YUV83.56145.7469.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 119 (46.88% from 255) = 50.42%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=0.85%
G=50.42%
B=48.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21191150.9800.030.53177.9596.6923.73
Hex27773620335b26118
Octal2167163142036526214130
Binary1011101111110011110001001111010110110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027773; }

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

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

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

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

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

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

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

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