#027547

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

Shades of Watercourse #027547

Tints of Watercourse #027547

Color information

#027547 (or 0x027547) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 47. RGB value is (2,117,71). Sum of RGB (Red+Green+Blue) = 2+117+71=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #027547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027547 is #FD8AB8. Grayscale: #4D4D4D. Windows color (decimal): -16616121 or 4683010. OLE color: 4683010.

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

Color convert

RGB211771-
CMYK0.9800.390.54
HSL156º96.64%23.33%-
HSV(B)156º98.29%45.88%-
XYZ7.5213.198.11-
YUV77.37124.474.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 117 (46.09% from 255) = 61.58%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=1.05%
G=61.58%
B=37.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117710.9800.390.5415696.6423.33
Hex2754762027369c6117
Octal21651071420476623414127
Binary10111010110001111100010010011111011010011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027547; }

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

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

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

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

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

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

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

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