Html Css Color HEX #028275 Surfie Green

📋 copy color: '#028275'

red 2 ◦ green 130 ◦ blue 117

#028275
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surfie Green #028275

Tints of Surfie Green #028275

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 130 (51.17% from 255) = 52.21%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 0.8%
G = 52.21%
B = 46.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#028275 (or 0x028275) is known color: Surfie Green. HEX triplet: 02, 82 and 75. RGB value is (2,130,117). Sum of RGB (Red+Green+Blue) = 2+130+117=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #028275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028275 is #FD7D8A. Grayscale: #5A5A5A. Windows color (decimal): -16612747 or 7700994. OLE color: 7700994.

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

Color convert

RGB 2 130 117 -
CMYK 0.98 0 0.1 0.49
HSL 173.91º 0.97% 0.26% -
HSV(B) 173.91º 0.98% 0.51% -
XYZ 11.22 17.26 19.57 -
YUV 90.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 2 130 117 0.98 0 0.1 0.49 173.91 0.97 0.26
Hex 2 82 75 62 0 A 31 AE 61 1A
Octal 2 202 165 142 0 12 61 256 141 32
Binary 10 10000010 1110101 1100010 0 1010 110001 10101110 1100001 11010

Color Harmonies of #028275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028275

Black with #028275

Text Example


Text Example

White with #028275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028275; }

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

 H1.HeaderClassName
 {
   color: #028275;
 }
 .AnyTagClassName
 {
   color: #028275;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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