#027549

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

Shades of Watercourse #027549

Tints of Watercourse #027549

Color information

#027549 (or 0x027549) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 49. RGB value is (2,117,73). Sum of RGB (Red+Green+Blue) = 2+117+73=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #027549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027549 is #FD8AB6. Grayscale: #4D4D4D. Windows color (decimal): -16616119 or 4814082. OLE color: 4814082.

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

Color convert

RGB211773-
CMYK0.9800.380.54
HSL157.04º96.64%23.33%-
HSV(B)157.04º98.29%45.88%-
XYZ7.5913.228.45-
YUV77.6125.474.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=1.04%
G=60.94%
B=38.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117730.9800.380.54157.0496.6423.33
Hex2754962026369d6117
Octal21651111420466623514127
Binary10111010110010011100010010011011011010011101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027549; }

 p { color: rgb(2,117,73); }

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

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

 a { background-color: rgb(2,117,73); }

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

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

 span { border-color: rgb(2,117,73); }

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