#027974

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

Shades of Surfie Green #027974

Tints of Surfie Green #027974

Color information

#027974 (or 0x027974) is unknown color: approx Surfie Green. HEX triplet: 02, 79 and 74. RGB value is (2,121,116). Sum of RGB (Red+Green+Blue) = 2+121+116=239 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #027974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027974 is #FD868B. Grayscale: #545454. Windows color (decimal): -16615052 or 7633154. OLE color: 7633154.

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

Color convert

RGB2121116-
CMYK0.9800.040.53
HSL177.48º96.75%24.12%-
HSV(B)177.48º98.35%47.45%-
XYZ10.0114.9518.88-
YUV84.85145.5868.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.84%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=0.84%
G=50.63%
B=48.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21211160.9800.040.53177.4896.7524.12
Hex27974620435b16118
Octal2171164142046526114130
Binary10111100111101001100010010011010110110001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027974; }

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

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

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

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

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

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

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

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