#027D79

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

Shades of Surfie Green #027D79

Tints of Surfie Green #027D79

Color information

#027D79 (or 0x027D79) is unknown color: approx Surfie Green. HEX triplet: 02, 7D and 79. RGB value is (2,125,121). Sum of RGB (Red+Green+Blue) = 2+125+121=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #027D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027D79 is #FD8286. Grayscale: #575757. Windows color (decimal): -16614023 or 7961858. OLE color: 7961858.

HSL color Cylindrical-coordinate representation of color #027D79: hue angle of 178.05º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027D79 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB2125121-
CMYK0.9800.030.51
HSL178.05º96.85%24.9%-
HSV(B)178.05º98.4%49.02%-
XYZ10.8116.0620.62-
YUV87.77146.7566.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 125 (49.22% from 255) = 50.40%
BLUE value IS 121 (47.66% from 255) = 48.79%
R=0.81%
G=50.40%
B=48.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21251210.9800.030.51178.0596.8524.9
Hex27D79620333b26119
Octal2175171142036326214131
Binary1011111011111001110001001111001110110010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027D79; }

 p { color: rgb(2,125,121); }

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

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

 a { background-color: rgb(2,125,121); }

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

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

 span { border-color: rgb(2,125,121); }

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