Html Css Color HEX #026541 Watercourse

📋 copy color: '#026541'

red 2 ◦ green 101 ◦ blue 65

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

Shades of Watercourse #026541

Tints of Watercourse #026541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 60.12%

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

R = 1.19%
G = 60.12%
B = 38.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#026541 (or 0x026541) is known color: Watercourse. HEX triplet: 02, 65 and 41. RGB value is (2,101,65). Sum of RGB (Red+Green+Blue) = 2+101+65=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #026541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026541 is #FD9ABE. Grayscale: #434343. Windows color (decimal): -16620223 or 4285698. OLE color: 4285698.

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

Color convert

RGB 2 101 65 -
CMYK 0.98 0 0.36 0.60
HSL 158.18º 0.96% 0.2% -
HSV(B) 158.18º 0.98% 0.4% -
XYZ 5.63 9.7 6.58 -
YUV 67.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 2 101 65 0.98 0 0.36 0.60 158.18 0.96 0.2
Hex 2 65 41 62 0 24 3C 9E 60 14
Octal 2 145 101 142 0 44 74 236 140 24
Binary 10 1100101 1000001 1100010 0 100100 111100 10011110 1100000 10100

Color Harmonies of #026541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026541

Black with #026541

Text Example


Text Example

White with #026541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026541; }

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

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

background-color css

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

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

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

border-color css

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

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

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