#02784A

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

Shades of Watercourse #02784A

Tints of Watercourse #02784A

Color information

#02784A (or 0x02784A) is unknown color: approx Watercourse. HEX triplet: 02, 78 and 4A. RGB value is (2,120,74). Sum of RGB (Red+Green+Blue) = 2+120+74=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #02784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02784A is #FD87B5. Grayscale: #4F4F4F. Windows color (decimal): -16615350 or 4880386. OLE color: 4880386.

HSL color Cylindrical-coordinate representation of color #02784A: hue angle of 156.61º 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 #02784A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB212074-
CMYK0.9800.380.53
HSL156.61º96.72%23.92%-
HSV(B)156.61º98.33%47.06%-
XYZ7.9813.948.75-
YUV79.47124.9172.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=1.02%
G=61.22%
B=37.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2120740.9800.380.53156.6196.7223.92
Hex2784A62026359d6118
Octal21701121420466523514130
Binary10111100010010101100010010011011010110011101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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