Html Css Color HEX #026C41 Watercourse

📋 copy color: '#026C41'

red 2 ◦ green 108 ◦ blue 65

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

Shades of Watercourse #026C41

Tints of Watercourse #026C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 1.14%
G = 61.71%
B = 37.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#026C41 (or 0x026C41) is known color: Watercourse. HEX triplet: 02, 6C and 41. RGB value is (2,108,65). Sum of RGB (Red+Green+Blue) = 2+108+65=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #026C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026C41 is #FD93BE. Grayscale: #474747. Windows color (decimal): -16618431 or 4287490. OLE color: 4287490.

HSL color Cylindrical-coordinate representation of color #026C41: hue angle of 155.66º 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 #026C41 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 108 65 -
CMYK 0.98 0 0.40 0.58
HSL 155.66º 0.96% 0.22% -
HSV(B) 155.66º 0.98% 0.42% -
XYZ 6.34 11.12 6.81 -
YUV 71.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 2 108 65 0.98 0 0.40 0.58 155.66 0.96 0.22
Hex 2 6C 41 62 0 28 3A 9C 60 16
Octal 2 154 101 142 0 50 72 234 140 26
Binary 10 1101100 1000001 1100010 0 101000 111010 10011100 1100000 10110

Color Harmonies of #026C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C41

Black with #026C41

Text Example


Text Example

White with #026C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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