Html Css Color HEX #028078 Surfie Green

📋 copy color: '#028078'

red 2 ◦ green 128 ◦ blue 120

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

Shades of Surfie Green #028078

Tints of Surfie Green #028078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48%

R = 0.8%
G = 51.2%
B = 48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.50

RGB Variations

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

Color information

#028078 (or 0x028078) is known color: Surfie Green. HEX triplet: 02, 80 and 78. RGB value is (2,128,120). Sum of RGB (Red+Green+Blue) = 2+128+120=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #028078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028078 is #FD7F87. Grayscale: #595959. Windows color (decimal): -16613256 or 7897090. OLE color: 7897090.

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

Color convert

RGB 2 128 120 -
CMYK 0.98 0 0.06 0.50
HSL 176.19º 0.97% 0.25% -
HSV(B) 176.19º 0.98% 0.5% -
XYZ 11.13 16.81 20.43 -
YUV 89.41 145.26 65.65 -
System Red Green Blue C M Y K H S L
Decimal 2 128 120 0.98 0 0.06 0.50 176.19 0.97 0.25
Hex 2 80 78 62 0 6 32 B0 61 19
Octal 2 200 170 142 0 6 62 260 141 31
Binary 10 10000000 1111000 1100010 0 110 110010 10110000 1100001 11001

Color Harmonies of #028078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028078

Black with #028078

Text Example


Text Example

White with #028078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028078; }

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

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

background-color css

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

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

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

border-color css

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

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

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