#027140

Color #027140 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027140

Tints of Watercourse #027140

Color information

#027140 (or 0x027140) is unknown color: approx Watercourse. HEX triplet: 02, 71 and 40. RGB value is (2,113,64). Sum of RGB (Red+Green+Blue) = 2+113+64=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 113 (44.53% from 255 or 63.13% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 113 - color contains mainly: green. Hex color #027140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027140 is #FD8EBF. Grayscale: #4A4A4A. Windows color (decimal): -16617152 or 4223234. OLE color: 4223234.

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

Color convert

RGB211364-
CMYK0.9800.430.56
HSL153.51º96.52%22.55%-
HSV(B)153.51º98.23%44.31%-
XYZ6.8612.196.84-
YUV74.23122.2376.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 113 (44.53% from 255) = 63.13%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=1.12%
G=63.13%
B=35.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113640.9800.430.56153.5196.5222.55
Hex271406202B389a6117
Octal21611001420537023214127
Binary10111000110000001100010010101111100010011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027140; }

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

 H1.HeaderClassName
 {
   color: #027140;
 }
 .AnyTagClassName
 {
   color: #027140;
 }
</style>
background-color css

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

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

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

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

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

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