Html Css Color HEX #026642 Watercourse

📋 copy color: '#026642'

red 2 ◦ green 102 ◦ blue 66

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

Shades of Watercourse #026642

Tints of Watercourse #026642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60%

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 1.18%
G = 60%
B = 38.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#026642 (or 0x026642) is known color: Watercourse. HEX triplet: 02, 66 and 42. RGB value is (2,102,66). Sum of RGB (Red+Green+Blue) = 2+102+66=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #026642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026642 is #FD99BD. Grayscale: #444444. Windows color (decimal): -16619966 or 4351490. OLE color: 4351490.

HSL color Cylindrical-coordinate representation of color #026642: hue angle of 158.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026642 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 66 -
CMYK 0.98 0 0.35 0.6
HSL 158.4º 0.96% 0.2% -
HSV(B) 158.4º 0.98% 0.4% -
XYZ 5.76 9.91 6.76 -
YUV 68 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 2 102 66 0.98 0 0.35 0.6 158.4 0.96 0.2
Hex 2 66 42 62 0 23 3C 9E 60 14
Octal 2 146 102 142 0 43 74 236 140 24
Binary 10 1100110 1000010 1100010 0 100011 111100 10011110 1100000 10100

Color Harmonies of #026642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026642

Black with #026642

Text Example


Text Example

White with #026642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026642; }

 p { color: rgb(2,102,66); }

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

background-color css

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

 a { background-color: rgb(2,102,66); }

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

border-color css

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

 span { border-color: rgb(2,102,66); }

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