#02824E

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

Shades of Watercourse #02824E

Tints of Watercourse #02824E

Color information

#02824E (or 0x02824E) is unknown color: approx Watercourse. HEX triplet: 02, 82 and 4E. RGB value is (2,130,78). Sum of RGB (Red+Green+Blue) = 2+130+78=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #02824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02824E is #FD7DB1. Grayscale: #555555. Windows color (decimal): -16612786 or 5145090. OLE color: 5145090.

HSL color Cylindrical-coordinate representation of color #02824E: hue angle of 155.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02824E is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB213078-
CMYK0.9800.400.49
HSL155.62º96.97%25.88%-
HSV(B)155.62º98.46%50.98%-
XYZ9.3816.539.9-
YUV85.8123.5968.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 130 (51.17% from 255) = 61.90%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=0.95%
G=61.90%
B=37.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2130780.9800.400.49155.6296.9725.88
Hex2824E62028319c611a
Octal22021161420506123414132
Binary101000001010011101100010010100011000110011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02824E; }

 p { color: rgb(2,130,78); }

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

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

 a { background-color: rgb(2,130,78); }

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

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

 span { border-color: rgb(2,130,78); }

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