Html Css Color HEX #026B42 Watercourse

📋 copy color: '#026B42'

red 2 ◦ green 107 ◦ blue 66

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

Shades of Watercourse #026B42

Tints of Watercourse #026B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 61.14%

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

R = 1.14%
G = 61.14%
B = 37.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#026B42 (or 0x026B42) is known color: Watercourse. HEX triplet: 02, 6B and 42. RGB value is (2,107,66). Sum of RGB (Red+Green+Blue) = 2+107+66=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 107 (42.19% from 255 or 61.14% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 107 - color contains mainly: green. Hex color #026B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026B42 is #FD94BD. Grayscale: #464646. Windows color (decimal): -16618686 or 4352770. OLE color: 4352770.

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

Color convert

RGB 2 107 66 -
CMYK 0.98 0 0.38 0.58
HSL 156.57º 0.96% 0.21% -
HSV(B) 156.57º 0.98% 0.42% -
XYZ 6.27 10.92 6.93 -
YUV 70.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 2 107 66 0.98 0 0.38 0.58 156.57 0.96 0.21
Hex 2 6B 42 62 0 26 3A 9D 60 15
Octal 2 153 102 142 0 46 72 235 140 25
Binary 10 1101011 1000010 1100010 0 100110 111010 10011101 1100000 10101

Color Harmonies of #026B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026B42

Black with #026B42

Text Example


Text Example

White with #026B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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