Html Css Color HEX #027376 Surfie Green

📋 copy color: '#027376'

red 2 ◦ green 115 ◦ blue 118

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

Shades of Surfie Green #027376

Tints of Surfie Green #027376

RGB

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

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

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

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

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 2 115 118 -
CMYK 0.98 0.03 0 0.54
HSL 181.55º 0.97% 0.24% -
HSV(B) 181.55º 0.98% 0.46% -
XYZ 9.43 13.58 19.26 -
YUV 81.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 2 115 118 0.98 0.03 0 0.54 181.55 0.97 0.24
Hex 2 73 76 62 3 0 36 B6 61 18
Octal 2 163 166 142 3 0 66 266 141 30
Binary 10 1110011 1110110 1100010 11 0 110110 10110110 1100001 11000

Color Harmonies of #027376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027376

Black with #027376

Text Example


Text Example

White with #027376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027376; }

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

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

background-color css

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

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

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

border-color css

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

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

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