#027151

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

Shades of Watercourse #027151

Tints of Watercourse #027151

Color information

#027151 (or 0x027151) is unknown color: approx Watercourse. HEX triplet: 02, 71 and 51. RGB value is (2,113,81). Sum of RGB (Red+Green+Blue) = 2+113+81=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #027151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027151 is #FD8EAE. Grayscale: #4C4C4C. Windows color (decimal): -16617135 or 5337346. OLE color: 5337346.

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

Color convert

RGB211381-
CMYK0.9800.280.56
HSL162.7º96.52%22.55%-
HSV(B)162.7º98.23%44.31%-
XYZ7.4212.429.79-
YUV76.16130.7375.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=1.02%
G=57.65%
B=41.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2113810.9800.280.56162.796.5222.55
Hex271516201C38a36117
Octal21611211420347024314127
Binary1011100011010001110001001110011100010100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027151; }

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

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

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

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

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

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

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

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