Html Css Color HEX #027773 Surfie Green

📋 copy color: '#027773'

red 2 ◦ green 119 ◦ blue 115

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

Shades of Surfie Green #027773

Tints of Surfie Green #027773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.42%

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 0.85%
G = 50.42%
B = 48.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#027773 (or 0x027773) is known color: Surfie Green. HEX triplet: 02, 77 and 73. RGB value is (2,119,115). Sum of RGB (Red+Green+Blue) = 2+119+115=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #027773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027773 is #FD888C. Grayscale: #535353. Windows color (decimal): -16615565 or 7567106. OLE color: 7567106.

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

Color convert

RGB 2 119 115 -
CMYK 0.98 0 0.03 0.53
HSL 177.95º 0.97% 0.24% -
HSV(B) 177.95º 0.98% 0.47% -
XYZ 9.72 14.44 18.5 -
YUV 83.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 2 119 115 0.98 0 0.03 0.53 177.95 0.97 0.24
Hex 2 77 73 62 0 3 35 B2 61 18
Octal 2 167 163 142 0 3 65 262 141 30
Binary 10 1110111 1110011 1100010 0 11 110101 10110010 1100001 11000

Color Harmonies of #027773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027773

Black with #027773

Text Example


Text Example

White with #027773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027773; }

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

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

background-color css

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

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

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

border-color css

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

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

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