#028475

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

Shades of Surfie Green #028475

Tints of Surfie Green #028475

Color information

#028475 (or 0x028475) is unknown color: approx Surfie Green. HEX triplet: 02, 84 and 75. RGB value is (2,132,117). Sum of RGB (Red+Green+Blue) = 2+132+117=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #028475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028475 is #FD7B8A. Grayscale: #5B5B5B. Windows color (decimal): -16612235 or 7701506. OLE color: 7701506.

HSL color Cylindrical-coordinate representation of color #028475: hue angle of 173.08º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028475 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB2132117-
CMYK0.9800.110.48
HSL173.08º97.01%26.27%-
HSV(B)173.08º98.48%51.76%-
XYZ11.4917.819.66-
YUV91.42142.4364.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.80%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=0.80%
G=52.59%
B=46.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21321170.9800.110.48173.0897.0126.27
Hex28475620B30ad611a
Octal22041651420136025514132
Binary1010000100111010111000100101111000010101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028475; }

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

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

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

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

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

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

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

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