#025F42

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

Shades of Watercourse #025F42

Tints of Watercourse #025F42

Color information

#025F42 (or 0x025F42) is unknown color: approx Watercourse. HEX triplet: 02, 5F and 42. RGB value is (2,95,66). Sum of RGB (Red+Green+Blue) = 2+95+66=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #025F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025F42 is #FDA0BD. Grayscale: #3F3F3F. Windows color (decimal): -16621758 or 4349698. OLE color: 4349698.

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

Color convert

RGB29566-
CMYK0.9800.310.63
HSL161.29º95.88%19.02%-
HSV(B)161.29º97.89%37.25%-
XYZ5.18.596.54-
YUV63.89129.1983.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 95 (37.5% from 255) = 58.28%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=1.23%
G=58.28%
B=40.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal295660.9800.310.63161.2995.8819.02
Hex25F426201F3Fa16013
Octal21371021420377724114023
Binary1010111111000010110001001111111111110100001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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