Html Css Color HEX #02764C Watercourse

📋 copy color: '#02764C'

red 2 ◦ green 118 ◦ blue 76

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

Shades of Watercourse #02764C

Tints of Watercourse #02764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 60.2%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 1.02%
G = 60.2%
B = 38.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#02764C (or 0x02764C) is known color: Watercourse. HEX triplet: 02, 76 and 4C. RGB value is (2,118,76). Sum of RGB (Red+Green+Blue) = 2+118+76=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #02764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02764C is #FD89B3. Grayscale: #4E4E4E. Windows color (decimal): -16615860 or 5010946. OLE color: 5010946.

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

Color convert

RGB 2 118 76 -
CMYK 0.98 0 0.36 0.54
HSL 158.28º 0.97% 0.24% -
HSV(B) 158.28º 0.98% 0.46% -
XYZ 7.81 13.49 9.03 -
YUV 78.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 2 118 76 0.98 0 0.36 0.54 158.28 0.97 0.24
Hex 2 76 4C 62 0 24 36 9E 61 18
Octal 2 166 114 142 0 44 66 236 141 30
Binary 10 1110110 1001100 1100010 0 100100 110110 10011110 1100001 11000

Color Harmonies of #02764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02764C

Black with #02764C

Text Example


Text Example

White with #02764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02764C;
 }
 .AnyTagClassName
 {
   color: #02764C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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