#027051

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

Shades of Watercourse #027051

Tints of Watercourse #027051

Color information

#027051 (or 0x027051) is unknown color: approx Watercourse. HEX triplet: 02, 70 and 51. RGB value is (2,112,81). Sum of RGB (Red+Green+Blue) = 2+112+81=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #027051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027051 is #FD8FAE. Grayscale: #4B4B4B. Windows color (decimal): -16617391 or 5337090. OLE color: 5337090.

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

Color convert

RGB211281-
CMYK0.9800.280.56
HSL163.09º96.49%22.35%-
HSV(B)163.09º98.21%43.92%-
XYZ7.312.29.75-
YUV75.58131.0675.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=1.03%
G=57.44%
B=41.54%

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
Decimal2112810.9800.280.56163.0996.4922.35
Hex270516201C38a36016
Octal21601211420347024314026
Binary1011100001010001110001001110011100010100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027051; }

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

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

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

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

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

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

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

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