#025840

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

Shades of Watercourse #025840

Tints of Watercourse #025840

Color information

#025840 (or 0x025840) is unknown color: approx Watercourse. HEX triplet: 02, 58 and 40. RGB value is (2,88,64). Sum of RGB (Red+Green+Blue) = 2+88+64=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 88 (34.77% from 255 or 57.14% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 88 - color contains mainly: green. Hex color #025840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025840 is #FDA7BF. Grayscale: #3B3B3B. Windows color (decimal): -16623552 or 4216834. OLE color: 4216834.

HSL color Cylindrical-coordinate representation of color #025840: hue angle of 163.26º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025840 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB28864-
CMYK0.9800.270.65
HSL163.26º95.56%17.65%-
HSV(B)163.26º97.73%34.51%-
XYZ4.447.366.04-
YUV59.55130.5186.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 88 (34.77% from 255) = 57.14%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=1.30%
G=57.14%
B=41.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288640.9800.270.65163.2695.5617.65
Hex258406201B41a36012
Octal213010014203310124314022
Binary10101100010000001100010011011100000110100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025840; }

 p { color: rgb(2,88,64); }

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

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

 a { background-color: rgb(2,88,64); }

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

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

 span { border-color: rgb(2,88,64); }

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