#025E4D

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

Shades of Watercourse #025E4D

Tints of Watercourse #025E4D

Color information

#025E4D (or 0x025E4D) is unknown color: approx Watercourse. HEX triplet: 02, 5E and 4D. RGB value is (2,94,77). Sum of RGB (Red+Green+Blue) = 2+94+77=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #025E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025E4D is #FDA1B2. Grayscale: #404040. Windows color (decimal): -16622003 or 5070338. OLE color: 5070338.

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

Color convert

RGB29477-
CMYK0.9800.180.63
HSL168.91º95.83%18.82%-
HSV(B)168.91º97.87%36.86%-
XYZ5.378.558.39-
YUV64.55135.0283.38-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 94 (37.11% from 255) = 54.34%
BLUE value IS 77 (30.47% from 255) = 44.51%
R=1.16%
G=54.34%
B=44.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294770.9800.180.63168.9195.8318.82
Hex25E4D620123Fa96013
Octal21361151420227725114023
Binary1010111101001101110001001001011111110101001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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