#027752

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

Shades of Watercourse #027752

Tints of Watercourse #027752

Color information

#027752 (or 0x027752) is unknown color: approx Watercourse. HEX triplet: 02, 77 and 52. RGB value is (2,119,82). Sum of RGB (Red+Green+Blue) = 2+119+82=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #027752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027752 is #FD88AD. Grayscale: #4F4F4F. Windows color (decimal): -16615598 or 5404418. OLE color: 5404418.

HSL color Cylindrical-coordinate representation of color #027752: hue angle of 161.03º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027752 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB211982-
CMYK0.9800.310.53
HSL161.03º96.69%23.73%-
HSV(B)161.03º98.32%46.67%-
XYZ8.1413.8210.22-
YUV79.8129.2472.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 119 (46.88% from 255) = 58.62%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=0.99%
G=58.62%
B=40.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2119820.9800.310.53161.0396.6923.73
Hex277526201F35a16118
Octal21671221420376524114130
Binary1011101111010010110001001111111010110100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027752; }

 p { color: rgb(2,119,82); }

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

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

 a { background-color: rgb(2,119,82); }

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

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

 span { border-color: rgb(2,119,82); }

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