#025745

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

Shades of Watercourse #025745

Tints of Watercourse #025745

Color information

#025745 (or 0x025745) is unknown color: approx Watercourse. HEX triplet: 02, 57 and 45. RGB value is (2,87,69). Sum of RGB (Red+Green+Blue) = 2+87+69=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #025745 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025745 is #FDA8BA. Grayscale: #3B3B3B. Windows color (decimal): -16623803 or 4544258. OLE color: 4544258.

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

Color convert

RGB28769-
CMYK0.9800.210.66
HSL167.29º95.51%17.45%-
HSV(B)167.29º97.7%34.12%-
XYZ4.517.266.79-
YUV59.53133.3486.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 69 (27.34% from 255) = 43.67%
R=1.27%
G=55.06%
B=43.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287690.9800.210.66167.2995.5117.45
Hex257456201542a76011
Octal212710514202510224714021
Binary10101011110001011100010010101100001010100111110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025745; }

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

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

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

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

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

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

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

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