Html Css Color HEX #027649 Watercourse

📋 copy color: '#027649'

red 2 ◦ green 118 ◦ blue 73

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

Shades of Watercourse #027649

Tints of Watercourse #027649

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.14%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 1.04%
G = 61.14%
B = 37.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#027649 (or 0x027649) is known color: Watercourse. HEX triplet: 02, 76 and 49. RGB value is (2,118,73). Sum of RGB (Red+Green+Blue) = 2+118+73=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #027649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027649 is #FD89B6. Grayscale: #4E4E4E. Windows color (decimal): -16615863 or 4814338. OLE color: 4814338.

HSL color Cylindrical-coordinate representation of color #027649: hue angle of 156.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027649 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 73 -
CMYK 0.98 0 0.38 0.54
HSL 156.72º 0.97% 0.24% -
HSV(B) 156.72º 0.98% 0.46% -
XYZ 7.71 13.45 8.49 -
YUV 78.19 125.07 73.66 -
System Red Green Blue C M Y K H S L
Decimal 2 118 73 0.98 0 0.38 0.54 156.72 0.97 0.24
Hex 2 76 49 62 0 26 36 9D 61 18
Octal 2 166 111 142 0 46 66 235 141 30
Binary 10 1110110 1001001 1100010 0 100110 110110 10011101 1100001 11000

Color Harmonies of #027649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027649

Black with #027649

Text Example


Text Example

White with #027649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027649; }

 p { color: rgb(2,118,73); }

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

background-color css

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

 a { background-color: rgb(2,118,73); }

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

border-color css

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

 span { border-color: rgb(2,118,73); }

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