#026250

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

Shades of Watercourse #026250

Tints of Watercourse #026250

Color information

#026250 (or 0x026250) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 50. RGB value is (2,98,80). Sum of RGB (Red+Green+Blue) = 2+98+80=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #026250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026250 is #FD9DAF. Grayscale: #434343. Windows color (decimal): -16620976 or 5267970. OLE color: 5267970.

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

Color convert

RGB29880-
CMYK0.9800.180.62
HSL168.75º96%19.61%-
HSV(B)168.75º97.96%38.43%-
XYZ5.849.339.08-
YUV67.24135.281.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=1.11%
G=54.44%
B=44.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298800.9800.180.62168.759619.61
Hex26250620123Ea96014
Octal21421201420227625114024
Binary1011000101010000110001001001011111010101001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026250; }

 p { color: rgb(2,98,80); }

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

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

 a { background-color: rgb(2,98,80); }

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

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

 span { border-color: rgb(2,98,80); }

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