#027053

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

Shades of Watercourse #027053

Tints of Watercourse #027053

Color information

#027053 (or 0x027053) is unknown color: approx Watercourse. HEX triplet: 02, 70 and 53. RGB value is (2,112,83). Sum of RGB (Red+Green+Blue) = 2+112+83=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #027053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027053 is #FD8FAC. Grayscale: #4B4B4B. Windows color (decimal): -16617389 or 5468162. OLE color: 5468162.

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

Color convert

RGB211283-
CMYK0.9800.260.56
HSL164.18º96.49%22.35%-
HSV(B)164.18º98.21%43.92%-
XYZ7.3812.2310.15-
YUV75.8132.0675.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 112 (44.14% from 255) = 56.85%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=1.02%
G=56.85%
B=42.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2112830.9800.260.56164.1896.4922.35
Hex270536201A38a46016
Octal21601231420327024414026
Binary1011100001010011110001001101011100010100100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027053; }

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

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

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

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

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

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

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

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