Html Css Color HEX #027079 Surfie Green

📋 copy color: '#027079'

red 2 ◦ green 112 ◦ blue 121

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

Shades of Surfie Green #027079

Tints of Surfie Green #027079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.66%

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

R = 0.85%
G = 47.66%
B = 51.49%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#027079 (or 0x027079) is known color: Surfie Green. HEX triplet: 02, 70 and 79. RGB value is (2,112,121). Sum of RGB (Red+Green+Blue) = 2+112+121=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #027079 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027079 is #FD8F86. Grayscale: #4F4F4F. Windows color (decimal): -16617351 or 7958530. OLE color: 7958530.

HSL color Cylindrical-coordinate representation of color #027079: hue angle of 184.54º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027079 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 112 121 -
CMYK 0.98 0.07 0 0.53
HSL 184.54º 0.97% 0.24% -
HSV(B) 184.54º 0.98% 0.47% -
XYZ 9.27 12.98 20.11 -
YUV 80.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 2 112 121 0.98 0.07 0 0.53 184.54 0.97 0.24
Hex 2 70 79 62 7 0 35 B9 61 18
Octal 2 160 171 142 7 0 65 271 141 30
Binary 10 1110000 1111001 1100010 111 0 110101 10111001 1100001 11000

Color Harmonies of #027079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027079

Black with #027079

Text Example


Text Example

White with #027079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027079; }

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

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

background-color css

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

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

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

border-color css

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

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

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