#027975

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

Shades of Surfie Green #027975

Tints of Surfie Green #027975

Color information

#027975 (or 0x027975) is unknown color: approx Surfie Green. HEX triplet: 02, 79 and 75. RGB value is (2,121,117). Sum of RGB (Red+Green+Blue) = 2+121+117=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #027975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027975 is #FD868A. Grayscale: #545454. Windows color (decimal): -16615051 or 7698690. OLE color: 7698690.

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

Color convert

RGB2121117-
CMYK0.9800.030.53
HSL177.98º96.75%24.12%-
HSV(B)177.98º98.35%47.45%-
XYZ10.0714.9719.19-
YUV84.96146.0868.83-

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.42%
BLUE value IS 117 (46.09% from 255) = 48.75%
R=0.83%
G=50.42%
B=48.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211170.9800.030.53177.9896.7524.12
Hex27975620335b26118
Octal2171165142036526214130
Binary1011110011110101110001001111010110110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027975; }

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

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

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

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

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

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

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

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