Html Css Color HEX #026C40 Watercourse

📋 copy color: '#026C40'

red 2 ◦ green 108 ◦ blue 64

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

Shades of Watercourse #026C40

Tints of Watercourse #026C40

RGB

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

 GREEN value IS 108 (42.58% from 255) = 62.07%

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 1.15%
G = 62.07%
B = 36.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#026C40 (or 0x026C40) is known color: Watercourse. HEX triplet: 02, 6C and 40. RGB value is (2,108,64). Sum of RGB (Red+Green+Blue) = 2+108+64=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 108 (42.58% from 255 or 62.07% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 108 - color contains mainly: green. Hex color #026C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C40 is #FD93BF. Grayscale: #474747. Windows color (decimal): -16618432 or 4221954. OLE color: 4221954.

HSL color Cylindrical-coordinate representation of color #026C40: hue angle of 155.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C40 is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 108 64 -
CMYK 0.98 0 0.41 0.58
HSL 155.09º 0.96% 0.22% -
HSV(B) 155.09º 0.98% 0.42% -
XYZ 6.31 11.11 6.66 -
YUV 71.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 2 108 64 0.98 0 0.41 0.58 155.09 0.96 0.22
Hex 2 6C 40 62 0 29 3A 9B 60 16
Octal 2 154 100 142 0 51 72 233 140 26
Binary 10 1101100 1000000 1100010 0 101001 111010 10011011 1100000 10110

Color Harmonies of #026C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C40

Black with #026C40

Text Example


Text Example

White with #026C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026C40; }

 p { color: rgb(2,108,64); }

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

background-color css

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

 a { background-color: rgb(2,108,64); }

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

border-color css

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

 span { border-color: rgb(2,108,64); }

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