Html Css Color HEX #02573F Watercourse

📋 copy color: '#02573F'

red 2 ◦ green 87 ◦ blue 63

#02573F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #02573F

Tints of Watercourse #02573F

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 value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#02573F (or 0x02573F) is known color: 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

RGB 2 87 63 -
CMYK 0.98 0 0.28 0.66
HSL 163.06º 0.96% 0.17% -
HSV(B) 163.06º 0.98% 0.34% -
XYZ 4.33 7.19 5.86 -
YUV 58.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 2 87 63 0.98 0 0.28 0.66 163.06 0.96 0.17
Hex 2 57 3F 62 0 1C 42 A3 60 11
Octal 2 127 77 142 0 34 102 243 140 21
Binary 10 1010111 111111 1100010 0 11100 1000010 10100011 1100000 10001

Color Harmonies of #02573F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02573F

Black with #02573F

Text Example


Text Example

White with #02573F

Text Example


Text Example

HTML Codes & Css Web 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>