#027354

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

Shades of Watercourse #027354

Tints of Watercourse #027354

Color information

#027354 (or 0x027354) is unknown color: approx Watercourse. HEX triplet: 02, 73 and 54. RGB value is (2,115,84). Sum of RGB (Red+Green+Blue) = 2+115+84=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #027354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027354 is #FD8CAB. Grayscale: #4D4D4D. Windows color (decimal): -16616620 or 5534466. OLE color: 5534466.

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

Color convert

RGB211584-
CMYK0.9800.270.55
HSL163.54º96.58%22.94%-
HSV(B)163.54º98.26%45.1%-
XYZ7.7612.9110.47-
YUV77.68131.5674.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=1.00%
G=57.21%
B=41.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115840.9800.270.55163.5496.5822.94
Hex273546201B37a46117
Octal21631241420336724414127
Binary1011100111010100110001001101111011110100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027354; }

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

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

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

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

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

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

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

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