Html Css Color HEX #027077 Surfie Green

📋 copy color: '#027077'

red 2 ◦ green 112 ◦ blue 119

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

Shades of Surfie Green #027077

Tints of Surfie Green #027077

RGB

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

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

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

R = 0.86%
G = 48.07%
B = 51.07%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#027077 (or 0x027077) is known color: Surfie Green. HEX triplet: 02, 70 and 77. RGB value is (2,112,119). Sum of RGB (Red+Green+Blue) = 2+112+119=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #027077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027077 is #FD8F88. Grayscale: #4F4F4F. Windows color (decimal): -16617353 or 7827458. OLE color: 7827458.

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

Color convert

RGB 2 112 119 -
CMYK 0.98 0.06 0 0.53
HSL 183.59º 0.97% 0.24% -
HSV(B) 183.59º 0.98% 0.47% -
XYZ 9.15 12.93 19.47 -
YUV 79.91 150.06 72.43 -
System Red Green Blue C M Y K H S L
Decimal 2 112 119 0.98 0.06 0 0.53 183.59 0.97 0.24
Hex 2 70 77 62 6 0 35 B8 61 18
Octal 2 160 167 142 6 0 65 270 141 30
Binary 10 1110000 1110111 1100010 110 0 110101 10111000 1100001 11000

Color Harmonies of #027077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027077

Black with #027077

Text Example


Text Example

White with #027077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027077; }

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

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

background-color css

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

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

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

border-color css

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

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

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