Html Css Color HEX #026242 Watercourse

📋 copy color: '#026242'

red 2 ◦ green 98 ◦ blue 66

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

Shades of Watercourse #026242

Tints of Watercourse #026242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 59.04%

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

R = 1.2%
G = 59.04%
B = 39.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#026242 (or 0x026242) is known color: Watercourse. HEX triplet: 02, 62 and 42. RGB value is (2,98,66). Sum of RGB (Red+Green+Blue) = 2+98+66=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #026242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026242 is #FD9DBD. Grayscale: #414141. Windows color (decimal): -16620990 or 4350466. OLE color: 4350466.

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

Color convert

RGB 2 98 66 -
CMYK 0.98 0 0.33 0.62
HSL 160º 0.96% 0.2% -
HSV(B) 160º 0.98% 0.38% -
XYZ 5.38 9.14 6.64 -
YUV 65.65 128.2 82.6 -
System Red Green Blue C M Y K H S L
Decimal 2 98 66 0.98 0 0.33 0.62 160 0.96 0.2
Hex 2 62 42 62 0 21 3E A0 60 14
Octal 2 142 102 142 0 41 76 240 140 24
Binary 10 1100010 1000010 1100010 0 100001 111110 10100000 1100000 10100

Color Harmonies of #026242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026242

Black with #026242

Text Example


Text Example

White with #026242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026242; }

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

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

background-color css

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

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

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

border-color css

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

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

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