#027979

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

Shades of Surfie Green #027979

Tints of Surfie Green #027979

Color information

#027979 (or 0x027979) is unknown color: approx Surfie Green. HEX triplet: 02, 79 and 79. RGB value is (2,121,121). Sum of RGB (Red+Green+Blue) = 2+121+121=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 121 (47.66% from 255 or 49.59% from 244); Blue value is 121 (47.66% from 255 or 49.59% from 244); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #027979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027979 is #FD8686. Grayscale: #555555. Windows color (decimal): -16615047 or 7960834. OLE color: 7960834.

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

Color convert

RGB2121121-
CMYK0.98000.53
HSL180º96.75%24.12%-
HSV(B)180º98.35%47.45%-
XYZ10.3115.0720.45-
YUV85.42148.0868.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 121 (47.66% from 255) = 49.59%
BLUE value IS 121 (47.66% from 255) = 49.59%
R=0.82%
G=49.59%
B=49.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211210.98000.5318096.7524.12
Hex27979620035b46118
Octal2171171142006526414130
Binary101111001111100111000100011010110110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027979; }

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

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

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

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

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

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

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

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