#025A40

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

Shades of Watercourse #025A40

Tints of Watercourse #025A40

Color information

#025A40 (or 0x025A40) is unknown color: approx Watercourse. HEX triplet: 02, 5A and 40. RGB value is (2,90,64). Sum of RGB (Red+Green+Blue) = 2+90+64=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #025A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A40 is #FDA5BF. Grayscale: #3C3C3C. Windows color (decimal): -16623040 or 4217346. OLE color: 4217346.

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

Color convert

RGB29064-
CMYK0.9800.290.65
HSL162.27º95.65%18.04%-
HSV(B)162.27º97.78%35.29%-
XYZ4.617.76.09-
YUV60.72129.8586.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=1.28%
G=57.69%
B=41.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290640.9800.290.65162.2795.6518.04
Hex25A406201D41a26012
Octal213210014203510124214022
Binary10101101010000001100010011101100000110100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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