#027350

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

Shades of Watercourse #027350

Tints of Watercourse #027350

Color information

#027350 (or 0x027350) is unknown color: approx Watercourse. HEX triplet: 02, 73 and 50. RGB value is (2,115,80). Sum of RGB (Red+Green+Blue) = 2+115+80=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #027350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027350 is #FD8CAF. Grayscale: #4D4D4D. Windows color (decimal): -16616624 or 5272322. OLE color: 5272322.

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

Color convert

RGB211580-
CMYK0.9800.300.55
HSL161.42º96.58%22.94%-
HSV(B)161.42º98.26%45.1%-
XYZ7.612.859.67-
YUV77.22129.5674.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=1.02%
G=58.38%
B=40.61%

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
Decimal2115800.9800.300.55161.4296.5822.94
Hex273506201E37a16117
Octal21631201420366724114127
Binary1011100111010000110001001111011011110100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027350; }

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

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

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

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

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

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

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

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