#025844

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

Shades of Watercourse #025844

Tints of Watercourse #025844

Color information

#025844 (or 0x025844) is unknown color: approx Watercourse. HEX triplet: 02, 58 and 44. RGB value is (2,88,68). Sum of RGB (Red+Green+Blue) = 2+88+68=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 88 (34.77% from 255 or 55.70% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 88 - color contains mainly: green. Hex color #025844 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025844 is #FDA7BB. Grayscale: #3C3C3C. Windows color (decimal): -16623548 or 4478978. OLE color: 4478978.

HSL color Cylindrical-coordinate representation of color #025844: hue angle of 166.05º 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 #025844 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB28868-
CMYK0.9800.230.65
HSL166.05º95.56%17.65%-
HSV(B)166.05º97.73%34.51%-
XYZ4.567.416.66-
YUV60.01132.5186.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 88 (34.77% from 255) = 55.70%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=1.27%
G=55.70%
B=43.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288680.9800.230.65166.0595.5617.65
Hex258446201741a66012
Octal213010414202710124614022
Binary10101100010001001100010010111100000110100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025844; }

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

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

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

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

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

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

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

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