#025E42

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

Shades of Watercourse #025E42

Tints of Watercourse #025E42

Color information

#025E42 (or 0x025E42) is unknown color: approx Watercourse. HEX triplet: 02, 5E and 42. RGB value is (2,94,66). Sum of RGB (Red+Green+Blue) = 2+94+66=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 94 (37.11% from 255 or 58.02% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 94 - color contains mainly: green. Hex color #025E42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025E42 is #FDA1BD. Grayscale: #3F3F3F. Windows color (decimal): -16622014 or 4349442. OLE color: 4349442.

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

Color convert

RGB29466-
CMYK0.9800.300.63
HSL161.74º95.83%18.82%-
HSV(B)161.74º97.87%36.86%-
XYZ5.018.416.51-
YUV63.3129.5284.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 94 (37.11% from 255) = 58.02%
BLUE value IS 66 (26.17% from 255) = 40.74%
R=1.23%
G=58.02%
B=40.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal294660.9800.300.63161.7495.8318.82
Hex25E426201E3Fa26013
Octal21361021420367724214023
Binary1010111101000010110001001111011111110100010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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