#025A44

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

Shades of Watercourse #025A44

Tints of Watercourse #025A44

Color information

#025A44 (or 0x025A44) is unknown color: approx Watercourse. HEX triplet: 02, 5A and 44. RGB value is (2,90,68). Sum of RGB (Red+Green+Blue) = 2+90+68=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 68 (26.95% from 255 or 42.5% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #025A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025A44 is #FDA5BB. Grayscale: #3D3D3D. Windows color (decimal): -16623036 or 4479490. OLE color: 4479490.

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

Color convert

RGB29068-
CMYK0.9800.240.65
HSL165º95.65%18.04%-
HSV(B)165º97.78%35.29%-
XYZ4.727.746.71-
YUV61.18131.8585.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 90 (35.55% from 255) = 56.25%
BLUE value IS 68 (26.95% from 255) = 42.5%
R=1.25%
G=56.25%
B=42.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal290680.9800.240.6516595.6518.04
Hex25A446201841a56012
Octal213210414203010124514022
Binary10101101010001001100010011000100000110100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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