#025C45

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

Shades of Watercourse #025C45

Tints of Watercourse #025C45

Color information

#025C45 (or 0x025C45) is unknown color: approx Watercourse. HEX triplet: 02, 5C and 45. RGB value is (2,92,69). Sum of RGB (Red+Green+Blue) = 2+92+69=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #025C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025C45 is #FDA3BA. Grayscale: #3E3E3E. Windows color (decimal): -16622523 or 4545538. OLE color: 4545538.

HSL color Cylindrical-coordinate representation of color #025C45: hue angle of 164.67º 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 #025C45 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB29269-
CMYK0.9800.250.64
HSL164.67º95.74%18.43%-
HSV(B)164.67º97.83%36.08%-
XYZ4.938.16.93-
YUV62.47131.6884.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 92 (36.33% from 255) = 56.44%
BLUE value IS 69 (27.34% from 255) = 42.33%
R=1.23%
G=56.44%
B=42.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal292690.9800.250.64164.6795.7418.43
Hex25C456201940a56012
Octal213410514203110024514022
Binary10101110010001011100010011001100000010100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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