#02727B

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

Shades of Surfie Green #02727B

Tints of Surfie Green #02727B

Color information

#02727B (or 0x02727B) is unknown color: approx Surfie Green. HEX triplet: 02, 72 and 7B. RGB value is (2,114,123). Sum of RGB (Red+Green+Blue) = 2+114+123=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #02727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02727B is #FD8D84. Grayscale: #515151. Windows color (decimal): -16616837 or 8090114. OLE color: 8090114.

HSL color Cylindrical-coordinate representation of color #02727B: hue angle of 184.46º 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 #02727B is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2114123-
CMYK0.980.0700.52
HSL184.46º96.8%24.51%-
HSV(B)184.46º98.37%48.24%-
XYZ9.6213.4820.83-
YUV81.54151.3971.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=0.84%
G=47.70%
B=51.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21141230.980.0700.52184.4696.824.51
Hex2727B627034b86119
Octal2162173142706427014131
Binary10111001011110111100010111011010010111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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