#027976

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

Shades of Surfie Green #027976

Tints of Surfie Green #027976

Color information

#027976 (or 0x027976) is unknown color: approx Surfie Green. HEX triplet: 02, 79 and 76. RGB value is (2,121,118). Sum of RGB (Red+Green+Blue) = 2+121+118=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #027976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027976 is #FD8689. Grayscale: #545454. Windows color (decimal): -16615050 or 7764226. OLE color: 7764226.

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

Color convert

RGB2121118-
CMYK0.9800.020.53
HSL178.49º96.75%24.12%-
HSV(B)178.49º98.35%47.45%-
XYZ10.131519.5-
YUV85.08146.5868.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=0.83%
G=50.21%
B=48.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211180.9800.020.53178.4996.7524.12
Hex27976620235b26118
Octal2171166142026526214130
Binary1011110011110110110001001011010110110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027976; }

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

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

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

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

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

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

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

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