Html Css Color HEX #02707F Surfie Green

📋 copy color: '#02707F'

red 2 ◦ green 112 ◦ blue 127

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

Shades of Surfie Green #02707F

Tints of Surfie Green #02707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 127 (50% from 255) = 52.7%

R = 0.83%
G = 46.47%
B = 52.7%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#02707F (or 0x02707F) is known color: Surfie Green. HEX triplet: 02, 70 and 7F. RGB value is (2,112,127). Sum of RGB (Red+Green+Blue) = 2+112+127=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #02707F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02707F is #FD8F80. Grayscale: #505050. Windows color (decimal): -16617345 or 8351746. OLE color: 8351746.

HSL color Cylindrical-coordinate representation of color #02707F: hue angle of 187.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02707F is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 112 127 -
CMYK 0.98 0.12 0 0.50
HSL 187.2º 0.97% 0.25% -
HSV(B) 187.2º 0.98% 0.5% -
XYZ 9.65 13.13 22.11 -
YUV 80.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 2 112 127 0.98 0.12 0 0.50 187.2 0.97 0.25
Hex 2 70 7F 62 C 0 32 BB 61 19
Octal 2 160 177 142 14 0 62 273 141 31
Binary 10 1110000 1111111 1100010 1100 0 110010 10111011 1100001 11001

Color Harmonies of #02707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02707F

Black with #02707F

Text Example


Text Example

White with #02707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02707F; }

 p { color: rgb(2,112,127); }

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

background-color css

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

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

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

border-color css

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

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

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