#027579

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

Shades of Surfie Green #027579

Tints of Surfie Green #027579

Color information

#027579 (or 0x027579) is unknown color: approx Surfie Green. HEX triplet: 02, 75 and 79. RGB value is (2,117,121). Sum of RGB (Red+Green+Blue) = 2+117+121=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #027579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027579 is #FD8A86. Grayscale: #525252. Windows color (decimal): -16616071 or 7959810. OLE color: 7959810.

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

Color convert

RGB2117121-
CMYK0.980.0300.53
HSL182.02º96.75%24.12%-
HSV(B)182.02º98.35%47.45%-
XYZ9.8414.1220.3-
YUV83.07149.470.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 121 (47.66% from 255) = 50.42%
R=0.83%
G=48.75%
B=50.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21171210.980.0300.53182.0296.7524.12
Hex27579623035b66118
Octal2165171142306526614130
Binary1011101011111001110001011011010110110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027579; }

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

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

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

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

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

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

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

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