#02717F

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

Shades of Surfie Green #02717F

Tints of Surfie Green #02717F

Color information

#02717F (or 0x02717F) is unknown color: approx Surfie Green. HEX triplet: 02, 71 and 7F. RGB value is (2,113,127). Sum of RGB (Red+Green+Blue) = 2+113+127=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #02717F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02717F is #FD8E80. Grayscale: #515151. Windows color (decimal): -16617089 or 8352002. OLE color: 8352002.

HSL color Cylindrical-coordinate representation of color #02717F: hue angle of 186.72º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02717F is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2113127-
CMYK0.980.1100.50
HSL186.72º96.9%25.29%-
HSV(B)186.72º98.43%49.8%-
XYZ9.7613.3622.14-
YUV81.41153.7371.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 127 (50% from 255) = 52.48%
R=0.83%
G=46.69%
B=52.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21131270.980.1100.50186.7296.925.29
Hex2717F62B032bb6119
Octal21611771421306227314131
Binary101110001111111111000101011011001010111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02717F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02717F; }

 p { color: rgb(2,113,127); }

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

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

 a { background-color: rgb(2,113,127); }

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

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

 span { border-color: rgb(2,113,127); }

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