#025842

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

Shades of Watercourse #025842

Tints of Watercourse #025842

Color information

#025842 (or 0x025842) is unknown color: approx Watercourse. HEX triplet: 02, 58 and 42. RGB value is (2,88,66). Sum of RGB (Red+Green+Blue) = 2+88+66=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #025842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025842 is #FDA7BD. Grayscale: #3B3B3B. Windows color (decimal): -16623550 or 4347906. OLE color: 4347906.

HSL color Cylindrical-coordinate representation of color #025842: hue angle of 164.65º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025842 is Cyan = 0.98, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB28866-
CMYK0.9800.250.65
HSL164.65º95.56%17.65%-
HSV(B)164.65º97.73%34.51%-
XYZ4.57.396.34-
YUV59.78131.5186.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 66 (26.17% from 255) = 42.31%
R=1.28%
G=56.41%
B=42.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288660.9800.250.65164.6595.5617.65
Hex258426201941a56012
Octal213010214203110124514022
Binary10101100010000101100010011001100000110100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025842; }

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

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

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

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

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

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

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

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