Html Css Color HEX #027573 Surfie Green

📋 copy color: '#027573'

red 2 ◦ green 117 ◦ blue 115

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

Shades of Surfie Green #027573

Tints of Surfie Green #027573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 50%

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

R = 0.85%
G = 50%
B = 49.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#027573 (or 0x027573) is known color: Surfie Green. HEX triplet: 02, 75 and 73. RGB value is (2,117,115). Sum of RGB (Red+Green+Blue) = 2+117+115=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 117 - color contains mainly: green. Hex color #027573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027573 is #FD8A8C. Grayscale: #525252. Windows color (decimal): -16616077 or 7566594. OLE color: 7566594.

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

Color convert

RGB 2 117 115 -
CMYK 0.98 0 0.02 0.54
HSL 178.96º 0.97% 0.23% -
HSV(B) 178.96º 0.98% 0.46% -
XYZ 9.48 13.97 18.42 -
YUV 82.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 2 117 115 0.98 0 0.02 0.54 178.96 0.97 0.23
Hex 2 75 73 62 0 2 36 B3 61 17
Octal 2 165 163 142 0 2 66 263 141 27
Binary 10 1110101 1110011 1100010 0 10 110110 10110011 1100001 10111

Color Harmonies of #027573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027573

Black with #027573

Text Example


Text Example

White with #027573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027573; }

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

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

background-color css

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

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

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

border-color css

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

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

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