#025741

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

Shades of Watercourse #025741

Tints of Watercourse #025741

Color information

#025741 (or 0x025741) is unknown color: approx Watercourse. HEX triplet: 02, 57 and 41. RGB value is (2,87,65). Sum of RGB (Red+Green+Blue) = 2+87+65=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 87 (34.38% from 255 or 56.49% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 87 - color contains mainly: green. Hex color #025741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025741 is #FDA8BE. Grayscale: #3B3B3B. Windows color (decimal): -16623807 or 4282114. OLE color: 4282114.

HSL color Cylindrical-coordinate representation of color #025741: hue angle of 164.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025741 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB28765-
CMYK0.9800.250.66
HSL164.47º95.51%17.45%-
HSV(B)164.47º97.7%34.12%-
XYZ4.397.216.16-
YUV59.08131.3487.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.30%
GREEN value IS 87 (34.38% from 255) = 56.49%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=1.30%
G=56.49%
B=42.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287650.9800.250.66164.4795.5117.45
Hex257416201942a46011
Octal212710114203110224414021
Binary10101011110000011100010011001100001010100100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025741; }

 p { color: rgb(2,87,65); }

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

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

 a { background-color: rgb(2,87,65); }

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

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

 span { border-color: rgb(2,87,65); }

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