#025C41

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

Shades of Watercourse #025C41

Tints of Watercourse #025C41

Color information

#025C41 (or 0x025C41) is unknown color: approx Watercourse. HEX triplet: 02, 5C and 41. RGB value is (2,92,65). Sum of RGB (Red+Green+Blue) = 2+92+65=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 92 (36.33% from 255 or 57.86% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 92 - color contains mainly: green. Hex color #025C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C41 is #FDA3BE. Grayscale: #3E3E3E. Windows color (decimal): -16622527 or 4283394. OLE color: 4283394.

HSL color Cylindrical-coordinate representation of color #025C41: hue angle of 162º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025C41 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB29265-
CMYK0.9800.290.64
HSL162º95.74%18.43%-
HSV(B)162º97.83%36.08%-
XYZ4.818.056.3-
YUV62.01129.6885.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 92 (36.33% from 255) = 57.86%
BLUE value IS 65 (25.78% from 255) = 40.88%
R=1.26%
G=57.86%
B=40.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292650.9800.290.6416295.7418.43
Hex25C416201D40a26012
Octal213410114203510024214022
Binary10101110010000011100010011101100000010100010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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