#025846

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

Shades of Watercourse #025846

Tints of Watercourse #025846

Color information

#025846 (or 0x025846) is unknown color: approx Watercourse. HEX triplet: 02, 58 and 46. RGB value is (2,88,70). Sum of RGB (Red+Green+Blue) = 2+88+70=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 88 (34.77% from 255 or 55% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 88 - color contains mainly: green. Hex color #025846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025846 is #FDA7B9. Grayscale: #3C3C3C. Windows color (decimal): -16623546 or 4610050. OLE color: 4610050.

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

Color convert

RGB28870-
CMYK0.9800.200.65
HSL167.44º95.56%17.65%-
HSV(B)167.44º97.73%34.51%-
XYZ4.627.436.99-
YUV60.23133.5186.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 88 (34.77% from 255) = 55%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=1.25%
G=55%
B=43.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal288700.9800.200.65167.4495.5617.65
Hex258466201441a76012
Octal213010614202410124714022
Binary10101100010001101100010010100100000110100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025846; }

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

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

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

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

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

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

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

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