#025E44

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

Shades of Watercourse #025E44

Tints of Watercourse #025E44

Color information

#025E44 (or 0x025E44) is unknown color: approx Watercourse. HEX triplet: 02, 5E and 44. RGB value is (2,94,68). Sum of RGB (Red+Green+Blue) = 2+94+68=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #025E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E44 is #FDA1BB. Grayscale: #3F3F3F. Windows color (decimal): -16622012 or 4480514. OLE color: 4480514.

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

Color convert

RGB29468-
CMYK0.9800.280.63
HSL163.04º95.83%18.82%-
HSV(B)163.04º97.87%36.86%-
XYZ5.078.446.83-
YUV63.53130.5284.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 94 (37.11% from 255) = 57.32%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=1.22%
G=57.32%
B=41.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294680.9800.280.63163.0495.8318.82
Hex25E446201C3Fa36013
Octal21361041420347724314023
Binary1010111101000100110001001110011111110100011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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