Html Css Color HEX #027751 Watercourse

📋 copy color: '#027751'

red 2 ◦ green 119 ◦ blue 81

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

Shades of Watercourse #027751

Tints of Watercourse #027751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 0.99%
G = 58.91%
B = 40.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#027751 (or 0x027751) is known color: Watercourse. HEX triplet: 02, 77 and 51. RGB value is (2,119,81). Sum of RGB (Red+Green+Blue) = 2+119+81=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #027751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027751 is #FD88AE. Grayscale: #4F4F4F. Windows color (decimal): -16615599 or 5338882. OLE color: 5338882.

HSL color Cylindrical-coordinate representation of color #027751: hue angle of 160.51º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027751 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 81 -
CMYK 0.98 0 0.32 0.53
HSL 160.51º 0.97% 0.24% -
HSV(B) 160.51º 0.98% 0.47% -
XYZ 8.11 13.8 10.02 -
YUV 79.69 128.74 72.59 -
System Red Green Blue C M Y K H S L
Decimal 2 119 81 0.98 0 0.32 0.53 160.51 0.97 0.24
Hex 2 77 51 62 0 20 35 A1 61 18
Octal 2 167 121 142 0 40 65 241 141 30
Binary 10 1110111 1010001 1100010 0 100000 110101 10100001 1100001 11000

Color Harmonies of #027751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027751

Black with #027751

Text Example


Text Example

White with #027751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027751; }

 p { color: rgb(2,119,81); }

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

background-color css

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

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

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

border-color css

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

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

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