Html Css Color HEX #027E74 Surfie Green

📋 copy color: '#027E74'

red 2 ◦ green 126 ◦ blue 116

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

Shades of Surfie Green #027E74

Tints of Surfie Green #027E74

RGB

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

 GREEN value IS 126 (49.61% from 255) = 51.64%

 BLUE value IS 116 (45.7% from 255) = 47.54%

R = 0.82%
G = 51.64%
B = 47.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#027E74 (or 0x027E74) is known color: Surfie Green. HEX triplet: 02, 7E and 74. RGB value is (2,126,116). Sum of RGB (Red+Green+Blue) = 2+126+116=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 126 (49.61% from 255 or 51.64% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 126 - color contains mainly: green. Hex color #027E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E74 is #FD818B. Grayscale: #575757. Windows color (decimal): -16613772 or 7634434. OLE color: 7634434.

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

Color convert

RGB 2 126 116 -
CMYK 0.98 0 0.08 0.51
HSL 175.16º 0.97% 0.25% -
HSV(B) 175.16º 0.98% 0.49% -
XYZ 10.64 16.2 19.09 -
YUV 87.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 2 126 116 0.98 0 0.08 0.51 175.16 0.97 0.25
Hex 2 7E 74 62 0 8 33 AF 61 19
Octal 2 176 164 142 0 10 63 257 141 31
Binary 10 1111110 1110100 1100010 0 1000 110011 10101111 1100001 11001

Color Harmonies of #027E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E74

Black with #027E74

Text Example


Text Example

White with #027E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,126,116); }

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

background-color css

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

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

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

border-color css

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

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

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