#025746

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

Shades of Watercourse #025746

Tints of Watercourse #025746

Color information

#025746 (or 0x025746) is unknown color: approx Watercourse. HEX triplet: 02, 57 and 46. RGB value is (2,87,70). Sum of RGB (Red+Green+Blue) = 2+87+70=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #025746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025746 is #FDA8B9. Grayscale: #3B3B3B. Windows color (decimal): -16623802 or 4609794. OLE color: 4609794.

HSL color Cylindrical-coordinate representation of color #025746: hue angle of 168º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025746 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB28770-
CMYK0.9800.200.66
HSL168º95.51%17.45%-
HSV(B)168º97.7%34.12%-
XYZ4.547.276.96-
YUV59.65133.8486.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 87 (34.38% from 255) = 54.72%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=1.26%
G=54.72%
B=44.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287700.9800.200.6616895.5117.45
Hex257466201442a86011
Octal212710614202410225014021
Binary10101011110001101100010010100100001010101000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025746; }

 p { color: rgb(2,87,70); }

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

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

 a { background-color: rgb(2,87,70); }

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

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

 span { border-color: rgb(2,87,70); }

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