#027545

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

Shades of Watercourse #027545

Tints of Watercourse #027545

Color information

#027545 (or 0x027545) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 45. RGB value is (2,117,69). Sum of RGB (Red+Green+Blue) = 2+117+69=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #027545 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027545 is #FD8ABA. Grayscale: #4D4D4D. Windows color (decimal): -16616123 or 4551938. OLE color: 4551938.

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

Color convert

RGB211769-
CMYK0.9800.410.54
HSL154.96º96.64%23.33%-
HSV(B)154.96º98.29%45.88%-
XYZ7.4613.177.78-
YUV77.14123.474.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 117 (46.09% from 255) = 62.23%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=1.06%
G=62.23%
B=36.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117690.9800.410.54154.9696.6423.33
Hex2754562029369b6117
Octal21651051420516623314127
Binary10111010110001011100010010100111011010011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027545; }

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

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

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

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

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

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

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

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