Html Css Color HEX #027373 Surfie Green

📋 copy color: '#027373'

red 2 ◦ green 115 ◦ blue 115

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

Shades of Surfie Green #027373

Tints of Surfie Green #027373

RGB

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

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

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

R = 0.86%
G = 49.57%
B = 49.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#027373 (or 0x027373) is known color: Surfie Green. HEX triplet: 02, 73 and 73. RGB value is (2,115,115). Sum of RGB (Red+Green+Blue) = 2+115+115=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #027373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027373 is #FD8C8C. Grayscale: #515151. Windows color (decimal): -16616589 or 7566082. OLE color: 7566082.

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

Color convert

RGB 2 115 115 -
CMYK 0.98 0 0 0.55
HSL 180º 0.97% 0.23% -
HSV(B) 180º 0.98% 0.45% -
XYZ 9.25 13.51 18.34 -
YUV 81.21 147.06 71.5 -
System Red Green Blue C M Y K H S L
Decimal 2 115 115 0.98 0 0 0.55 180 0.97 0.23
Hex 2 73 73 62 0 0 37 B4 61 17
Octal 2 163 163 142 0 0 67 264 141 27
Binary 10 1110011 1110011 1100010 0 0 110111 10110100 1100001 10111

Color Harmonies of #027373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027373

Black with #027373

Text Example


Text Example

White with #027373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027373; }

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

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

background-color css

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

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

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

border-color css

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

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

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