#025845

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

Shades of Watercourse #025845

Tints of Watercourse #025845

Color information

#025845 (or 0x025845) is unknown color: approx Watercourse. HEX triplet: 02, 58 and 45. RGB value is (2,88,69). Sum of RGB (Red+Green+Blue) = 2+88+69=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #025845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025845 is #FDA7BA. Grayscale: #3C3C3C. Windows color (decimal): -16623547 or 4544514. OLE color: 4544514.

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

Color convert

RGB28869-
CMYK0.9800.220.65
HSL166.74º95.56%17.65%-
HSV(B)166.74º97.73%34.51%-
XYZ4.597.426.82-
YUV60.12133.0186.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 88 (34.77% from 255) = 55.35%
BLUE value IS 69 (27.34% from 255) = 43.40%
R=1.26%
G=55.35%
B=43.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288690.9800.220.65166.7495.5617.65
Hex258456201641a76012
Octal213010514202610124714022
Binary10101100010001011100010010110100000110100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025845; }

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

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

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

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

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

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

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

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