Html Css Color HEX #027B7A Surfie Green

📋 copy color: '#027B7A'

red 2 ◦ green 123 ◦ blue 122

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

Shades of Surfie Green #027B7A

Tints of Surfie Green #027B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.8%

 BLUE value IS 122 (48.05% from 255) = 49.39%

R = 0.81%
G = 49.8%
B = 49.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#027B7A (or 0x027B7A) is known color: Surfie Green. HEX triplet: 02, 7B and 7A. RGB value is (2,123,122). Sum of RGB (Red+Green+Blue) = 2+123+122=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #027B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B7A is #FD8485. Grayscale: #565656. Windows color (decimal): -16614534 or 8026882. OLE color: 8026882.

HSL color Cylindrical-coordinate representation of color #027B7A: hue angle of 179.5º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B7A is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 123 122 -
CMYK 0.98 0 0.01 0.52
HSL 179.5º 0.97% 0.25% -
HSV(B) 179.5º 0.98% 0.48% -
XYZ 10.62 15.58 20.86 -
YUV 86.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 2 123 122 0.98 0 0.01 0.52 179.5 0.97 0.25
Hex 2 7B 7A 62 0 1 34 B4 61 19
Octal 2 173 172 142 0 1 64 264 141 31
Binary 10 1111011 1111010 1100010 0 1 110100 10110100 1100001 11001

Color Harmonies of #027B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B7A

Black with #027B7A

Text Example


Text Example

White with #027B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027B7A; }

 p { color: rgb(2,123,122); }

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

background-color css

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

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

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

border-color css

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

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

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