Html Css Color HEX #028277 Surfie Green

📋 copy color: '#028277'

red 2 ◦ green 130 ◦ blue 119

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

Shades of Surfie Green #028277

Tints of Surfie Green #028277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 0.8%
G = 51.79%
B = 47.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#028277 (or 0x028277) is known color: Surfie Green. HEX triplet: 02, 82 and 77. RGB value is (2,130,119). Sum of RGB (Red+Green+Blue) = 2+130+119=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #028277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028277 is #FD7D88. Grayscale: #5A5A5A. Windows color (decimal): -16612745 or 7832066. OLE color: 7832066.

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

Color convert

RGB 2 130 119 -
CMYK 0.98 0 0.08 0.49
HSL 174.84º 0.97% 0.26% -
HSV(B) 174.84º 0.98% 0.51% -
XYZ 11.34 17.31 20.2 -
YUV 90.47 144.09 64.89 -
System Red Green Blue C M Y K H S L
Decimal 2 130 119 0.98 0 0.08 0.49 174.84 0.97 0.26
Hex 2 82 77 62 0 8 31 AF 61 1A
Octal 2 202 167 142 0 10 61 257 141 32
Binary 10 10000010 1110111 1100010 0 1000 110001 10101111 1100001 11010

Color Harmonies of #028277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028277

Black with #028277

Text Example


Text Example

White with #028277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028277; }

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

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

background-color css

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

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

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

border-color css

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

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

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