#02767B

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

Shades of Surfie Green #02767B

Tints of Surfie Green #02767B

Color information

#02767B (or 0x02767B) is unknown color: approx Surfie Green. HEX triplet: 02, 76 and 7B. RGB value is (2,118,123). Sum of RGB (Red+Green+Blue) = 2+118+123=243 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #02767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02767B is #FD8984. Grayscale: #535353. Windows color (decimal): -16615813 or 8091138. OLE color: 8091138.

HSL color Cylindrical-coordinate representation of color #02767B: hue angle of 182.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02767B is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2118123-
CMYK0.980.0400.52
HSL182.48º96.8%24.51%-
HSV(B)182.48º98.37%48.24%-
XYZ10.0814.420.99-
YUV83.89150.0769.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=0.82%
G=48.56%
B=50.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21181230.980.0400.52182.4896.824.51
Hex2767B624034b66119
Octal2166173142406426614131
Binary10111011011110111100010100011010010110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02767B; }

 p { color: rgb(2,118,123); }

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

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

 a { background-color: rgb(2,118,123); }

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

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

 span { border-color: rgb(2,118,123); }

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