#027376

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

Shades of Surfie Green #027376

Tints of Surfie Green #027376

Color information

#027376 (or 0x027376) is unknown color: approx Surfie Green. HEX triplet: 02, 73 and 76. RGB value is (2,115,118). Sum of RGB (Red+Green+Blue) = 2+115+118=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #027376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027376 is #FD8C89. Grayscale: #515151. Windows color (decimal): -16616586 or 7762690. OLE color: 7762690.

HSL color Cylindrical-coordinate representation of color #027376: hue angle of 181.55º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027376 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2115118-
CMYK0.980.0300.54
HSL181.55º96.67%23.53%-
HSV(B)181.55º98.31%46.27%-
XYZ9.4313.5819.26-
YUV81.55148.5671.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=0.85%
G=48.94%
B=50.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21151180.980.0300.54181.5596.6723.53
Hex27376623036b66118
Octal2163166142306626614130
Binary1011100111110110110001011011011010110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027376; }

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

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

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

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

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

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

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

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