Html Css Color HEX #027347 Watercourse

📋 copy color: '#027347'

red 2 ◦ green 115 ◦ blue 71

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

Shades of Watercourse #027347

Tints of Watercourse #027347

RGB

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

 GREEN value IS 115 (45.31% from 255) = 61.17%

 BLUE value IS 71 (28.13% from 255) = 37.77%

R = 1.06%
G = 61.17%
B = 37.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#027347 (or 0x027347) is known color: Watercourse. HEX triplet: 02, 73 and 47. RGB value is (2,115,71). Sum of RGB (Red+Green+Blue) = 2+115+71=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #027347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027347 is #FD8CB8. Grayscale: #4C4C4C. Windows color (decimal): -16616633 or 4682498. OLE color: 4682498.

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

Color convert

RGB 2 115 71 -
CMYK 0.98 0 0.38 0.55
HSL 156.64º 0.97% 0.23% -
HSV(B) 156.64º 0.98% 0.45% -
XYZ 7.29 12.73 8.03 -
YUV 76.2 125.06 75.08 -
System Red Green Blue C M Y K H S L
Decimal 2 115 71 0.98 0 0.38 0.55 156.64 0.97 0.23
Hex 2 73 47 62 0 26 37 9D 61 17
Octal 2 163 107 142 0 46 67 235 141 27
Binary 10 1110011 1000111 1100010 0 100110 110111 10011101 1100001 10111

Color Harmonies of #027347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027347

Black with #027347

Text Example


Text Example

White with #027347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027347; }

 p { color: rgb(2,115,71); }

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

background-color css

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

 a { background-color: rgb(2,115,71); }

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

border-color css

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

 span { border-color: rgb(2,115,71); }

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