#025E48

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

Shades of Watercourse #025E48

Tints of Watercourse #025E48

Color information

#025E48 (or 0x025E48) is unknown color: approx Watercourse. HEX triplet: 02, 5E and 48. RGB value is (2,94,72). Sum of RGB (Red+Green+Blue) = 2+94+72=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 94 (37.11% from 255 or 55.95% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 94 - color contains mainly: green. Hex color #025E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E48 is #FDA1B7. Grayscale: #3F3F3F. Windows color (decimal): -16622008 or 4742658. OLE color: 4742658.

HSL color Cylindrical-coordinate representation of color #025E48: hue angle of 165.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025E48 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB29472-
CMYK0.9800.230.63
HSL165.65º95.83%18.82%-
HSV(B)165.65º97.87%36.86%-
XYZ5.28.497.49-
YUV63.98132.5283.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.19%
GREEN value IS 94 (37.11% from 255) = 55.95%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=1.19%
G=55.95%
B=42.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294720.9800.230.63165.6595.8318.82
Hex25E48620173Fa66013
Octal21361101420277724614023
Binary1010111101001000110001001011111111110100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,94,72); }

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

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

 a { background-color: rgb(2,94,72); }

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

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

 span { border-color: rgb(2,94,72); }

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