#028375

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

Shades of Surfie Green #028375

Tints of Surfie Green #028375

Color information

#028375 (or 0x028375) is unknown color: approx Surfie Green. HEX triplet: 02, 83 and 75. RGB value is (2,131,117). Sum of RGB (Red+Green+Blue) = 2+131+117=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #028375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028375 is #FD7C8A. Grayscale: #5A5A5A. Windows color (decimal): -16612491 or 7701250. OLE color: 7701250.

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

Color convert

RGB2131117-
CMYK0.9800.110.49
HSL173.49º96.99%26.08%-
HSV(B)173.49º98.47%51.37%-
XYZ11.3517.5319.61-
YUV90.83142.7664.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.8%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=0.8%
G=52.4%
B=46.8%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21311170.9800.110.49173.4996.9926.08
Hex28375620B31ad611a
Octal22031651420136125514132
Binary1010000011111010111000100101111000110101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028375; }

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

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

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

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

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

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

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

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