Html Css Color HEX #028279 Surfie Green

📋 copy color: '#028279'

red 2 ◦ green 130 ◦ blue 121

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

Shades of Surfie Green #028279

Tints of Surfie Green #028279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.83%

R = 0.79%
G = 51.38%
B = 47.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#028279 (or 0x028279) is known color: Surfie Green. HEX triplet: 02, 82 and 79. RGB value is (2,130,121). Sum of RGB (Red+Green+Blue) = 2+130+121=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #028279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028279 is #FD7D86. Grayscale: #5A5A5A. Windows color (decimal): -16612743 or 7963138. OLE color: 7963138.

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

Color convert

RGB 2 130 121 -
CMYK 0.98 0 0.07 0.49
HSL 175.78º 0.97% 0.26% -
HSV(B) 175.78º 0.98% 0.51% -
XYZ 11.46 17.36 20.84 -
YUV 90.7 145.09 64.73 -
System Red Green Blue C M Y K H S L
Decimal 2 130 121 0.98 0 0.07 0.49 175.78 0.97 0.26
Hex 2 82 79 62 0 7 31 B0 61 1A
Octal 2 202 171 142 0 7 61 260 141 32
Binary 10 10000010 1111001 1100010 0 111 110001 10110000 1100001 11010

Color Harmonies of #028279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028279

Black with #028279

Text Example


Text Example

White with #028279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028279; }

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

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

background-color css

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

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

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

border-color css

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

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

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