Html Css Color HEX #02774A Watercourse

📋 copy color: '#02774A'

red 2 ◦ green 119 ◦ blue 74

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

Shades of Watercourse #02774A

Tints of Watercourse #02774A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.03%

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

R = 1.03%
G = 61.03%
B = 37.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#02774A (or 0x02774A) is known color: Watercourse. HEX triplet: 02, 77 and 4A. RGB value is (2,119,74). Sum of RGB (Red+Green+Blue) = 2+119+74=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #02774A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02774A is #FD88B5. Grayscale: #4E4E4E. Windows color (decimal): -16615606 or 4880130. OLE color: 4880130.

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

Color convert

RGB 2 119 74 -
CMYK 0.98 0 0.38 0.53
HSL 156.92º 0.97% 0.24% -
HSV(B) 156.92º 0.98% 0.47% -
XYZ 7.86 13.7 8.71 -
YUV 78.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 2 119 74 0.98 0 0.38 0.53 156.92 0.97 0.24
Hex 2 77 4A 62 0 26 35 9D 61 18
Octal 2 167 112 142 0 46 65 235 141 30
Binary 10 1110111 1001010 1100010 0 100110 110101 10011101 1100001 11000

Color Harmonies of #02774A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02774A

Black with #02774A

Text Example


Text Example

White with #02774A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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