#027478

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

Shades of Surfie Green #027478

Tints of Surfie Green #027478

Color information

#027478 (or 0x027478) is unknown color: approx Surfie Green. HEX triplet: 02, 74 and 78. RGB value is (2,116,120). Sum of RGB (Red+Green+Blue) = 2+116+120=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #027478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027478 is #FD8B87. Grayscale: #525252. Windows color (decimal): -16616328 or 7894018. OLE color: 7894018.

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

Color convert

RGB2116120-
CMYK0.980.0300.53
HSL182.03º96.72%23.92%-
HSV(B)182.03º98.33%47.06%-
XYZ9.6613.8619.94-
YUV82.37149.2370.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 120 (47.27% from 255) = 50.42%
R=0.84%
G=48.74%
B=50.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21161200.980.0300.53182.0396.7223.92
Hex27478623035b66118
Octal2164170142306526614130
Binary1011101001111000110001011011010110110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027478; }

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

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

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

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

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

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

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

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