#02784C

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

Shades of Watercourse #02784C

Tints of Watercourse #02784C

Color information

#02784C (or 0x02784C) is unknown color: approx Watercourse. HEX triplet: 02, 78 and 4C. RGB value is (2,120,76). Sum of RGB (Red+Green+Blue) = 2+120+76=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #02784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02784C is #FD87B3. Grayscale: #4F4F4F. Windows color (decimal): -16615348 or 5011458. OLE color: 5011458.

HSL color Cylindrical-coordinate representation of color #02784C: hue angle of 157.63º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02784C is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB212076-
CMYK0.9800.370.53
HSL157.63º96.72%23.92%-
HSV(B)157.63º98.33%47.06%-
XYZ8.0513.979.11-
YUV79.7125.9172.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 120 (47.27% from 255) = 60.61%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=1.01%
G=60.61%
B=38.38%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120760.9800.370.53157.6396.7223.92
Hex2784C62025359e6118
Octal21701141420456523614130
Binary10111100010011001100010010010111010110011110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02784C; }

 p { color: rgb(2,120,76); }

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

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

 a { background-color: rgb(2,120,76); }

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

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

 span { border-color: rgb(2,120,76); }

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