#027351

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

Shades of Watercourse #027351

Tints of Watercourse #027351

Color information

#027351 (or 0x027351) is unknown color: approx Watercourse. HEX triplet: 02, 73 and 51. RGB value is (2,115,81). Sum of RGB (Red+Green+Blue) = 2+115+81=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #027351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027351 is #FD8CAE. Grayscale: #4D4D4D. Windows color (decimal): -16616623 or 5337858. OLE color: 5337858.

HSL color Cylindrical-coordinate representation of color #027351: hue angle of 161.95º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027351 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB211581-
CMYK0.9800.300.55
HSL161.95º96.58%22.94%-
HSV(B)161.95º98.26%45.1%-
XYZ7.6412.879.87-
YUV77.34130.0674.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 115 (45.31% from 255) = 58.08%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=1.01%
G=58.08%
B=40.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115810.9800.300.55161.9596.5822.94
Hex273516201E37a26117
Octal21631211420366724214127
Binary1011100111010001110001001111011011110100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027351; }

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

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

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

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

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

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

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

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