Html Css Color HEX #027673 Surfie Green

📋 copy color: '#027673'

red 2 ◦ green 118 ◦ blue 115

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

Shades of Surfie Green #027673

Tints of Surfie Green #027673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50.21%

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

R = 0.85%
G = 50.21%
B = 48.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#027673 (or 0x027673) is known color: Surfie Green. HEX triplet: 02, 76 and 73. RGB value is (2,118,115). Sum of RGB (Red+Green+Blue) = 2+118+115=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #027673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027673 is #FD898C. Grayscale: #525252. Windows color (decimal): -16615821 or 7566850. OLE color: 7566850.

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

Color convert

RGB 2 118 115 -
CMYK 0.98 0 0.03 0.54
HSL 178.45º 0.97% 0.24% -
HSV(B) 178.45º 0.98% 0.46% -
XYZ 9.6 14.21 18.46 -
YUV 82.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 2 118 115 0.98 0 0.03 0.54 178.45 0.97 0.24
Hex 2 76 73 62 0 3 36 B2 61 18
Octal 2 166 163 142 0 3 66 262 141 30
Binary 10 1110110 1110011 1100010 0 11 110110 10110010 1100001 11000

Color Harmonies of #027673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027673

Black with #027673

Text Example


Text Example

White with #027673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027673; }

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

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

background-color css

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

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

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

border-color css

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

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

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