Html Css Color HEX #027440 Watercourse

📋 copy color: '#027440'

red 2 ◦ green 116 ◦ blue 64

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

Shades of Watercourse #027440

Tints of Watercourse #027440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.74%

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

R = 1.1%
G = 63.74%
B = 35.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#027440 (or 0x027440) is known color: Watercourse. HEX triplet: 02, 74 and 40. RGB value is (2,116,64). Sum of RGB (Red+Green+Blue) = 2+116+64=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #027440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027440 is #FD8BBF. Grayscale: #4C4C4C. Windows color (decimal): -16616384 or 4224002. OLE color: 4224002.

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

Color convert

RGB 2 116 64 -
CMYK 0.98 0 0.45 0.55
HSL 152.63º 0.97% 0.23% -
HSV(B) 152.63º 0.98% 0.45% -
XYZ 7.2 12.87 6.96 -
YUV 75.99 121.23 75.23 -
System Red Green Blue C M Y K H S L
Decimal 2 116 64 0.98 0 0.45 0.55 152.63 0.97 0.23
Hex 2 74 40 62 0 2D 37 99 61 17
Octal 2 164 100 142 0 55 67 231 141 27
Binary 10 1110100 1000000 1100010 0 101101 110111 10011001 1100001 10111

Color Harmonies of #027440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027440

Black with #027440

Text Example


Text Example

White with #027440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027440; }

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

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

background-color css

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

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

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

border-color css

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

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

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