Html Css Color HEX #028075 Surfie Green

📋 copy color: '#028075'

red 2 ◦ green 128 ◦ blue 117

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

Shades of Surfie Green #028075

Tints of Surfie Green #028075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 0.81%
G = 51.82%
B = 47.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#028075 (or 0x028075) is known color: Surfie Green. HEX triplet: 02, 80 and 75. RGB value is (2,128,117). Sum of RGB (Red+Green+Blue) = 2+128+117=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #028075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028075 is #FD7F8A. Grayscale: #585858. Windows color (decimal): -16613259 or 7700482. OLE color: 7700482.

HSL color Cylindrical-coordinate representation of color #028075: hue angle of 174.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028075 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 117 -
CMYK 0.98 0 0.09 0.50
HSL 174.76º 0.97% 0.25% -
HSV(B) 174.76º 0.98% 0.5% -
XYZ 10.96 16.74 19.48 -
YUV 89.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 2 128 117 0.98 0 0.09 0.50 174.76 0.97 0.25
Hex 2 80 75 62 0 9 32 AF 61 19
Octal 2 200 165 142 0 11 62 257 141 31
Binary 10 10000000 1110101 1100010 0 1001 110010 10101111 1100001 11001

Color Harmonies of #028075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028075

Black with #028075

Text Example


Text Example

White with #028075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028075; }

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

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

background-color css

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

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

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

border-color css

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

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

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