#026245

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

Shades of Watercourse #026245

Tints of Watercourse #026245

Color information

#026245 (or 0x026245) is unknown color: approx Watercourse. HEX triplet: 02, 62 and 45. RGB value is (2,98,69). Sum of RGB (Red+Green+Blue) = 2+98+69=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #026245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026245 is #FD9DBA. Grayscale: #424242. Windows color (decimal): -16620987 or 4547074. OLE color: 4547074.

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

Color convert

RGB29869-
CMYK0.9800.300.62
HSL161.88º96%19.61%-
HSV(B)161.88º97.96%38.43%-
XYZ5.479.187.11-
YUV65.99129.782.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 98 (38.67% from 255) = 57.99%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=1.18%
G=57.99%
B=40.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298690.9800.300.62161.889619.61
Hex262456201E3Ea26014
Octal21421051420367624214024
Binary1011000101000101110001001111011111010100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026245; }

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

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

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

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

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

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

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

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