#02804B

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

Shades of Watercourse #02804B

Tints of Watercourse #02804B

Color information

#02804B (or 0x02804B) is unknown color: approx Watercourse. HEX triplet: 02, 80 and 4B. RGB value is (2,128,75). Sum of RGB (Red+Green+Blue) = 2+128+75=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 128 (50.39% from 255 or 62.44% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 128 - color contains mainly: green. Hex color #02804B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02804B is #FD7FB4. Grayscale: #545454. Windows color (decimal): -16613301 or 4947970. OLE color: 4947970.

HSL color Cylindrical-coordinate representation of color #02804B: hue angle of 154.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02804B is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB212875-
CMYK0.9800.410.50
HSL154.76º96.92%25.49%-
HSV(B)154.76º98.44%50.2%-
XYZ9.0115.969.26-
YUV84.28122.7669.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 128 (50.39% from 255) = 62.44%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=0.98%
G=62.44%
B=36.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2128750.9800.410.50154.7696.9225.49
Hex2804B62029329b6119
Octal22001131420516223314131
Binary101000000010010111100010010100111001010011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02804B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02804B; }

 p { color: rgb(2,128,75); }

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

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

 a { background-color: rgb(2,128,75); }

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

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

 span { border-color: rgb(2,128,75); }

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