Html Css Color HEX #026752 Watercourse

📋 copy color: '#026752'

red 2 ◦ green 103 ◦ blue 82

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

Shades of Watercourse #026752

Tints of Watercourse #026752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

 BLUE value IS 82 (32.42% from 255) = 43.85%

R = 1.07%
G = 55.08%
B = 43.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#026752 (or 0x026752) is known color: Watercourse. HEX triplet: 02, 67 and 52. RGB value is (2,103,82). Sum of RGB (Red+Green+Blue) = 2+103+82=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #026752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026752 is #FD98AD. Grayscale: #464646. Windows color (decimal): -16619694 or 5400322. OLE color: 5400322.

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

Color convert

RGB 2 103 82 -
CMYK 0.98 0 0.20 0.60
HSL 167.52º 0.96% 0.21% -
HSV(B) 167.52º 0.98% 0.4% -
XYZ 6.4 10.32 9.64 -
YUV 70.41 134.54 79.21 -
System Red Green Blue C M Y K H S L
Decimal 2 103 82 0.98 0 0.20 0.60 167.52 0.96 0.21
Hex 2 67 52 62 0 14 3C A8 60 15
Octal 2 147 122 142 0 24 74 250 140 25
Binary 10 1100111 1010010 1100010 0 10100 111100 10101000 1100000 10101

Color Harmonies of #026752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026752

Black with #026752

Text Example


Text Example

White with #026752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026752; }

 p { color: rgb(2,103,82); }

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

background-color css

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

 a { background-color: rgb(2,103,82); }

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

border-color css

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

 span { border-color: rgb(2,103,82); }

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