Html Css Color HEX #027340 Watercourse

📋 copy color: '#027340'

red 2 ◦ green 115 ◦ blue 64

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

Shades of Watercourse #027340

Tints of Watercourse #027340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 1.1%
G = 63.54%
B = 35.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#027340 (or 0x027340) is known color: Watercourse. HEX triplet: 02, 73 and 40. RGB value is (2,115,64). Sum of RGB (Red+Green+Blue) = 2+115+64=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #027340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027340 is #FD8CBF. Grayscale: #4B4B4B. Windows color (decimal): -16616640 or 4223746. OLE color: 4223746.

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

Color convert

RGB 2 115 64 -
CMYK 0.98 0 0.44 0.55
HSL 152.92º 0.97% 0.23% -
HSV(B) 152.92º 0.98% 0.45% -
XYZ 7.08 12.64 6.92 -
YUV 75.4 121.56 75.65 -
System Red Green Blue C M Y K H S L
Decimal 2 115 64 0.98 0 0.44 0.55 152.92 0.97 0.23
Hex 2 73 40 62 0 2C 37 99 61 17
Octal 2 163 100 142 0 54 67 231 141 27
Binary 10 1110011 1000000 1100010 0 101100 110111 10011001 1100001 10111

Color Harmonies of #027340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027340

Black with #027340

Text Example


Text Example

White with #027340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027340; }

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

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

background-color css

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

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

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

border-color css

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

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

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