#02573F

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

Shades of Watercourse #02573F

Tints of Watercourse #02573F

Color information

#02573F (or 0x02573F) is unknown color: approx Watercourse. HEX triplet: 02, 57 and 3F. RGB value is (2,87,63). Sum of RGB (Red+Green+Blue) = 2+87+63=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #02573F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02573F is #FDA8C0. Grayscale: #3A3A3A. Windows color (decimal): -16623809 or 4151042. OLE color: 4151042.

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

Color convert

RGB28763-
CMYK0.9800.280.66
HSL163.06º95.51%17.45%-
HSV(B)163.06º97.7%34.12%-
XYZ4.337.195.86-
YUV58.85130.3487.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 87 (34.38% from 255) = 57.24%
BLUE value IS 63 (25% from 255) = 41.45%
R=1.32%
G=57.24%
B=41.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287630.9800.280.66163.0695.5117.45
Hex2573F6201C42a36011
Octal21277714203410224314021
Binary1010101111111111100010011100100001010100011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02573F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02573F; }

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

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

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

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

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

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

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

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