#028274

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

Shades of Surfie Green #028274

Tints of Surfie Green #028274

Color information

#028274 (or 0x028274) is unknown color: approx Surfie Green. HEX triplet: 02, 82 and 74. RGB value is (2,130,116). Sum of RGB (Red+Green+Blue) = 2+130+116=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #028274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028274 is #FD7D8B. Grayscale: #5A5A5A. Windows color (decimal): -16612748 or 7635458. OLE color: 7635458.

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

Color convert

RGB2130116-
CMYK0.9800.110.49
HSL173.44º96.97%25.88%-
HSV(B)173.44º98.46%50.98%-
XYZ11.1617.2419.26-
YUV90.13142.5965.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=0.81%
G=52.42%
B=46.77%

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
Decimal21301160.9800.110.49173.4496.9725.88
Hex28274620B31ad611a
Octal22021641420136125514132
Binary1010000010111010011000100101111000110101101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028274; }

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

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

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

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

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

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

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

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