#025940

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

Shades of Watercourse #025940

Tints of Watercourse #025940

Color information

#025940 (or 0x025940) is unknown color: approx Watercourse. HEX triplet: 02, 59 and 40. RGB value is (2,89,64). Sum of RGB (Red+Green+Blue) = 2+89+64=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #025940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025940 is #FDA6BF. Grayscale: #3C3C3C. Windows color (decimal): -16623296 or 4217090. OLE color: 4217090.

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

Color convert

RGB28964-
CMYK0.9800.280.65
HSL162.76º95.6%17.84%-
HSV(B)162.76º97.75%34.9%-
XYZ4.527.536.07-
YUV60.14130.1886.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 64 (25.39% from 255) = 41.29%
R=1.29%
G=57.42%
B=41.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289640.9800.280.65162.7695.617.84
Hex259406201C41a36012
Octal213110014203410124314022
Binary10101100110000001100010011100100000110100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025940; }

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

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

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

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

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

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

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

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