#027476

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

Shades of Surfie Green #027476

Tints of Surfie Green #027476

Color information

#027476 (or 0x027476) is unknown color: approx Surfie Green. HEX triplet: 02, 74 and 76. RGB value is (2,116,118). Sum of RGB (Red+Green+Blue) = 2+116+118=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #027476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027476 is #FD8B89. Grayscale: #525252. Windows color (decimal): -16616330 or 7762946. OLE color: 7762946.

HSL color Cylindrical-coordinate representation of color #027476: hue angle of 181.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027476 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2116118-
CMYK0.980.0200.54
HSL181.03º96.67%23.53%-
HSV(B)181.03º98.31%46.27%-
XYZ9.5413.8119.3-
YUV82.14148.2370.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.85%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 118 (46.48% from 255) = 50%
R=0.85%
G=49.15%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21161180.980.0200.54181.0396.6723.53
Hex27476622036b56118
Octal2164166142206626514130
Binary1011101001110110110001010011011010110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027476; }

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

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

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

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

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

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

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

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