Html Css Color HEX #02727C Surfie Green

📋 copy color: '#02727C'

red 2 ◦ green 114 ◦ blue 124

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

Shades of Surfie Green #02727C

Tints of Surfie Green #02727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.5%

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 0.83%
G = 47.5%
B = 51.67%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02727C (or 0x02727C) is known color: Surfie Green. HEX triplet: 02, 72 and 7C. RGB value is (2,114,124). Sum of RGB (Red+Green+Blue) = 2+114+124=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #02727C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02727C is #FD8D83. Grayscale: #515151. Windows color (decimal): -16616836 or 8155650. OLE color: 8155650.

HSL color Cylindrical-coordinate representation of color #02727C: hue angle of 184.92º 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 #02727C is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 114 124 -
CMYK 0.98 0.08 0 0.51
HSL 184.92º 0.97% 0.25% -
HSV(B) 184.92º 0.98% 0.49% -
XYZ 9.68 13.5 21.16 -
YUV 81.65 151.89 71.19 -
System Red Green Blue C M Y K H S L
Decimal 2 114 124 0.98 0.08 0 0.51 184.92 0.97 0.25
Hex 2 72 7C 62 8 0 33 B9 61 19
Octal 2 162 174 142 10 0 63 271 141 31
Binary 10 1110010 1111100 1100010 1000 0 110011 10111001 1100001 11001

Color Harmonies of #02727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02727C

Black with #02727C

Text Example


Text Example

White with #02727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02727C; }

 p { color: rgb(2,114,124); }

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

background-color css

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

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

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

border-color css

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

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

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