Html Css Color HEX #026F40 Watercourse

📋 copy color: '#026F40'

red 2 ◦ green 111 ◦ blue 64

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

Shades of Watercourse #026F40

Tints of Watercourse #026F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.71%

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

R = 1.13%
G = 62.71%
B = 36.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#026F40 (or 0x026F40) is known color: Watercourse. HEX triplet: 02, 6F and 40. RGB value is (2,111,64). Sum of RGB (Red+Green+Blue) = 2+111+64=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #026F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026F40 is #FD90BF. Grayscale: #494949. Windows color (decimal): -16617664 or 4222722. OLE color: 4222722.

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

Color convert

RGB 2 111 64 -
CMYK 0.98 0 0.42 0.56
HSL 154.13º 0.96% 0.22% -
HSV(B) 154.13º 0.98% 0.44% -
XYZ 6.63 11.75 6.77 -
YUV 73.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 2 111 64 0.98 0 0.42 0.56 154.13 0.96 0.22
Hex 2 6F 40 62 0 2A 38 9A 60 16
Octal 2 157 100 142 0 52 70 232 140 26
Binary 10 1101111 1000000 1100010 0 101010 111000 10011010 1100000 10110

Color Harmonies of #026F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026F40

Black with #026F40

Text Example


Text Example

White with #026F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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