Html Css Color HEX #02774D Watercourse

📋 copy color: '#02774D'

red 2 ◦ green 119 ◦ blue 77

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

Shades of Watercourse #02774D

Tints of Watercourse #02774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 1.01%
G = 60.1%
B = 38.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#02774D (or 0x02774D) is known color: Watercourse. HEX triplet: 02, 77 and 4D. RGB value is (2,119,77). Sum of RGB (Red+Green+Blue) = 2+119+77=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 119 (46.88% from 255 or 60.10% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 119 - color contains mainly: green. Hex color #02774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02774D is #FD88B2. Grayscale: #4F4F4F. Windows color (decimal): -16615603 or 5076738. OLE color: 5076738.

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

Color convert

RGB 2 119 77 -
CMYK 0.98 0 0.35 0.53
HSL 158.46º 0.97% 0.24% -
HSV(B) 158.46º 0.98% 0.47% -
XYZ 7.96 13.74 9.25 -
YUV 79.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 2 119 77 0.98 0 0.35 0.53 158.46 0.97 0.24
Hex 2 77 4D 62 0 23 35 9E 61 18
Octal 2 167 115 142 0 43 65 236 141 30
Binary 10 1110111 1001101 1100010 0 100011 110101 10011110 1100001 11000

Color Harmonies of #02774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02774D

Black with #02774D

Text Example


Text Example

White with #02774D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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