Html Css Color HEX #027275 Surfie Green

📋 copy color: '#027275'

red 2 ◦ green 114 ◦ blue 117

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

Shades of Surfie Green #027275

Tints of Surfie Green #027275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 0.86%
G = 48.93%
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

#027275 (or 0x027275) is known color: Surfie Green. HEX triplet: 02, 72 and 75. RGB value is (2,114,117). Sum of RGB (Red+Green+Blue) = 2+114+117=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #027275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027275 is #FD8D8A. Grayscale: #505050. Windows color (decimal): -16616843 or 7696898. OLE color: 7696898.

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

Color convert

RGB 2 114 117 -
CMYK 0.98 0.03 0 0.54
HSL 181.57º 0.97% 0.23% -
HSV(B) 181.57º 0.98% 0.46% -
XYZ 9.25 13.33 18.92 -
YUV 80.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 2 114 117 0.98 0.03 0 0.54 181.57 0.97 0.23
Hex 2 72 75 62 3 0 36 B6 61 17
Octal 2 162 165 142 3 0 66 266 141 27
Binary 10 1110010 1110101 1100010 11 0 110110 10110110 1100001 10111

Color Harmonies of #027275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027275

Black with #027275

Text Example


Text Example

White with #027275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027275; }

 p { color: rgb(2,114,117); }

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

background-color css

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

 a { background-color: rgb(2,114,117); }

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

border-color css

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

 span { border-color: rgb(2,114,117); }

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