Html Css Color HEX #02794A Watercourse

📋 copy color: '#02794A'

red 2 ◦ green 121 ◦ blue 74

#02794A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #02794A

Tints of Watercourse #02794A

RGB

 RED value IS 2 (1.17% from 255) = 1.02%

 GREEN value IS 121 (47.66% from 255) = 61.42%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 1.02%
G = 61.42%
B = 37.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#02794A (or 0x02794A) is known color: Watercourse. HEX triplet: 02, 79 and 4A. RGB value is (2,121,74). Sum of RGB (Red+Green+Blue) = 2+121+74=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #02794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02794A is #FD86B5. Grayscale: #505050. Windows color (decimal): -16615094 or 4880642. OLE color: 4880642.

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

Color convert

RGB 2 121 74 -
CMYK 0.98 0 0.39 0.53
HSL 156.3º 0.97% 0.24% -
HSV(B) 156.3º 0.98% 0.47% -
XYZ 8.1 14.18 8.79 -
YUV 80.06 124.58 72.32 -
System Red Green Blue C M Y K H S L
Decimal 2 121 74 0.98 0 0.39 0.53 156.3 0.97 0.24
Hex 2 79 4A 62 0 27 35 9C 61 18
Octal 2 171 112 142 0 47 65 234 141 30
Binary 10 1111001 1001010 1100010 0 100111 110101 10011100 1100001 11000

Color Harmonies of #02794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02794A

Black with #02794A

Text Example


Text Example

White with #02794A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02794A;
 }
 .AnyTagClassName
 {
   color: #02794A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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