#025E49

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

Shades of Watercourse #025E49

Tints of Watercourse #025E49

Color information

#025E49 (or 0x025E49) is unknown color: approx Watercourse. HEX triplet: 02, 5E and 49. RGB value is (2,94,73). Sum of RGB (Red+Green+Blue) = 2+94+73=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 94 (37.11% from 255 or 55.62% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 94 - color contains mainly: green. Hex color #025E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E49 is #FDA1B6. Grayscale: #404040. Windows color (decimal): -16622007 or 4808194. OLE color: 4808194.

HSL color Cylindrical-coordinate representation of color #025E49: hue angle of 166.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E49 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB29473-
CMYK0.9800.220.63
HSL166.3º95.83%18.82%-
HSV(B)166.3º97.87%36.86%-
XYZ5.238.57.67-
YUV64.1133.0283.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 94 (37.11% from 255) = 55.62%
BLUE value IS 73 (28.91% from 255) = 43.20%
R=1.18%
G=55.62%
B=43.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294730.9800.220.63166.395.8318.82
Hex25E49620163Fa66013
Octal21361111420267724614023
Binary1010111101001001110001001011011111110100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025E49; }

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

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

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

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

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

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

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

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