#027473

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

Shades of Surfie Green #027473

Tints of Surfie Green #027473

Color information

#027473 (or 0x027473) is unknown color: approx Surfie Green. HEX triplet: 02, 74 and 73. RGB value is (2,116,115). Sum of RGB (Red+Green+Blue) = 2+116+115=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #027473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027473 is #FD8B8C. Grayscale: #515151. Windows color (decimal): -16616333 or 7566338. OLE color: 7566338.

HSL color Cylindrical-coordinate representation of color #027473: hue angle of 179.47º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027473 is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB2116115-
CMYK0.9800.010.55
HSL179.47º96.61%23.14%-
HSV(B)179.47º98.28%45.49%-
XYZ9.3613.7418.38-
YUV81.8146.7371.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=0.86%
G=49.79%
B=49.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21161150.9800.010.55179.4796.6123.14
Hex27473620137b36117
Octal2164163142016726314127
Binary101110100111001111000100111011110110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027473; }

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

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

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

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

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

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

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

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