#025944

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

Shades of Watercourse #025944

Tints of Watercourse #025944

Color information

#025944 (or 0x025944) is unknown color: approx Watercourse. HEX triplet: 02, 59 and 44. RGB value is (2,89,68). Sum of RGB (Red+Green+Blue) = 2+89+68=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #025944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025944 is #FDA6BB. Grayscale: #3C3C3C. Windows color (decimal): -16623292 or 4479234. OLE color: 4479234.

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

Color convert

RGB28968-
CMYK0.9800.240.65
HSL165.52º95.6%17.84%-
HSV(B)165.52º97.75%34.9%-
XYZ4.647.586.69-
YUV60.59132.1886.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 89 (35.16% from 255) = 55.97%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=1.26%
G=55.97%
B=42.77%

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
Decimal289680.9800.240.65165.5295.617.84
Hex259446201841a66012
Octal213110414203010124614022
Binary10101100110001001100010011000100000110100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025944; }

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

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

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

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

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

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

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

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