#027578

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

Shades of Surfie Green #027578

Tints of Surfie Green #027578

Color information

#027578 (or 0x027578) is unknown color: approx Surfie Green. HEX triplet: 02, 75 and 78. RGB value is (2,117,120). Sum of RGB (Red+Green+Blue) = 2+117+120=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #027578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027578 is #FD8A87. Grayscale: #525252. Windows color (decimal): -16616072 or 7894274. OLE color: 7894274.

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

Color convert

RGB2117120-
CMYK0.980.0200.53
HSL181.53º96.72%23.92%-
HSV(B)181.53º98.33%47.06%-
XYZ9.7814.0919.97-
YUV82.96148.970.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 117 (46.09% from 255) = 48.95%
BLUE value IS 120 (47.27% from 255) = 50.21%
R=0.84%
G=48.95%
B=50.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21171200.980.0200.53181.5396.7223.92
Hex27578622035b66118
Octal2165170142206526614130
Binary1011101011111000110001010011010110110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027578; }

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

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

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

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

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

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

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

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