#027348

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

Shades of Watercourse #027348

Tints of Watercourse #027348

Color information

#027348 (or 0x027348) is unknown color: approx Watercourse. HEX triplet: 02, 73 and 48. RGB value is (2,115,72). Sum of RGB (Red+Green+Blue) = 2+115+72=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 115 (45.31% from 255 or 60.85% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 115 - color contains mainly: green. Hex color #027348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027348 is #FD8CB7. Grayscale: #4C4C4C. Windows color (decimal): -16616632 or 4748034. OLE color: 4748034.

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

Color convert

RGB211572-
CMYK0.9800.370.55
HSL157.17º96.58%22.94%-
HSV(B)157.17º98.26%45.1%-
XYZ7.3312.748.2-
YUV76.31125.5675-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 115 (45.31% from 255) = 60.85%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=1.06%
G=60.85%
B=38.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2115720.9800.370.55157.1796.5822.94
Hex2734862025379d6117
Octal21631101420456723514127
Binary10111001110010001100010010010111011110011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027348; }

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

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

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

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

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

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

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

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