#027750

Color #027750 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027750

Tints of Watercourse #027750

Color information

#027750 (or 0x027750) is unknown color: approx Watercourse. HEX triplet: 02, 77 and 50. RGB value is (2,119,80). Sum of RGB (Red+Green+Blue) = 2+119+80=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #027750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027750 is #FD88AF. Grayscale: #4F4F4F. Windows color (decimal): -16615600 or 5273346. OLE color: 5273346.

HSL color Cylindrical-coordinate representation of color #027750: hue angle of 160º 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 #027750 is Cyan = 0.98, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB211980-
CMYK0.9800.330.53
HSL160º96.69%23.73%-
HSV(B)160º98.32%46.67%-
XYZ8.0713.799.83-
YUV79.57128.2472.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 119 (46.88% from 255) = 59.20%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=1.00%
G=59.20%
B=39.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119800.9800.330.5316096.6923.73
Hex277506202135a06118
Octal21671201420416524014130
Binary10111011110100001100010010000111010110100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027750; }

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

 H1.HeaderClassName
 {
   color: #027750;
 }
 .AnyTagClassName
 {
   color: #027750;
 }
</style>
background-color css

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

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

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

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

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

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