#02827A

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

Shades of Surfie Green #02827A

Tints of Surfie Green #02827A

Color information

#02827A (or 0x02827A) is unknown color: approx Surfie Green. HEX triplet: 02, 82 and 7A. RGB value is (2,130,122). Sum of RGB (Red+Green+Blue) = 2+130+122=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #02827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02827A is #FD7D85. Grayscale: #5A5A5A. Windows color (decimal): -16612742 or 8028674. OLE color: 8028674.

HSL color Cylindrical-coordinate representation of color #02827A: hue angle of 176.25º 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 #02827A is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB2130122-
CMYK0.9800.060.49
HSL176.25º96.97%25.88%-
HSV(B)176.25º98.46%50.98%-
XYZ11.5217.3821.16-
YUV90.82145.5964.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=0.79%
G=51.18%
B=48.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21301220.9800.060.49176.2596.9725.88
Hex2827A620631b0611a
Octal2202172142066126014132
Binary101000001011110101100010011011000110110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02827A; }

 p { color: rgb(2,130,122); }

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

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

 a { background-color: rgb(2,130,122); }

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

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

 span { border-color: rgb(2,130,122); }

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