Html Css Color HEX #026250 Watercourse

📋 copy color: '#026250'

red 2 ◦ green 98 ◦ blue 80

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

Shades of Watercourse #026250

Tints of Watercourse #026250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 1.11%
G = 54.44%
B = 44.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#026250 (or 0x026250) is known color: Watercourse. HEX triplet: 02, 62 and 50. RGB value is (2,98,80). Sum of RGB (Red+Green+Blue) = 2+98+80=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #026250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026250 is #FD9DAF. Grayscale: #434343. Windows color (decimal): -16620976 or 5267970. OLE color: 5267970.

HSL color Cylindrical-coordinate representation of color #026250: hue angle of 168.75º 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 #026250 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 98 80 -
CMYK 0.98 0 0.18 0.62
HSL 168.75º 0.96% 0.2% -
HSV(B) 168.75º 0.98% 0.38% -
XYZ 5.84 9.33 9.08 -
YUV 67.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 2 98 80 0.98 0 0.18 0.62 168.75 0.96 0.2
Hex 2 62 50 62 0 12 3E A9 60 14
Octal 2 142 120 142 0 22 76 251 140 24
Binary 10 1100010 1010000 1100010 0 10010 111110 10101001 1100000 10100

Color Harmonies of #026250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026250

Black with #026250

Text Example


Text Example

White with #026250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026250; }

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

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

background-color css

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

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

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

border-color css

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

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

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