#027142

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

Shades of Watercourse #027142

Tints of Watercourse #027142

Color information

#027142 (or 0x027142) is unknown color: approx Watercourse. HEX triplet: 02, 71 and 42. RGB value is (2,113,66). Sum of RGB (Red+Green+Blue) = 2+113+66=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #027142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027142 is #FD8EBD. Grayscale: #4A4A4A. Windows color (decimal): -16617150 or 4354306. OLE color: 4354306.

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

Color convert

RGB211366-
CMYK0.9800.420.56
HSL154.59º96.52%22.55%-
HSV(B)154.59º98.23%44.31%-
XYZ6.9112.227.15-
YUV74.45123.2376.32-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 113 (44.53% from 255) = 62.43%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=1.10%
G=62.43%
B=36.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113660.9800.420.56154.5996.5222.55
Hex271426202A389b6117
Octal21611021420527023314127
Binary10111000110000101100010010101011100010011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027142; }

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

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

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

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

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

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

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

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